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
We are using the otelcol_exporter_queue_size metric to alert about our otel collector status.
Recently we moved to use the persistant queue to avoid losing information if the collector is restarted.
But once we did that the otelcol_exporter_queue_size no longer shows the current situation.
We tested this by blocking the receiver and observing the pvc attached to the otel pod.
The result was that we saw the folder size increase but the queue size metric did not change.
Expected Result
otelcol_exporter_queue_size should behave the same way as when running the queue in memory.
Actual Result
otelcol_exporter_queue_size does not change even when queue size is actually increasing.
Hi @dmitryax thanks for the quick reply.
We changed our test and now we can see the metric working.
I think perhaps since we blocked the destination the data was dropped in the enqueue and never got to the sending queue itself.
Again thanks for your help and quick reply
Component(s)
extension/storage/filestorage
What happened?
Description
We are using the otelcol_exporter_queue_size metric to alert about our otel collector status.
Recently we moved to use the persistant queue to avoid losing information if the collector is restarted.
But once we did that the otelcol_exporter_queue_size no longer shows the current situation.
We tested this by blocking the receiver and observing the pvc attached to the otel pod.
The result was that we saw the folder size increase but the queue size metric did not change.
Expected Result
otelcol_exporter_queue_size should behave the same way as when running the queue in memory.
Actual Result
otelcol_exporter_queue_size does not change even when queue size is actually increasing.
Collector version
0.92.0
Environment information
Environment
OS: amazon linux
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: