You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.23.0 - 2021-09-09
Added
Add WithoutSubSpans, WithRedactedHeaders, WithoutHeaders, and WithInsecureHeaders options for otelhttptrace.NewClientTrace. (#879)
Changed
Split go.opentelemetry.io/contrib/propagators module into b3, jaeger, ot modules. (#985)
otelmongodb span attributes, name and span status now conform to specification. (#769)
Migrated EC2 resource detector support from root module go.opentelemetry.io/contrib/detectors/aws to a separate EC2 resource detector module go.opentelemetry.io/contrib/detectors/aws/ec2 (#1017)
Add cloud.provider and cloud.platform to AWS detectors. (#1043)
otelhttptrace.NewClientTrace now redacts known sensitive headers by default. (#879)
Fixed
Fix span not marked as error in otelhttp.Transport when RoundTrip fails with an error. (#950)