Added Collector and Agent, but path doesn't seem to go through any of them. #3570
Unanswered
Nathan-Bernardo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I added a collector gateway and collector agent to my docker compose file. I expect paths to go through the agent and collector, but it doesn't seem to be the case. I was expecting in the "Process" box in Jaeger to find
component.name1: agent
andtest.key: gateway
to verify that the collector and agent were set up correctly.Setup
collector-agent.yml
collector-gateway.yml
docker-compose.yml
Here is my tracer file.
tracer.ts
Here is where I initialize my tracer.
main.ts
Discussion
I'm building a microservice application to test out OpenTelemetry and Jaeger. I'm trying to learn how to deploy this to production, and that requires me adding a collector and agent. Any advice would be much appreciated. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions