File tree 2 files changed +8
-8
lines changed
content/en/docs/languages/java
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ weight: 40
5
5
cSpell:ignore : getenv httpclient println
6
6
---
7
7
8
- When you develop an app, you use third-party libraries and frameworks to
9
- accelerate your work and avoid duplicated efforts. If you instrument your app
10
- with OpenTelemetry, you don't want to spend additional time on manually adding
11
- traces, logs, and metrics to those libraries and frameworks.
12
-
13
- Use libraries that come with OpenTelemetry support natively or an
14
- [ Instrumentation Library] ( /docs/concepts/instrumentation/libraries/ ) to generate
15
- telemetry data for a library or framework.
8
+ {{% docs/languages/libraries-intro "Java" %}}
9
+
10
+ ## Use Instrumentation Libraries
11
+
12
+ If a library does not come with OpenTelemetry out of the box, you can use
13
+ [ instrumentation libraries] ( /docs/specs/otel/glossary/#instrumentation-library )
14
+ in order to generate telemetry data for a library or framework.
16
15
17
16
The Java agent for automatic instrumentation includes instrumentation libraries
18
17
for many common Java frameworks. Most are turned on by default. If you need to
Original file line number Diff line number Diff line change 18
18
url : https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html
19
19
docsUrl : https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/opentelemetry.html
20
20
components : [Java]
21
+ native : true # Elasticsearch Java API Client provides a native integration of the OpenTelemetry API
21
22
oss : true
22
23
- name : Kubernetes
23
24
url : https://kubernetes.io/
You can’t perform that action at this time.
0 commit comments