Hi
I added tracing to our application using opencensus/zipkin and tempo as backend over a month ago. It was working fine with tempo:0.7.0. It is time to merge that code into master, so I tested with the latest helm chart version 0.7.4 (tempo:1.0.1) but doesn’t work anymore. Getting the following error on single binary
connect: connection refused
and on distributed
failed to send the request: Post "http://tempo-distributed-distributor.tempo.svc.cluster.local:9411/api/v2/spans": dial tcp 10.99.163.220:9411: i/o timeout
failed to send the request: Post "http://tempo-distributed-distributor.tempo.svc.cluster.local:9411/api/v2/spans": context deadline exceeded
I tried to go back to tempo:0.7.0 but seems to be gone. The installation goes through but the container doesn’t get created as it fails to pull the image. Not sure which helm chart version installs tempo:0.7.0 but I have tried 0.7.3, 0,7.2… 0.6.0 but all of them fail, only 0.7.4 works which installs tempo:1.0.1
helm install tempo grafana/tempo --version=0.7.0 --set traces.zipkin=true -n tempo
What happened to the older charts?