Deprecate ReadBytesKey, ReadErrorKey, WroteBytesKey and WriteErrorKey in favor of semconv keys#8435
Deprecate ReadBytesKey, ReadErrorKey, WroteBytesKey and WriteErrorKey in favor of semconv keys#8435Rxfa wants to merge 26 commits intoopen-telemetry:mainfrom
Conversation
…and WriteErrorKey in favor of semconv keys Signed-off-by: rxfa <rafa3rnrn@gmail.com>
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
flc1125
left a comment
There was a problem hiding this comment.
Could you add some unit tests for the new attributes
Co-authored-by: Flc゛ <i@flc.io>
…o the appropriate section Signed-off-by: rxfa <rafa3rnrn@gmail.com>
…and the new semconv read/write attributes Signed-off-by: rxfa <rafa3rnrn@gmail.com>
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
…d entries Signed-off-by: rxfa <rafa3rnrn@gmail.com>
…TTP attribute keys instead of helpers Signed-off-by: rxfa <rafa3rnrn@gmail.com>
…30-deprecate-otelhttp
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8435 +/- ##
=====================================
Coverage 82.2% 82.2%
=====================================
Files 182 182
Lines 13766 13774 +8
=====================================
+ Hits 11316 11326 +10
- Misses 2048 2049 +1
+ Partials 402 399 -3
🚀 New features to boost your workflow:
|
|
@Rxfa are you still able to work on this? |
Hey, I'm still able to work on this. I believe I addressed all feedback, and I'm awaiting further instructions if there's a reason for the PR not to be approved and merged. |
|
@Rxfa Please resolve the conflicts and make sure the CI passes. |
|
@Rxfa PTAL, The change log needs to be located below the "Unreleased" section. |
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
|
@Rxfa, sorry for inconvenience, but can I ask you again to resolve the conflicts and make sure the CI passes? |
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
It should be fixed now. |
CHANGELOG.md
Outdated
| ### Added | ||
|
|
||
| - Add environment variables propagation carrier in `go.opentelemetry.io/contrib/propagators/envcar`. (#8442) | ||
| - Added semantic convention attribute keys `HTTPRequestBodySizeKey`, |
There was a problem hiding this comment.
This should be two entries, one "Changed" that we are emitting "x.y" instead of "a.b" per semantic conventions, second "Deprecated" about the deprecation of the constants
There was a problem hiding this comment.
Regarding the entry under "Changed", you mean something similar to what can be seen here?
There was a problem hiding this comment.
Similar to
opentelemetry-go-contrib/CHANGELOG.md
Lines 121 to 127 in b228c0f
There was a problem hiding this comment.
Just pushed a commit addressing this. Please LMK if it looks good now
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
…30-deprecate-otelhttp
…from "added" to "changed" and "deprecated" Signed-off-by: rxfa <rafa3rnrn@gmail.com>
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
Signed-off-by: rxfa <rafa3rnrn@gmail.com>
…30-deprecate-otelhttp
Partial Fix for #8130