-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Client Library with OpenTelemetry 調査隊 #150
Comments
OpenTelemetryを使うGo and OpenTelemetry の通りに設定すれば、otelでtraceを出力することができる。 更に ErrorOpenCensusからOpenTelemetryに試しに置き換えたProjectで以下のエラーが出ている。 Trace
Monitoring
|
X-Cloud-Trace-ContextApp EngineやCloud RunなどはRequestごとに自動でTraceを出力する httpHandlerで FYI: otelのpropagatorについて
|
Spanner Session Pool Metricshttps://cloud.google.com/spanner/docs/capture-visualize-latency?hl=en OpenCensusからOpenTelemetryに変更するとmetricsのNameが変わるので、アラートやダッシュボードは修正が必要かも OpenCensusName: OpenTelemetryName: |
Cloud Client Library for Goのtraceのコメントに2024/05/29を過ぎたら、OpenTelemetryがdefaultで使われるようになると書いてある。
引き続きOpenCensusを使い続けたい場合は
$GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING=opencensus
を指定するhttps://github.com/googleapis/google-cloud-go/blob/e5d0c2fc2182174b9307363b48c0a0e4056cb3f4/internal/trace/trace.go#L186C1-L197C71
現状、Javaなど他の言語ではotelへの以降は入っていない?
googleapis/java-spanner#2593 はcloseされている。
The text was updated successfully, but these errors were encountered: