You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.96%. Comparing base (ece7397) to head (acbd0fe). ⚠️ Report is 10 commits behind head on master.
mbissa
changed the title
stats/otel: changes for A89 to make backend service available
experimental/stats: changes for A89 to make backend service available
Oct 8, 2025
easwars
changed the title
experimental/stats: changes for A89 to make backend service available
stats/opentelemetry: Add support for optional label grpc.lb.backend_service in per-call metrics
Oct 9, 2025
One small comment/question on the implementation given the dependency on istats.GetLabel would that label/metric be available for people who are using custom statsHandler?
One small comment/question on the implementation given the dependency on istats.GetLabel would that label/metric be available for people who are using custom statsHandler?
You are correct that a custom statsHandler would not have access to these labels. But if you have a reason to want access to these labels, we can have a discussion about it, and we could move this out of internal into an experimental package. That way, you will have access to the labels, but we will retain the right to make changes to the API.
@easwars yeah that works for me, I can add integration tests in my implementation and check before upgrades. As long as there is a method breaking changes are totally fine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Area: ObservabilityIncludes Stats, Tracing, Channelz, Healthz, Binlog, Reflection, Admin, GCP ObservabilityType: FeatureNew features or improvements in behavior
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses A89
RELEASE NOTES:
grpc.lb.backend_servicein per-call metrics