Skip to content

Commit 426a192

Browse files
committed
fix lint
1 parent a473a56 commit 426a192

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

content/en/docs/languages/java/instrumentation.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ instrumentation topics:
2323
- [Instrumentation categories](#instrumentation-categories): There are a variety
2424
of categories of instrumentation addressing different use cases and
2525
installation patterns.
26-
- [Context propagation](#context-propagation): Provides
27-
correlation between traces, metrics, and logs, allowing the signals to
28-
complement each other.
29-
- [Semantic conventions](#semantic-conventions): Define
30-
how to produce telemetry for standard operations.
31-
- [Log instrumentation](#log-instrumentation): Can be used
32-
to get logs from an existing Java logging framework into OpenTelemetry.
26+
- [Context propagation](#context-propagation): Provides correlation between
27+
traces, metrics, and logs, allowing the signals to complement each other.
28+
- [Semantic conventions](#semantic-conventions): Define how to produce telemetry
29+
for standard operations.
30+
- [Log instrumentation](#log-instrumentation): Can be used to get logs from an
31+
existing Java logging framework into OpenTelemetry.
3332

3433
{{% alert %}} While [instrumentation categories](#instrumentation-categories)
3534
enumerates several options for instrumenting an application, we recommend users

0 commit comments

Comments
 (0)