I use Sping-Webflux and want to automatically add jaeger traceId into my @Slf4j log. I have an appender in my logback.xml with %X{traceId} pattern li ...
I use Sping-Webflux and want to automatically add jaeger traceId into my @Slf4j log. I have an appender in my logback.xml with %X{traceId} pattern li ...
I am trying to deploy Jaeger all-in-one image in a kubernetes cluster. Jaeger is not in the root of the url, meaning it's accessible through https://s ...
With the instruction from the Jaeger documentation installed jaeger operator all-in-one instance in Docker Desktop (windows) Kubernetes cluster. With ...
Noob question here since I'm new to Jaeger and Docker. Docker Image: Jaeger Version 1.40 Is there a way to secure the Jaeger Collector OTLP endpoint ...
I have configured docker compose for open telemetry collector, prometheus and jaeger and send data via otel agent. Jaeger is working fine but promethe ...
I wonder how does a kubernetes operator such as the jaeger operator call other images. A problem I am having with the Jaeger operator for instance, i ...
I have a Kubernetes cluster which runs with Istio as a service mesh and load balancing provided by Metallb. I have 4 Istio addons (Prometheus, Kiali, ...
I have a front-end application (component A) that makes a request to a Java back-end application (component B). Both components are configured to exp ...
I am trying to integrate opentelemetry in spring boot with Automatic instrumentation, it's generating health check urls. How to exclude specific urls ...
I have this function that is working perfectly fine with opentelemetry = { version = "0.17", features = ["tokio"] } and opentelemetry-jaeger = { versi ...
I have been trying to export trace by using custom otel exporter ( BaseExporter ). But received json structure is not compatible with jaeger tool. Co ...
Hopefully a simple one to answer. I've deployed a test Nginx Deployment, Service, and Ingress with the agent sidecar annotation, but it's not appeari ...
While deploying jaeger 1.28.0 on Kubernetes version v1.21.2-1555+9e8f924492b7d7-dir OpenShift version 4.8.0-0.okd-2021-11-14-052418 Facing the below ...
We are using OTEL Java agent as follow whenever Dotel.exporter.jaeger.endpoint is not reachable or for any other issues, it will print out the erro ...
I'm working on the observability part of Opensearch so I'm trying to collect the trace data of a wordpress website and send it to Opensearch. I'm col ...
Currently analysing a probable distributed tracing tool for our Event Driven Microservice architecture. Which currently looks somewhat similar to the ...
I am using opentelemetry in my python FastAPI application. It sends traces back to Jaeger. Each trace has a unique trace id I can also search for in t ...
I have followed multiple blogs to set-up working demo of Spring cloud Sleuth with OTEL. App ran successfully, trace and spanId are getting generated b ...
So I'm trying send OpenTelemetry trace back to Jaeger. I've tried sending the traces to console and it works. But I'm not getting anything when sendin ...
I am working on a backend composed of multiple microservices, and I want to be able to view the spans in the Jaeger UI. I use docker-compose to run my ...