-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Catchup with otel version since stackdriver released 0.17.0 #2613
Conversation
f1a2c49
to
d2385c4
Compare
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.
Thanks for doing this!
@bogdandrutu There are two components to this PR I'd like a chance to deal with:
|
Codecov Report
@@ Coverage Diff @@
## main #2613 +/- ##
=======================================
Coverage 91.32% 91.32%
=======================================
Files 431 431
Lines 21480 21451 -29
=======================================
- Hits 19616 19591 -25
+ Misses 1395 1392 -3
+ Partials 469 468 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@jsuereth feel free to update this PR :) |
Cool, I'll be updating this PR to avoid a release with a breaking change with no deprecation period. Hopefully will finish before your morning tomorrow. Thanks again for adding the exporter helper support!!! |
managed to eek this out tonight: bogdandrutu#933 |
Signed-off-by: Bogdan Drutu <[email protected]>
Signed-off-by: Bogdan Drutu <[email protected]>
@jsuereth updated and added the feedback :) |
Thanks again for making these changes! |
* [prometheusremotewrite] fix: counter name check fixes #2608 Ensure that the metric name is greater than the length of the counter suffix ("_total") before checking if it contains the counter suffix to prevent crashes for short (smaller or eq to the length of the suffix) metric names. The edge case where the metric name is "_total" is not handled (considered not to have the suffix), but should not occur IRL. Also fix the spelling of "delimiter". Signed-off-by: naseemkullah <[email protected]> * use strings.HasSuffix() Signed-off-by: naseemkullah <[email protected]> * add already suffixed counter test Signed-off-by: naseemkullah <[email protected]>
* Catchup with otel version since stackdriver released 0.17.0 Signed-off-by: Bogdan Drutu <[email protected]> * Update README Signed-off-by: Bogdan Drutu <[email protected]>
* Refactor Makefile * Update dependabot targets * Sync github actions config with Makefile ci target * Update test targets * Use sed instead of parameter indexing * Remove dependabot-generate Address in #2613 instead.
* Refactor common repo code for crosslink * Add dbotconf utility * Add dependabot-generate target to Makefile * Generate dependabot.yml * Update Makefile targets related to dependabot-generate
Bundle support was removed from Stackdriver exporter, enable queue/retry as we do in all the other exportes.
Signed-off-by: Bogdan Drutu [email protected]