An open API service indexing awesome lists of open source software.

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

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).