Generating histogram boundaries from weaver.yaml#8015
Generating histogram boundaries from weaver.yaml#8015itssaharsh wants to merge 3 commits intoopen-telemetry:mainfrom
Conversation
|
I think the latest is the v1.40.0 semconv. @MrAlias do we usually just update the latest version of semconv, or should we wait for the next semconv version release? Or should we update more than one version? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8015 +/- ##
=====================================
Coverage 81.6% 81.6%
=====================================
Files 304 304
Lines 23424 23424
=====================================
+ Hits 19130 19131 +1
Misses 3906 3906
+ Partials 388 387 -1 🚀 New features to boost your workflow:
|
Correct 👍
We update the latest if the changes are backwards compatible. Otherwise, we wait for the next release to apply the change. Any published stable package needs to remain backward compatible. New packages can include changes to the API. |
|
This looks technically backwards compatible. But we should probably just wait until v1.41.0 to prevent confusion for users already using v1.40.0. |
|
should I convert this to draft and reopen after the semconv release? |
Adding support for histogram boundaries to be generated from weaver
fixes #8002