Using otlp exporter for self metrics#2093
Merged
rafaelwestphal merged 55 commits intomasterfrom Feb 23, 2026
Merged
Conversation
Member
|
Why is this using otlphttp instead of otlpgrpc? |
Contributor
Author
otlpgrpc doesn't allow us to set the user agent, but otlphttp does. we are using otlphttp until that gets implemented. iirc from the initial analysis, implementing that was not trivial |
franciscovalentecastro
approved these changes
Dec 8, 2025
Contributor
franciscovalentecastro
left a comment
There was a problem hiding this comment.
LGTM modulo addressing the last comments and all integration tests pass.
Contributor
|
[nit] Add a PR description with details about the changes. |
franciscovalentecastro
requested changes
Dec 19, 2025
franciscovalentecastro
approved these changes
Dec 19, 2025
Contributor
franciscovalentecastro
left a comment
There was a problem hiding this comment.
I'll keep the approval (to not block the PR) modulo addressing the [Requested Change] above.
XuechunHou
approved these changes
Feb 20, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This updates the self-metrics pipelines to use the otlp exporter. This includes the agent metrics (uptime, api_request_count, point_count) and the feature tracking pipelines.
Related issue
b/452074867
How has this been tested?
Checklist: