Pusher failed to consume trace data err="DoBatch: InstancesCount <= 0 #1716
-
I'm trying to implement OpenTelemetry tracing in my Django DRF Application, using OTEL Django Auto Instrumentation. I ultimately want to push my traces into Tempo to visualize them into Grafana later on. I'm using OTLPSpanExporter to push my traces via gRPC on port 4317. I'm doing this locally with Tempo running in a Docker container. When the traces are pushed, I get this error
For reference, I've tried swapping Tempo with OpenTelemetry collector and got the exact same error, but I still fail to find what is missing to my code to finally get traces ingested. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
It looks like you're trying to run Tempo in "single binary" mode, but also setting RF=3 which won't work. Try reducing |
Beta Was this translation helpful? Give feedback.
It looks like you're trying to run Tempo in "single binary" mode, but also setting RF=3 which won't work.
Try reducing
replication_factor
to 1.