Revert the switch to default to dup semantic conventions for http packages#7317
Revert the switch to default to dup semantic conventions for http packages#7317dmathieu wants to merge 1 commit into
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7317 +/- ##
=======================================
- Coverage 81.2% 81.1% -0.2%
=======================================
Files 207 207
Lines 18263 18123 -140
=======================================
- Hits 14832 14699 -133
+ Misses 3009 2981 -28
- Partials 422 443 +21
🚀 New features to boost your workflow:
|
MrAlias
left a comment
There was a problem hiding this comment.
After this change will a user get both v1.20.0 and v1.26.0 attributes or will they only get v1.20.0 attributes by default?
|
They will get v1.20.0 only by default, same as on the latest release. |
|
@dmathieu, could you please remind why do you think that we should revert? Given the frequency of the releases I think that maybe we should just go forward? We already have a warning in the latest release https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.35.0:
Was there any user request that we should postpone? Given the message above our users may be frustrated that we do not keep our promises if we do the revert. Do you plan to make a v0.60.1 patch release before releasing v0.62.0? PS. Sorry my comment, but I have second thoughts 😬 |
|
There have been several bugfixes and issues discovered that will only be introduced with this new release. Hence my proposal to postpone for one release (minor, not patch). I suggested that during a SIG meeting and folks are onboard with it, but I'm fine revisiting that too. |
Sure, but I do not think it means that we cannot introduce a change that was planned and announced. Users who care about these bugfixes would simply need to switch to use v1.26.0 sem conv or set
Is it only some issue for
I was not present at open-telemetry/opentelemetry-go#6648 (comment). I am sorry that I have not provided any feedback. I think I was too much focused on making the notes when watching the recording.
I think we should decide no later than during next SIG meeting. At the same time we need discuss it beforehand. I do not say that we should delay any conversations as they are necessary to get to an agreement during the SIG meeting. |
|
Yes, it's only otelrestful which didn't use the semconv package at all. |
I think it is a very minor issue. I wouldn't be supprised if you were the only one who noticed the issue. I do not expect that even having support for Honestly speaking, I also consider |
|
We have decided in the SIG meeting not to do this revert. |
This reverts #6899, as we've had several bug fixes we needed to bring into the main branch and waiting for an additional release will put less pressure on folks.
See SIG discussions: open-telemetry/opentelemetry-go#6648
Closes #7269