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 4 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
13 changes: 6 additions & 7 deletions content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ 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.
- [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): Can be 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