Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix description of log instrumentation #6236

Merged
merged 5 commits into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down