diff --git a/content/en/docs/languages/java/instrumentation.md b/content/en/docs/languages/java/instrumentation.md index 1b1e4c0df4a1..8eb6a9dc047e 100644 --- a/content/en/docs/languages/java/instrumentation.md +++ b/content/en/docs/languages/java/instrumentation.md @@ -20,16 +20,14 @@ instrumentation API calls. This page discusses the OpenTelemetry ecosystem in OpenTelemetry Java, including resources for end users and cross-cutting instrumentation topics: -- [Instrumentation categories](#instrumentation-categories): There are a variety - of categories of instrumentation addressing different use cases and - installation patterns. -- [Context propagation](#context-propagation): Context propagation provides - correlation between traces, metrics, and logs, allowing the signals to - complement each other. -- [Semantic conventions](#semantic-conventions): The semantic conventions define - how to produce telemetry for standard operations. -- [Log instrumentation](#log-instrumentation): The semantic conventions define - how to produce telemetry for standard operations. +- [Instrumentation categories](#instrumentation-categories) addressing different + use cases and installation patterns. +- [Context propagation](#context-propagation) provides correlation between + traces, metrics, and logs, allowing the signals to complement each other. +- [Semantic conventions](#semantic-conventions) define how to produce telemetry + for standard operations. +- [Log instrumentation](#log-instrumentation), which is used to get logs from an + existing Java logging framework into OpenTelemetry. {{% alert %}} While [instrumentation categories](#instrumentation-categories) enumerates several options for instrumenting an application, we recommend users