Questions tagged [jaeger-client-go]

7 questions
3
votes
3 answers

Spring boot version 3.0.0 is not working with jaeger 3.3.1 (latest version)

I am using spring boot version 3.3.1 in my spring boot project with jaeger for distributed tracing (version 3.3.1 which latest recommended version) and my java version is 17. I have added dependencies as follows:
2
votes
1 answer

Jaeger is crash looping with error "file does not exist for table 6122"

We are using Jeager in kubernets verion 1.21.7 and the Jeager version is 1.29. We are storing the Jeager logs in Azure storage account. Till now it was fine. When the pod dies and when the new pod spins, it is not able to access the previous data…
kiran
  • 51
  • 4
2
votes
2 answers

What are the some use cases for OpenTelemetry Collectors?

We are trying out multiple observability tools (like Jaeger, Prometheus, etc). While building a demo application that sends the distributed tracing data to Jaeger. We used 'go.opentelemetry.io/otel/exporters/jaeger' to export the data to tracing…
SDB
  • 61
  • 1
  • 4
1
vote
1 answer

Getting "State of the connection with the Jaeger Collector backend.." (jaeger/TRANSIENT_FAILURE) while running OpenTelemetry Collector

I am trying to build a simple application that sends traces to OpenTelemetry Collector, which exports the traces to Jaeger Backend. But while I spin up the collector and Jaeger Backend, I get the following message, info …
SDB
  • 61
  • 1
  • 4
0
votes
0 answers

Service not loading in Jaeger UI after deployment in AWS with same image name

Jaeger UI is integrated to trace the logs of spring boot application micro service. But after deployment (using docker compose up) of new image in AWS with same image name the service is not loading in Jaeger UI. If we push service with new image to…
Nithin U S
  • 44
  • 2
0
votes
0 answers

Jaeger with Go Application only shows one span

I am currently trying to integrate Jaeger into my application. This works to the point that all metrics are sent to Jaeger and plotted there as well. The only thing that doesn't work properly is the rendering of calls from one service to another. So…
TheBohne
  • 79
  • 1
  • 10
0
votes
1 answer

No dependencies found in Jaeger (openTelemetry-Go)

I have a test implementation of the client and server. OpenTelemetry-Go and Jaeger Exporter is used to collect statistics. Also otelGRPC instrumentation is used. Reports working correctly: Detailed information: But dependencies not found: Yes, I…
nexcode
  • 93
  • 6