Skip to content
Advertisement

Tag: apm

Importing OpenTelemetry trace data from Spring Boot application to Elastic APM – views are missing data

I have a Spring Boot application with Spring Cloud Sleuth, OpenTelemetry instrumentation and OpenTelemetry exporter OTLP. This is a gist of dependencies: spring-cloud-starter-sleuth without Brave, because we are using OpenTelemetry instrumentation spring-cloud-sleuth-otel-autoconfigure which introduces OpenTelemetry instrumentation libs and provides Spring autoconfiguration opentelemetry-exporter-otlp for sending data to apm server I have only basic configuration in my application.yml: With this setup I

Advertisement