Minor doc fixes (#4397)
This commit is contained in:
parent
457a9e95a4
commit
085cdd4f6f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue