https://github.com/perfectslayer/opentelemetry-java-instrumentation-talk
Instrumenting Java applications using OpenTelemetry - Slides & Demonstrations
https://github.com/perfectslayer/opentelemetry-java-instrumentation-talk
Last synced: about 1 year ago
JSON representation
Instrumenting Java applications using OpenTelemetry - Slides & Demonstrations
- Host: GitHub
- URL: https://github.com/perfectslayer/opentelemetry-java-instrumentation-talk
- Owner: PerfectSlayer
- Created: 2023-05-07T10:15:10.000Z (about 3 years ago)
- Default Branch: devoxx
- Last Pushed: 2024-04-20T06:45:37.000Z (about 2 years ago)
- Last Synced: 2024-05-01T20:05:04.258Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to instrument your Java applications using OpenTemetry -- Devoxx FR edition
### You missed it?
You can find [the slides of the presentation on Speaker Deck](https://speakerdeck.com/perfectslayer/instrumentez-vos-applications-java-avec-opentelemetry).
#### To run the Datadog agent as OTel collector
Ensure to export `DD_API_KEY` then use the provided script:
```shell
export DD_API_KEY=
./run-agent.sh
```
Test the service endpoints using the `request.http` file and check the trace using [the Datadog backend](https://app.datadoghq.eu/account/login).