Skip to content

Commit 5c00724

Browse files
authored
fix description of log instrumentation (#6236)
1 parent 8eb4801 commit 5c00724

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

+8-10
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@ instrumentation API calls. This page discusses the OpenTelemetry ecosystem in
2020
OpenTelemetry Java, including resources for end users and cross-cutting
2121
instrumentation topics:
2222

23-
- [Instrumentation categories](#instrumentation-categories): There are a variety
24-
of categories of instrumentation addressing different use cases and
25-
installation patterns.
26-
- [Context propagation](#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): The semantic conventions define
30-
how to produce telemetry for standard operations.
31-
- [Log instrumentation](#log-instrumentation): The semantic conventions define
32-
how to produce telemetry for standard operations.
23+
- [Instrumentation categories](#instrumentation-categories) addressing different
24+
use cases and installation patterns.
25+
- [Context propagation](#context-propagation) provides correlation between
26+
traces, metrics, and logs, allowing the signals to complement each other.
27+
- [Semantic conventions](#semantic-conventions) define how to produce telemetry
28+
for standard operations.
29+
- [Log instrumentation](#log-instrumentation), which is used to get logs from an
30+
existing Java logging framework into OpenTelemetry.
3331

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

0 commit comments

Comments
 (0)