Correct link to OpenTelemetry schemas (#7453)

was moved in
https://github.com/open-telemetry/opentelemetry-specification/pull/3046
This commit is contained in:
Lauri Tulmin 2022-12-20 17:51:02 +02:00 committed by GitHub
parent 1eb0477acd
commit d38bc4d2a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ the `Instrumenter`. You can do this in two ways:
If the `Instrumenter` adheres to a specific OpenTelemetry schema, you can set the schema URL using
the `setSchemaUrl()` method on the `InstrumenterBuilder`. To learn more about the OpenTelemetry
schemas [see the Overview](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/overview.md).
schemas [see the Overview](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/README.md).
### Name the spans using the `SpanNameExtractor`