We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c52808 commit 84e480eCopy full SHA for 84e480e
content/en/docs/instrumentation/java/examples.md
@@ -7,6 +7,7 @@ weight: 6
7
---
8
9
Here are some of the resources for Opentelemetry instrumentation examples.
10
+Fully-functional examples of manual instrumentation are available in [Opentelemetry Java Docs].
11
12
## Community Resources
13
@@ -31,3 +32,5 @@ $ mvn clean package docker:build
31
32
```console
33
$ docker-compose up
34
```
35
+
36
+[Opentelemetry Java Docs]: https://github.com/open-telemetry/opentelemetry-java-docs
0 commit comments