Skip to content

Commit 46ab212

Browse files
authored
[Opentelemetry] Fix link to renamed sample (#34357)
1 parent 1b2c59c commit 46ab212

File tree

1 file changed

+3
-3
lines changed
  • sdk/monitor/azure-monitor-opentelemetry/samples

1 file changed

+3
-3
lines changed

sdk/monitor/azure-monitor-opentelemetry/samples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For guidance on the samples README, visit the [sample guide](https://github.com/
3232
|[tracing/http_urllib.py][http_urllib] | Instrument the URLLib library |
3333
|[tracing/http_urllib3.py][http_urllib3] | Instrument the URLLib library |
3434
|[tracing/instrumentation_options.py][instrumentation_options] | Enable and disable instrumentations |
35-
|[tracing/manual.py][manual] | Manually add instrumentation |
35+
|[tracing/manually_instrumented.py][manual] | Manually add instrumentation |
3636
|[tracing/sampling.py][sampling] | Sample distributed tracing telemetry |
3737
|[tracing/tracing_simple.py][tracing_simple] | Produce manual spans |
3838

@@ -76,7 +76,7 @@ To learn more, see the [Azure Monitor OpenTelemetry Distro documentation][distro
7676
[http_urllib]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/http_urllib.py
7777
[http_urllib3]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/http_urllib3.py
7878
[instrumentation_options]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/instrumentation_options.py
79-
[manual]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/manual.py
79+
[manual]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/manually_instrumented.py
8080
[sampling]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/sampling.py
8181
[tracing_simple]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples/tracing/simple.py
82-
[pip]: https://pypi.org/project/pip/
82+
[pip]: https://pypi.org/project/pip/

0 commit comments

Comments
 (0)