Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Apr 5, 2022
1 parent 63beceb commit 3bf0fb2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/contributing/using-instrumenter-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,9 @@ all interfaces that can be used to customize an `Instrumenter`.

### Set the instrumentation version and OpenTelemetry schema URL

Always set the instrumentation library version on the `Instrumenter`. You can do this by
calling the `setInstrumentationVersion()` method on the `InstrumenterBuilder`. By setting
the version, you let users to identify which version of your instrumentation produced the
telemetry.
Always set the instrumentation library version on the `Instrumenter`. You can do this by calling
the `setInstrumentationVersion()` method on the `InstrumenterBuilder`. By setting the version, you
let users identify which version of your instrumentation produced the telemetry.

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
Expand Down

0 comments on commit 3bf0fb2

Please sign in to comment.