2626 ([ #2542 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2542 ) )
2727
2828* Added wildcard support for AddMeter.
29- ([ #2459 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2459 ) )
29+ ([ #2459 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2459 ) )
30+
31+ * Add support for multiple Metric readers
32+ ([ #2596 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2596 ) )
3033
3134## 1.2.0-beta1
3235
3336Released 2021-Oct-08
3437
35- * Exception from Observable instrument callbacks does not
36- result in entire metrics being lost.
38+ * Exception from Observable instrument callbacks does not result in entire
39+ metrics being lost.
3740
38- * SDK is allocation-free on recording of measurements with
39- upto 8 tags.
41+ * SDK is allocation-free on recording of measurements with upto 8 tags.
4042
4143* TracerProviderBuilder.AddLegacySource now supports wildcard activity names.
4244 ([ #2183 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/2183 ) )
4345
44- * Instrument and View names are validated
45- [ according with the spec] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument ) .
46+ * Instrument and View names are validated [ according with the
47+ spec] ( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument ) .
4648 ([ #2470 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/2470 ) )
4749
4850## 1.2.0-alpha4
4951
5052Released 2021-Sep-23
5153
52- * ` BatchExportProcessor.OnShutdown ` will now log the count of dropped telemetry items.
54+ * ` BatchExportProcessor.OnShutdown ` will now log the count of dropped telemetry
55+ items.
5356 ([ #2331 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2331 ) )
5457* Changed ` CompositeProcessor<T>.OnForceFlush ` to meet with the spec
5558 requirement. Now the SDK will invoke ` ForceFlush ` on all registered
@@ -60,36 +63,39 @@ Released 2021-Sep-23
6063
6164Released 2021-Sep-13
6265
63- * Metrics perf improvements, bug fixes.
64- Replace MetricProcessor with MetricReader.
66+ * Metrics perf improvements, bug fixes. Replace MetricProcessor with
67+ MetricReader.
6568 ([ #2306 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2306 ) )
6669
67- * Add ` BatchExportActivityProcessorOptions ` which supports field value overriding
68- using ` OTEL_BSP_SCHEDULE_DELAY ` , ` OTEL_BSP_EXPORT_TIMEOUT ` ,
69- ` OTEL_BSP_MAX_QUEUE_SIZE ` , ` OTEL_BSP_MAX_EXPORT_BATCH_SIZE `
70- envionmental variables as defined in the
70+ * Add ` BatchExportActivityProcessorOptions ` which supports field value
71+ overriding using ` OTEL_BSP_SCHEDULE_DELAY ` , ` OTEL_BSP_EXPORT_TIMEOUT ` ,
72+ ` OTEL_BSP_MAX_QUEUE_SIZE ` , ` OTEL_BSP_MAX_EXPORT_BATCH_SIZE ` envionmental
73+ variables as defined in the
7174 [ specification] ( https://github.com/open-telemetry/opentelemetry-specification/blob/v1.5.0/specification/sdk-environment-variables.md#batch-span-processor ) .
7275 ([ #2219 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2219 ) )
7376
7477## 1.2.0-alpha2
7578
7679Released 2021-Aug-24
7780
78- * More Metrics features. All instrument types, push/pull
79- exporters, Delta/Cumulative temporality supported.
81+ * More Metrics features. All instrument types, push/pull exporters,
82+ Delta/Cumulative temporality supported.
8083
81- * ` ResourceBuilder.CreateDefault ` has detectors for
82- ` OTEL_RESOURCE_ATTRIBUTES ` , ` OTEL_SERVICE_NAME ` environment variables
83- so that explicit ` AddEnvironmentVariableDetector ` call is not needed. ([ #2247 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2247 ) )
84+ * ` ResourceBuilder.CreateDefault ` has detectors for ` OTEL_RESOURCE_ATTRIBUTES ` ,
85+ ` OTEL_SERVICE_NAME ` environment variables so that explicit
86+ ` AddEnvironmentVariableDetector ` call is not needed.
87+ ([ #2247 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2247 ) )
8488
8589* ` ResourceBuilder.AddEnvironmentVariableDetector ` handles ` OTEL_SERVICE_NAME `
86- environmental variable. ([ #2209 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2209 ) )
90+ environmental variable.
91+ ([ #2209 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2209 ) )
8792
88- * Removes upper constraint for Microsoft.Extensions.Logging
89- dependencies. ([ #2179 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2179 ) )
93+ * Removes upper constraint for Microsoft.Extensions.Logging dependencies.
94+ ([ #2179 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2179 ) )
9095
91- * OpenTelemetryLogger modified to not throw, when the
92- formatter supplied in ILogger.Log call is null. ([ #2200 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2200 ) )
96+ * OpenTelemetryLogger modified to not throw, when the formatter supplied in
97+ ILogger.Log call is null.
98+ ([ #2200 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2200 ) )
9399
94100## 1.2.0-alpha1
95101
@@ -100,7 +106,8 @@ Released 2021-Jul-23
100106 ([ #2174 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/2174 ) )
101107
102108* Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework
103- version supported is .NET 4.6.1. ([ #2138 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138 ) )
109+ version supported is .NET 4.6.1.
110+ ([ #2138 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138 ) )
104111
105112## 1.1.0
106113
@@ -137,8 +144,8 @@ Released 2021-May-11
137144Released 2021-Apr-23
138145
139146* Use ` AssemblyFileVersionAttribute ` instead of ` FileVersionInfo.GetVersionInfo `
140- to get the SDK version attribute to ensure that it works when the assembly
141- is not loaded directly from a file on disk
147+ to get the SDK version attribute to ensure that it works when the assembly is
148+ not loaded directly from a file on disk
142149 ([ #1908 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/issues/1908 ) )
143150
144151## 1.1.0-beta1
0 commit comments