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 have an OpenTelemetry collector deployed on a Kubernetes cluster that receives metrics on 4317 (from another OpenTelemetry collector instance) and sends them to our storage backend (Victoria Metrics).
The question is in regards to buffering the data outgoing to Victoria Metrics: we want to set up buffering to persistent storage only.
From the metrics we observed in Victoria Metrics we understand the fact that there is a limitation of queue capacity to 1000, although it is not present in the configuration. Also, the persistent disk (configured to 20GB) is not fully in use.
Is this by design? Is the queue_size parameter required in the configuration in order to use the entire disk for buffering?
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We have an OpenTelemetry collector deployed on a Kubernetes cluster that receives metrics on 4317 (from another OpenTelemetry collector instance) and sends them to our storage backend (Victoria Metrics).
We have the following configuration:
The question is in regards to buffering the data outgoing to Victoria Metrics: we want to set up buffering to persistent storage only.
From the metrics we observed in Victoria Metrics we understand the fact that there is a limitation of queue capacity to 1000, although it is not present in the configuration. Also, the persistent disk (configured to 20GB) is not fully in use.
Is this by design? Is the queue_size parameter required in the configuration in order to use the entire disk for buffering?
Beta Was this translation helpful? Give feedback.
All reactions