Skip to content

Commit

Permalink
Merge pull request #748 from vastin/fix-dotnet-doc
Browse files Browse the repository at this point in the history
Fix URL in .NET doc
  • Loading branch information
vasireddy99 authored Oct 8, 2024
2 parents 45d02f9 + 426c987 commit e58e331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/getting-started/dotnet-sdk/auto-instr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ automatically when your applicaiton start. For many cases, this is all you need

### Configuring Auto-Instrumentation

By default ADOT .NET auto-Instrumentation uses the [OTLP exporter](https://github.com/open-telemetry/opentelemetry-.NET/tree/master/exporters/otlp)
By default ADOT .NET auto-Instrumentation uses the [OTLP exporter](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol)
and is configured to send data to a [OpenTelemetry collector](https://github.com/open-telemetry/opentelemetry-collector/blob/master/receiver/otlpreceiver/README.md)
at `http://localhost:4317` for both metrics and traces.

Expand Down

0 comments on commit e58e331

Please sign in to comment.