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
+4
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
47
47
- Remove Metric export functionality related to quantiles and summary data points: this is not specified (#1412)
48
48
- Remove DDSketch metric aggregator; our intention is to re-introduce this as an option of the histogram aggregator after [new OTLP histogram data types](https://github.com/open-telemetry/opentelemetry-proto/pull/226) are released (#1412)
49
49
50
+
### Fixed
51
+
52
+
-`BatchSpanProcessor.Shutdown()` will now shutdown underlying `export.SpanExporter`. (#1443)
0 commit comments