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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
36
36
-`trace.TraceFlags` is now a defined type over `byte` and `WithSampled(bool) TraceFlags` and `IsSampled() bool` methods have been added to it. (#1770)
37
37
- The `Event` and `Link` struct types from the `go.opentelemetry.io/otel` package now include a `DroppedAttributeCount` field to record the number of attributes that were not recorded due to configured limits being reached. (#1771)
38
38
- The Jaeger exporter now reports dropped attributes for a Span event in the exported log. (#1771)
39
+
- Adds `k8s.node.name` and `k8s.node.uid` attribute keys to the `semconv` package. (#1789)
39
40
40
41
### Fixed
41
42
@@ -45,9 +46,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
45
46
- The Jaeger exporter now correctly records Span event's names using the `"event"` key for a tag.
46
47
Additionally, this tag is overridden, as specified in the OTel specification, if the event contains an attribute with that key. (#1768)
47
48
- Zipkin Exporter: Ensure mapping between OTel and Zipkin span data complies with the specification. (#1688)
49
+
- Fixed typo for default service name in Jaeger Exporter. (#1797)
48
50
49
51
### Changed
50
52
53
+
- Modify Zipkin Exporter default service name, use default resouce's serviceName instead of empty. (#1777)
to `OTEL_EXPORTER_JAEGER_ENDPOINT`, `OTEL_EXPORTER_JAEGER_USER`, `OTEL_EXPORTER_JAEGER_PASSWORD`
53
56
in compliance with OTel spec (#1752)
@@ -68,6 +71,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
68
71
It no longer is a conglomerate of itself, events, and link attributes that have been dropped. (#1771)
69
72
- Make `ExportSpans` in Jaeger Exporter honor context deadline. (#1773)
70
73
- The `go.opentelemetry.io/otel/sdk/export/trace` package is merged into the `go.opentelemetry.io/otel/sdk/trace` package. (#1778)
74
+
- The prometheus.InstallNewPipeline example is moved from comment to example test (#1796)
71
75
- Convenience functions for stdout exporter have been updated to return the `TracerProvider` implementation and enable the shutdown of the exporter. (#1800)
72
76
73
77
### Removed
@@ -85,8 +89,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
85
89
- The `HasRemoteParent` field of the `"go.opentelemetry.io/otel/sdk/trace".SamplingParameters` is removed.
86
90
This field is redundant to the information returned from the `Remote` method of the `SpanContext` held in the `ParentContext` field. (#1749)
87
91
- The `trace.FlagsDebug` and `trace.FlagsDeferred` constants have been removed and will be localized to the B3 propagator. (#1770)
88
-
- Remove `Process` configuration, `WithProcessFromEnv` and `ProcessFromEnv`, from the Jaeger exporter package.
89
-
The information that could be configured in the `Process` struct should be configured in a `Resource` instead. (#1776)
92
+
- Remove `Process` configuration, `WithProcessFromEnv` and `ProcessFromEnv`, and type from the Jaeger exporter package.
93
+
The information that could be configured in the `Process` struct should be configured in a `Resource` instead. (#1776, #1804)
0 commit comments