Please note that "1.2.0-beta2.1" is the version of the nugets.
OpenTelemetry
-
Renamed
HistogramConfigurationtoExplicitBucketHistogramConfiguration
and changed its memberBucketBoundstoBoundaries.
(#2638) -
Metrics with the same name but from different meters are allowed.
(#2634) -
Metrics SDK will not provide inactive Metrics to delta exporter.
(#2629) -
Histogram bounds are validated when added to a View.
(#2573) -
Changed
BatchExportActivityProcessorOptionsconstructor to throw
FormatExceptionif it fails to parse any of the supported environment
variables. -
Added
BaseExporter.ForceFlush.
(#2525) -
Exposed public
Batch(T[] items, int count)constructor onBatch<T>struct
(#2542) -
Added wildcard support for AddMeter.
(#2459) -
Add support for multiple Metric readers
(#2596) -
Add ability to configure MaxMetricStreams, MaxMetricPointsPerMetricStream
(#2635)
OpenTelemetry.Api
- Updated System.Diagnostics.DiagnosticSource to version 6.0.0.
(#2582)
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.InMemory
OpenTelemetry.Exporter.Jaeger
-
Changed
JaegerExporterOptionsconstructor to throw
FormatExceptionif it fails to parse any of the supported environment
variables. -
Added support for sending spans directly to a Jaeger Collector over HTTP
(#2574)
OpenTelemetry.Exporter.OpenTelemetryProtocol
-
Changed
OtlpExporterOptionsconstructor to throw
FormatExceptionif it fails to parse any of the supported environment
variables. -
Changed
OtlpExporterOptions.MetricExportIntervalMillisecondsto default
60000 milliseconds.
(#2641)
OpenTelemetry.Exporter.Prometheus
- Added scrape endpoint response caching feature &
ScrapeResponseCacheDurationMillisecondsoption
(#2610)
OpenTelemetry.Exporter.Zipkin
- Changed
ZipkinExporterOptionsconstructor to throw
FormatExceptionif it fails to parse any of the supported environment
variables.
New Contributors
- @rkbodenner made their first contribution in #2488
- @ndrwrbgs made their first contribution in #2550
- @cartermp made their first contribution in #2603
- @chertby made their first contribution in #2630
- @svetlanabrennan made their first contribution in #2641