@@ -20,16 +20,14 @@ instrumentation API calls. This page discusses the OpenTelemetry ecosystem in
20
20
OpenTelemetry Java, including resources for end users and cross-cutting
21
21
instrumentation topics:
22
22
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.
33
31
34
32
{{% alert %}} While [ instrumentation categories] ( #instrumentation-categories )
35
33
enumerates several options for instrumenting an application, we recommend users
0 commit comments