-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hey,
I want to add jaeger tracing,
i ran the jaeger all in one solution container inside the minikube with ingressbundy-grid.com at port 14250
but i can't see any traces,
i am missing this part
--ext $(coursier fetch -p
io.opentelemetry:opentelemetry-exporter-jaeger:1.0.0
io.grpc:grpc-netty:1.35.0)
how can i replace this so it will work with dockers and kubernetes ?
this is my current yaml env setup:
- name: SE_OPTS value: --log-level INFO --structured-logs true - name: JAVA_OPTS value: -Dotel.traces.exporter=jaeger -Dotel.exporter.jaeger.endpoint=bundy-grid.com:14250 -Dotel.resource.attributes=service.name=selenium-chrome-node
Metadata
Metadata
Assignees
Labels
No labels