fix docs typo (#2180)
This commit is contained in:
parent
e1e79ef11c
commit
082abf9736
|
|
@ -15,7 +15,7 @@ For manual instrumentation see the
|
|||
This package exposes a `NodeTracerProvider`.
|
||||
For loading instrumentations please use `registerInstrumentations` function from [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-instrumentation)
|
||||
|
||||
OpenTelemetry comes with a growing number of instrumentation plugins for well know modules (see [supported modules](https://github.com/open-telemetry/opentelemetry-js#instrumentations)) and an API to create custom instrumentation (see [the instrumentation developer guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/instrumentation-guide.md)).
|
||||
OpenTelemetry comes with a growing number of instrumentation plugins for well known modules (see [supported modules](https://github.com/open-telemetry/opentelemetry-js#instrumentations)) and an API to create custom instrumentation (see [the instrumentation developer guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/instrumentation-guide.md)).
|
||||
|
||||
> **Please note:** This module does *not* bundle any plugins. They need to be installed separately.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue