Skip to content

Commit 00c7fab

Browse files
committed
update changelog
1 parent f0f85e1 commit 00c7fab

File tree

1 file changed

+6
-2
lines changed
  • src/OpenTelemetry.Exporter.Prometheus.AspNetCore

1 file changed

+6
-2
lines changed

src/OpenTelemetry.Exporter.Prometheus.AspNetCore/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
## Unreleased
44

5+
* Changed configuration class name from `PrometheusExporterOptions`
6+
to `PrometheusAspNetCoreOptions`
7+
([#XXXX](https://github.com/open-telemetry/opentelemetry-dotnet/pull/XXXX))
8+
59
## 1.4.0-beta.1
610

711
Released 2022-Sep-29
812

913
* Bug fix for Prometheus Exporter reporting StatusCode 204
10-
instead of 200, when no metrics are collected
11-
([#3643](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3643))
14+
instead of 200, when no metrics are collected
15+
([#3643](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3643))
1216
* Added overloads which accept a name to the `MeterProviderBuilder`
1317
`AddPrometheusExporter` extension to allow for more fine-grained options
1418
management

0 commit comments

Comments
 (0)