Questions tagged [spring-cloud-sleuth-otel]

2 questions
0
votes
0 answers

Communication failure between Spring Boot app and AWS Distro for OpenTelemetry (ADOT) running in ECS

I am trying to run spring boot app in ECS with ADOT as side-car. In ECS task definition, I am creating task for spring boot app. I am enabling Use Metrics Collection and selecting Amazon Managed Prometheus (OpenTelemetry Instrumentation) which is…
0
votes
2 answers

How can I set custom tags through properties when using Micrometer Tracing with Spring Boot 3

When using Spring Boot 2.x with Spring Sleuth based tracing, we can configure the custom tags for Spans using properties in the application.properties file. Example: spring.sleuth.otel.resource.attributes.CUSTOM-KEY=CUSTOM-VALUE Since Spring Boot…