Skip to content

Commit b9de275

Browse files
committed
add suggestion formatting
1 parent 426a192 commit b9de275

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

+5-6
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ 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): Provides correlation between
23+
- [Instrumentation categories](#instrumentation-categories) addressing different
24+
use cases and installation patterns.
25+
- [Context propagation](#context-propagation) provides correlation between
2726
traces, metrics, and logs, allowing the signals to complement each other.
28-
- [Semantic conventions](#semantic-conventions): Define how to produce telemetry
27+
- [Semantic conventions](#semantic-conventions) define how to produce telemetry
2928
for standard operations.
30-
- [Log instrumentation](#log-instrumentation): Can be used to get logs from an
29+
- [Log instrumentation](#log-instrumentation), which is used to get logs from an
3130
existing Java logging framework into OpenTelemetry.
3231

3332
{{% alert %}} While [instrumentation categories](#instrumentation-categories)

0 commit comments

Comments
 (0)