jaeger Questions
2
Solved
We have Jaeger setup to trace calls primarily between the istio proxies. I'm trying to use tracing inside the application, include any traceId/spanIds in the logs and report back to the Jaeger coll...
Overglaze asked 16/3, 2023 at 16:6
2
Solved
I'm trying to run jaeger and an OTEL collector as docker containers.
Unfortunately I run into the following error message:
otel-collector | Error: failed to get config: cannot unmarshal the configu...
Vibration asked 13/11, 2023 at 17:34
1
The code uses Console Trace Provider. However, In the function static void MakeActivity(string name),
The line ActivitySource.startActivity returns a null. How can i fix it?
The examples on google ...
Wedge asked 22/5, 2022 at 1:30
2
I've been using Spring Boot for a long time. I'm working on Micronaut now.
I'm used to using Sleuth to print trace and span IDs automatically on logs. What is the sleuth equivalent in Micronaut?
If...
Pharynx asked 3/3, 2021 at 9:38
1
We are re-building our software platform using a microservice architecture approach.
Most of it using Spring Boot libraries, and for our entry points we are using Spring Cloud Gateway which can be...
Systemic asked 28/8, 2019 at 14:22
1
I was looking at APM tools. Essentially Dynatrace and I could see that it also provides tracing capabilities that seem to be language agnostic and also without code modifications.
Where would jaeg...
Halden asked 5/1, 2020 at 6:28
3
Solved
I am running on Wildfly 23.0.1.Final (openjdk 11) under Centos 8.
I am not using opentrace in my application at all and i also did not add any jaeger dependency.
Whenever i look in the logs, i ofte...
0
I have 3 services A, B and C. I have written APIs which call A -> B -> C. I have installed Jaeger as given in the official documentation of Istio (https://istio.io/latest/docs/tasks/observabi...
1
Solved
We are injecting tracing information into request headers of all the http request calls in our API client library which is implemented based on urllib3
def _init_jaeger_tracer():
'''Jaeger tracer ...
Spile asked 23/7, 2021 at 14:54
4
Solved
How to enrich Jaeger opentracing data with the application logs (produced by slf4j) for Spring Boot?
There is an existing Spring Boot app which is using SLF4J logger. I decided to add the support of distributed tracing via standard opentracing API with Jaeger as the tracer. It is really amazing ho...
Unisexual asked 14/6, 2018 at 10:37
3
Solved
In a spring boot application (just one at the moment) I included jaeger by adding dependency opentracing-spring-jaeger-web-starter and the below beans
@Bean
public static JaegerTracer getTracer() {...
2
Solved
I'm trying to use OpenTracing.Contrib.NetCore with Serilog. I need to send to Jaeger my custom logs. Now, it works only when I use default logger factory Microsoft.Extensions.Logging.ILoggerFactory...
Saucedo asked 15/5, 2019 at 20:2
2
Solved
I instrumented a simple Spring-Boot application with Jaeger, but when I run the application within a Docker container with docker-compose, I can't see any traces in the Jaeger frontend.
I'm creati...
Jiles asked 4/5, 2018 at 11:16
1
Language: Java
Framework: Spring boot
Tools: Jaeger
I have done the following configuration for put whole trace on logs.
But at controller level log not shown a trace. when hibernate query execu...
Octuple asked 8/11, 2019 at 9:39
5
Solved
I have tried executing this docker command to setup Jaeger Agent and jaeger collector with elasticsearch.
sudo docker run \
-p 5775:5775/udp \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
...
Nickname asked 10/8, 2018 at 11:45
2
Solved
I am trying to make OpenTelemetry exporter to work with OpenTelemetry collector.
I found this OpenTelemetry collector demo.
So I copied these four config files
docker-compose.yml (In my app, I rem...
Wapiti asked 19/8, 2020 at 11:8
1
Solved
So I am exploring Jaeger for Tracing and I saw that we can directly send spans from the client to the collector in HTTP (PORT: 14268), if so then what is the advantage of using the jaeger age...
Hallowell asked 3/12, 2019 at 8:53
1
Based on this and this
How would I enable tracing for reactive-sql-clients ?
Now use %dev.quarkus.datasource.url=vertx-reactive:postgresql://dev-db-server:5432/mydb - it works, but no tracing sup...
Legpull asked 27/11, 2019 at 18:22
1
Solved
How do I enable Jaeger jdbc tracing in Quarkus? I've followed the Quarkus guides for Opentracing and didn't see any info about this.
I'm using Quarkus v0.21.2 with the following extensions:
-qu...
1
Is there way to configure opentracing-spring-jaeger-cloud-starter to handle any other header than Uber-Trace-Id? I have Traefik as an ingress in my kubernetes cluster. Traefik can be configured to ...
Cutoff asked 3/7, 2019 at 5:50
1
I want to use istio with existing jaeger tracing system in K8S, I began with installing jaeger system following the official link with cassandra as backend storage. Then installed istio by the helm...
Overwinter asked 24/11, 2018 at 15:42
1
Solved
We are trying to go reactive with Webflux. We are using Jaegar with Istio for instrumentation purposes.
Jaegar understands Spring MVC endpoints well, but don't seem to work at all for WebFlux.
...
Tugboat asked 15/11, 2018 at 15:37
1
Solved
I'm trying to set up a local k8s cluster and on minikube with installed istio and I have an issue with enabling distributed tracing with Jaeger.
I have 3 microservices A -> B -> C. I am propa...
Resolvable asked 27/8, 2018 at 11:12
1
© 2022 - 2024 — McMap. All rights reserved.