Skip to content

Commit

Permalink
Fix Markdown linting and remove localization from link
Browse files Browse the repository at this point in the history
  • Loading branch information
canon-aris-van-dijk committed Oct 14, 2022
1 parent c1d0d6c commit 50b3055
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/OpenTelemetry.Exporter.Prometheus.AspNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ dotnet add package --prerelease OpenTelemetry.Exporter.Prometheus.AspNetCore
context => context.Request.Path == "/internal/metrics"
&& context.Connection.LocalPort == 5067);
```

This can be used in combination with [configuring multiple ports on the ASP.NET application](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-6.0) to expose the scraping endpoint on a different port.

This can be used in combination with
[configuring multiple ports on the ASP.NET application](https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel/endpoints)
to expose the scraping endpoint on a different port.

## Configuration

Expand Down

0 comments on commit 50b3055

Please sign in to comment.