-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[PR 悬赏]: 支持 OTEL 数据观测, 这样的话, 数据统计这块就完善了 #66
Copy link
Copy link
Open
Description
我尝试过接入 Grafana, 但是失败了, cc 说是修复了, 但是没修复....
问题: 401 Unauthorized
原因: parseOtelHeadersEnvVar() 不做 decodeURIComponent,Basic%20xxx
被原样发送为 Authorization header
修复: 加了 decodeURIComponent
────────────────────────────────────────
问题: 400 Bad Request (metrics)
原因: OTLPMetricExporter(httpConfig) 传了带 headers 的 config 覆盖了 SDK
环境变量读取,SDK 发了空 scope metrics protobuf 到 Grafana 被拒
修复: 移除 metrics exporter 的 httpConfig 参数,让 SDK
自己从环境变量配置
请检查 Grafana 面板确认数据是否到达。 Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels