-
Notifications
You must be signed in to change notification settings - Fork 103
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
exporter: add namespace to internal metric label #684
Conversation
Codecov Report
@@ 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
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
just need to fix failing diff
exporter/collector/integrationtest/testdata/fixtures/metrics/untyped_gauge_expect.json
Outdated
Show resolved
Hide resolved
The E2E tests have not run because it |
/gcbrun |
Signed-off-by: Ridwan Sharif <ridwanmsharif@google.com>
81eef87
to
8fb73ed
Compare
Added the stackdriver-admins team as triagers so your team shouldn't need gcbrun anymore. |
(you can ignore codecov) it is informing, but doesn't block merging. I'll leave it to mike to merge |
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.