I may have missed it, but how do save query parameters in zipkin?
My service is running:
- spring-boot = 2.0.4.RELEASE
- spring-cloud = Finchley.SR2
- spring-cloud-starter-zipkin = 2.0.2.RELEASE
I'm missing host too, but I suspect that is because I'm running services in docker containers.
update 8/13/2019
I make a call to https://test-service.mydomain.com/api/conn/parallel2?repetitions=20&delay=10000&bypassTokenCache=true&overrideTokenRefreshSeconds=10
Notice in the trace I'm missing host and query parameters. Is there any way to record those values in zipkin?