-
Notifications
You must be signed in to change notification settings - Fork 564
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
Remove expensive calculation of gRPC message size #3168
Conversation
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
c9c9290
to
9d79a62
Compare
@@ -14,6 +14,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm | |||
- `otelmux`: Add new `WithSpanNameFormatter` option to `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` to allow customizing span names. (#3041) | |||
- Improve documentation for `samplers/jaegerremote` by providing examples of sampling endpoints. (#3147) | |||
|
|||
### Changed |
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.
should this be Removed instead of changed? Or otherwise marked breaking?
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.
I'd be fine with moving to Removed
but I don't think this counts as breaking as it relates to attributes emitted by telemetry and not package APIs.
@Aneurysm9 either not close the issue, or open a separate issue to change to |
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3168 +/- ##
=====================================
Coverage 69.2% 69.3%
=====================================
Files 147 147
Lines 6893 6885 -8
=====================================
- Hits 4774 4772 -2
+ Misses 2002 1997 -5
+ Partials 117 116 -1
|
Signed-off-by: Anthony J Mirabella a9@aneurysm9.com
See open-telemetry/opentelemetry-collector#6947.
Fixes #3165.