-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Area: ObservabilityIncludes Stats, Tracing, Channelz, Healthz, Binlog, Reflection, Admin, GCP ObservabilityIncludes Stats, Tracing, Channelz, Healthz, Binlog, Reflection, Admin, GCP ObservabilityType: Question
Description
- Is https://pkg.go.dev/google.golang.org/grpc/stats/opentelemetry stable? It part of v1 release and there is nothing in the docs indicating that it is an experimental feature.
- Is the plan of
stat/opentelemetry
to follow OpenTelemetry Semantic Conventions https://opentelemetry.io/docs/specs/semconv/rpc/grpc/? Currently it looks like the stats handler is supposed to follow https://grpc.io/docs/guides/opentelemetry-metrics/ instead that is not compliant with OpenTelemetry Semantic Conventions. What is the reason behind the differences?
Metadata
Metadata
Labels
Area: ObservabilityIncludes Stats, Tracing, Channelz, Healthz, Binlog, Reflection, Admin, GCP ObservabilityIncludes Stats, Tracing, Channelz, Healthz, Binlog, Reflection, Admin, GCP ObservabilityType: Question