Fix prometheus name duplicate _total suffix#3369
Merged
Merged
Conversation
49c6e58 to
0d7cb01
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3369 +/- ##
=======================================
- Coverage 77.9% 77.9% -0.1%
=======================================
Files 164 164
Lines 11323 11323
=======================================
- Hits 8826 8824 -2
- Misses 2299 2301 +2
Partials 198 198
|
dashpole
approved these changes
Oct 20, 2022
MrAlias
approved these changes
Oct 20, 2022
Aneurysm9
approved these changes
Oct 20, 2022
Signed-off-by: Bing Han <h.bing612@gmail.com>
0d7cb01 to
5279caf
Compare
|
👋 any chance this fix can be back-ported onto a This is playing havoc with my metrics. (I've moved to this merged commit above meanwhile - so not really blocked). |
Contributor
I expect the v0.34.0 release to land early next week. Hopefully that helps. |
|
Thanks @MrAlias 🙏 |
malud
pushed a commit
to coupergateway/couper
that referenced
this pull request
Dec 5, 2022
still broken due to open-telemetry/opentelemetry-go#3369
malud
pushed a commit
to coupergateway/couper
that referenced
this pull request
Dec 16, 2022
still broken due to open-telemetry/opentelemetry-go#3369
malud
pushed a commit
to coupergateway/couper
that referenced
this pull request
Dec 30, 2022
* update vendors * adopt interface changes from opentelementry upgrade * upgrade openapi * use new otel interfaces * Fix prom exporter setup * Fixup missing prom labels * Update backend.go simplified count calls * Using sync counters * additional fixups; rm total suffix still broken due to open-telemetry/opentelemetry-go#3369 * Update to latest otel version * test fixup; increase time * fixup rebase * log /w unhealthy err type * filter client error metric for access type * naming * request metrics endpoint seems to be more stable
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.
Signed-off-by: Bing Han h.bing612@gmail.com
The bug was imported by #3360
Without this fix, the test will fail (
foo_milliseconds_total_total):