Skip to content

Commit 2e7ccaa

Browse files
committed
markdown lint
1 parent 4256d18 commit 2e7ccaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

instrumentation-docs/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,11 @@ public class SpringWebInstrumentationModule extends InstrumentationModule
155155
* Short description of what the instrumentation does
156156
* target_versions
157157
* List of supported versions by the module, broken down by `library` or `javaagent` support
158-
* scope (https://opentelemetry.io/docs/specs/otel/common/instrumentation-scope/)
158+
* scope (See [instrumentation-scope](https://opentelemetry.io/docs/specs/otel/common/instrumentation-scope/)
159+
docs)
159160
* name: The scope name of the instrumentation, `io.opentelemetry.{instrumentation name}`
160161
* schema_url: Location of the telemetry schema that the instrumentation’s emitted telemetry
161-
conforms to. See https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
162+
conforms to. (See [telemetry schema docs](https://opentelemetry.io/docs/specs/otel/schemas/#schema-url))
162163
* attributes: The instrumentation scope’s optional attributes provide additional information
163164
about the scope.
164165
* configuration settings

0 commit comments

Comments
 (0)