Skip to content
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

exporter: add namespace to internal metric label #684

Conversation

ridwanmsharif
Copy link
Contributor

This change makes the metric label a URI so that OTLP gauges don't accidentally conflict with this label. We will document in the Ops Agent that this is a reserved label key.

@ridwanmsharif ridwanmsharif requested a review from a team as a code owner July 22, 2023 01:46
@codecov
Copy link

codecov bot commented Jul 22, 2023

Codecov Report

Merging #684 (8fb73ed) into main (c3147fc) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #684      +/-   ##
==========================================
- Coverage   69.31%   69.22%   -0.09%     
==========================================
  Files          36       36              
  Lines        4728     4728              
==========================================
- Hits         3277     3273       -4     
- Misses       1297     1301       +4     
  Partials      154      154              
Impacted Files Coverage Δ
...collector/googlemanagedprometheus/extra_metrics.go 78.72% <ø> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@damemi damemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just need to fix failing diff

@ridwanmsharif
Copy link
Contributor Author

The E2E tests have not run because it Needs /gcbrun from a collaborator. Is this something you can help with @damemi or do I need to be added as a collaborator?

@dashpole
Copy link
Contributor

/gcbrun

Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
@ridwanmsharif ridwanmsharif force-pushed the ridwanmsharif-rename-untyped-label branch from 81eef87 to 8fb73ed Compare July 24, 2023 15:13
@ridwanmsharif
Copy link
Contributor Author

@damemi @dashpole can someone with write access merge this?

The only failure seems to be codecov but from looking at it, the affected file doesn't actually have a change in coverage.

@dashpole
Copy link
Contributor

Added the stackdriver-admins team as triagers so your team shouldn't need gcbrun anymore.

@dashpole
Copy link
Contributor

(you can ignore codecov) it is informing, but doesn't block merging. I'll leave it to mike to merge

@damemi damemi merged commit 54bb068 into GoogleCloudPlatform:main Jul 24, 2023
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants