Tracing with Zipkin doesn't appear to work #1098
Labels
area/data-plane
kind/bug
Categorizes issue or PR as related to a bug.
triage/needs-user-input
Issues which are waiting on a response from the reporter
Describe the bug
Tracing support doesn't appear to be working
Expected behavior
I've configured my broker with the sample configs from eventing to have a Zipkin service running in knative-eventing and a config-tracing that forwards with a sample-rate of 1.0.
I configured the dispatcher to log at DEBUG level and see these lines in the logs:
So it looks like it's picking up the config, but I don't see any traces being emitted in my Zipkin instance. I have a simple heartbeat source emitting to an event-display service, nothing fancy.
I tried using ksniff to inspect packets coming out of the dispatcher and confirmed there's nothing going out to the zipkin server.
To Reproduce
Configure tracing, see if it works at all?
Knative release version
0.24
Additional context
knative/eventing#5589 reports that it's not working with Jaeger as well
The text was updated successfully, but these errors were encountered: