rbizos

Results 8 issues of rbizos

**Describe the bug** We are using VMAgent between our prometheus collection layer and our VictoriaMetrics multitenant cluster to spool longer than prometheus can. We use maxDiskUsagePerURL to control the amount...

enhancement
vmagent

This allows to set the value of the maxPendingBytesPerURL per remoteWriteUrl or multitenantURL. This is useful when you target different clusters with different SLAs

By default it was by pid, this could generate a lot of metrics in case of many workers and multiprocess. This can overtime stack as worker processes can restart and...

With the help of @camathieu **Context** https://github.com/prometheus/prometheus/issues/11362 Regularly, we need to group metrics by the characteristics of the target they are coming from the target such as the version of...

Adding AggregateSeriesLists and its aliases. Reused aggregate logic and divideSeriesList. Facturized divideSeriesLists with the new logic.

### Describe the bug When querying a metric, as well as when grouping by node, the list of metrics is of random order. This behavior is not the same as...

bug
graphite

This pull request introduces the capability to configure the disk persistence of remote write queues independently. For instance, in scenarios where there are multiple clusters with varying SLAs, users can...