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
I've been trying to use the storage extension and I'm having some trouble understanding it. I'd love if someone would be able to help me out.
When using the storage extension with sending_queue.storage.file_storage I can see that my traces, metrics and logs are being saved in the files exporter_otlp_<signal>, and this is great, half problem solved. Now my question.
If for some reason the Collector dies, when restarting it, I was expecting the Collector to check the sending_queue stored data and try to send whatever wasn't sent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all 👋
I've been trying to use the
storage extension
and I'm having some trouble understanding it. I'd love if someone would be able to help me out.When using the
storage extension
withsending_queue.storage.file_storage
I can see that my traces, metrics and logs are being saved in the filesexporter_otlp_<signal>
, and this is great, half problem solved. Now my question.If for some reason the Collector dies, when restarting it, I was expecting the Collector to check the sending_queue stored data and try to send whatever wasn't sent.
Is my assumption wrong?
Beta Was this translation helpful? Give feedback.
All reactions