Se7en
Se7en
@simonpasquier The [PR](https://github.com/prometheus/alertmanager/pull/3599) has been merged in prometheus/alertmanager repo. Can we proceed with this PR now?
@tokers I submitted a PR . Could you review it?
Hi @johnlanni, I would like to work on this issue. Can you please assign this issue to me? Thank you.
**查看Higress和其他主流网关的比对**选项一开始固定在那里,有没有办法以渐进的方式丝滑地出现? 我看下面的标准化和安全部分中**更多**这个选项出现的方式就比较顺畅。
这个错误日志来自 opentelemetry collector? 还是后端的 trace 存储?
opentelemetry collector 为啥会有中文的日志(你们二开了?),而且搜索 opentelemetry collector 的 repo 也没有相关的关键字:https://github.com/search?q=repo%3Aopen-telemetry%2Fopentelemetry-collector%20localHostIp&type=code
ai-statistics 插件可以设置从 header 或者 body 中获取值来设置到 span 中,你的 localHostIp 如果可以从 header 或者 body 中获取的话可以尝试这么设置。  https://higress.cn/docs/latest/plugins/ai/api-o11y/ai-statistic
我的配置: ```yaml attributes: - apply_to_log: true apply_to_span: true key: "question" value: "[email protected]" value_source: "request_body" - apply_to_log: true apply_to_span: true key: "answer" value: "choices.0.message.content" value_source: "response_body" - apply_to_log: true apply_to_span: true...
你的 request 或者 response 的 header/body 中有携带 pod 的 ip 信息么?有的话才可以通过 ai-statistics 插件的配置进行插入。
I'll work on it.