-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
stats/opentelemetry: Add CSM Observability API #7277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good - mostly just nits.
otelinternal "google.golang.org/grpc/stats/opentelemetry/internal" | ||
) | ||
|
||
// EnableObservability sets up CSM EnableObservability for the binary globally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSM EnableObservability? What's that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol it switched this docstring.
|
||
// EnableObservability sets up CSM EnableObservability for the binary globally. | ||
// | ||
// The CSM Plugin Option is instantiated with local labels and metadata exchange |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CSM Stats Plugin? Metrics exporter? ??? Let's not put "plugin option" in our docstrings, though, I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose "Stats Plugin".
RELEASE NOTES: N/A