Перейти к содержимому

1. OpenTelemetry: Automatically Instrument Spring Boot App by OpenTelemetry Java Agent

Linh Vu

0:00 / 0:00

1. OpenTelemetry: Automatically Instrument Spring Boot App by OpenTelemetry Java Agent

30 676 просмотров · 2 г. назад
Linh Vu
3,15 тыс. подписчиков
30 676 просмотров · 2 г. назад
In this video, we're gonna instrument our Spring Boot service automatically by using OpenTelemetry Java Agent. Basically, this OpenTelemetry Agent will collect all metrics, traces, logs of our service and emit them to a configured destination. This time we will emit them to the console, but we will expand the diagram later with OpenTelemetry Collector and other services. For the sake of simplicity, everything will be deployed as a Docker container in a Docker-Compose. Github: https://github.com/nlinhvu/openteleme... OpenTelemetry with Spring Boot 3 Series:    • OpenTelemetry with Spring Boot 3   References: OpenTelemetry Getting Started: https://opentelemetry.io/docs/instrum... Logging Exporter: https://github.com/open-telemetry/ope...