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
It should be since io.zipkin.reporter2:zipkin-reporter-brave is on the classpath and Boot should auto-configure it.
The tracer is definitely initialized since we have a test for it but we don't start a zipkin instance for testing. Did you start Zipkin to check if spans are published?
My breakpoint on Zipkin AsyncRepoter auto config is not triggered, might be some other reporter instance is created but i can't figure out which one, i have the Zipkin collector and the openfeign sample project works fine, not sure what is different.
In Kafka Producer sample, zipkin reporter is not initialized, hence tracings are not reported to the zipkin consumer.
openfeign sample works fine.
The text was updated successfully, but these errors were encountered: