@@ -201,11 +201,11 @@ The following OpenTelemetry Instrumentation libraries are included as part of Az
201
201
### Distributed Tracing
202
202
203
203
- [ HTTP/HTTPS] ( https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http )
204
- - [ MongoDB] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-mongodb )
205
- - [ MySQL] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-mysql )
206
- - [ Postgres] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-pg )
207
- - [ Redis] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-redis )
208
- - [ Redis-4] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-redis-4 )
204
+ - [ MongoDB] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-mongodb )
205
+ - [ MySQL] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-mysql )
206
+ - [ Postgres] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-pg )
207
+ - [ Redis] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-redis )
208
+ - [ Redis-4] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-redis-4 )
209
209
- [ Azure SDK] ( https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/instrumentation/opentelemetry-instrumentation-azure-sdk )
210
210
211
211
### Metrics
@@ -214,11 +214,11 @@ The following OpenTelemetry Instrumentation libraries are included as part of Az
214
214
215
215
### Logs
216
216
217
- - [ Bunyan] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-bunyan )
217
+ - [ Bunyan] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-bunyan )
218
218
219
- - [ Winston] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry- instrumentation-winston )
219
+ - [ Winston] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/ instrumentation-winston )
220
220
221
- Other OpenTelemetry Instrumentations are available [ here] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node ) and could be added using TracerProvider in AzureMonitorOpenTelemetryClient.
221
+ Other OpenTelemetry Instrumentations are available [ here] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages ) and could be added using TracerProvider in AzureMonitorOpenTelemetryClient.
222
222
223
223
``` ts snippet:ReadmeSampleCustomInstrumentation
224
224
import { useAzureMonitor } from " @azure/monitor-opentelemetry" ;
0 commit comments