You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [email protected]:jaegertracing/jaeger.git jaeger
git checkout v.1.42.0
cd jaeger
go run ./examples/hotrod/main.go all
2023-03-30T18:22:07.301Z INFO [email protected]/command.go:946 Using expvar as metrics backend
2023-03-30T18:22:07.301Z INFO [email protected]/command.go:916 Starting all services
2023-03-30T18:22:07.301Z INFO tracing/init.go:54 using jaeger trace exporter {"service": "frontend"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:54 using jaeger trace exporter {"service": "customer"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:54 using jaeger trace exporter {"service": "driver"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:67 created OTEL->OT brige {"service": "frontend", "service-name": "frontend"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:67 created OTEL->OT brige {"service": "customer", "service-name": "customer"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:67 created OTEL->OT brige {"service": "driver", "service-name": "driver"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:54 using jaeger trace exporter {"service": "customer"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:54 using jaeger trace exporter {"service": "driver"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:54 using jaeger trace exporter {"service": "route"}
2023-03-30T18:22:07.302Z INFO tracing/init.go:67 created OTEL->OT brige {"service": "driver", "service-name": "redis"}
2023-03-30T18:22:07.301Z INFO tracing/init.go:67 created OTEL->OT brige {"service": "customer", "service-name": "mysql"}
2023-03-30T18:22:07.302Z INFO customer/server.go:55 Starting {"service": "customer", "address": "http://0.0.0.0:8081"}
2023-03-30T18:22:07.302Z INFO frontend/server.go:74 Starting {"service": "frontend", "address": "http://0.0.0.0:8080"}
2023-03-30T18:22:07.302Z INFO tracing/init.go:67 created OTEL->OT brige {"service": "route", "service-name": "route"}
2023-03-30T18:22:07.302Z INFO route/server.go:57 Starting {"service": "route", "address": "http://0.0.0.0:8083"}
2023/03/30 18:22:27 Post "http://localhost:14268/api/traces": dial tcp 127.0.0.1:14268: connect: connection refused
More connection refused message show up on clicking the examples in hotrod UI http://localhost:8080/
What happened?
I am trying to deploy hotrod 1.42.0 following the instructions at https://github.com/jaegertracing/jaeger/tree/v1.42.0/examples/hotrod.
Steps to reproduce
More connection refused message show up on clicking the examples in hotrod UI http://localhost:8080/
Expected behavior
No errors when using hotrod.
Relevant log output
No response
Screenshot
No response
Additional context
Similar issue has been logged as opensearch-project/data-prepper#2273
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
Oracle Linux 7
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: