diff --git a/README.md b/README.md index ad076d2124e..51b3389b196 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ libraries](https://github.com/open-telemetry/opentelemetry-specification/blob/ma * [Jaeger](./src/OpenTelemetry.Exporter.Jaeger/README.md) * [OTLP](./src/OpenTelemetry.Exporter.OpenTelemetryProtocol/README.md) (OpenTelemetry Protocol) -* [Prometheus HttpListener](./src/OpenTelemetry.Exporter.Prometheus.HttpListener/README.md) * [Prometheus AspNetCore](./src/OpenTelemetry.Exporter.Prometheus.AspNetCore/README.md) +* [Prometheus HttpListener](./src/OpenTelemetry.Exporter.Prometheus.HttpListener/README.md) * [Zipkin](./src/OpenTelemetry.Exporter.Zipkin/README.md) See the [OpenTelemetry registry](https://opentelemetry.io/registry/?s=net) and diff --git a/docs/metrics/getting-started-aspnetcore/README.md b/docs/metrics/getting-started-aspnetcore/README.md index 75cd858e084..6d63911a374 100644 --- a/docs/metrics/getting-started-aspnetcore/README.md +++ b/docs/metrics/getting-started-aspnetcore/README.md @@ -33,7 +33,7 @@ Update the `Program.cs` file with the code from [Program.cs](./Program.cs). Run the application again (using `dotnet run`) and then browse to the url shown in the console for your application (ex `http://localhost:5154`). You should see -the trace output from the console. +the metrics output from the console. ```text Export http.server.duration, Measures the duration of inbound HTTP requests., Unit: ms, Meter: OpenTelemetry.Instrumentation.AspNetCore/1.0.0.0