Callum Styan
Callum Styan
> Sure, so the issue is that if we set the per_cluster_label now to `cluster_id` then all occurrences of `cluster=$cluster` are perfectly replaced to `cluster_id=$cluster` but when the englobing replace...
sorry @lozbrown but at the moment we're considering promtail to be in a feature complete state and only accepting bug/security fixes an improvement would be welcome in the sense that...
@lozbrown I'm sure the Alloy project would accept your change/improvement here. Their code, other than the configuration format, is actually a 1:1 fork of promtail. Their team is dedicated to...
@anubhabmondalDirac there's some configuration issue somewhere. Promtail is gathering and sending logs with timestamps that look like there roughly 3h in the future compared to the clock time on the...
To extend this, we could allow the option of using alternative encoding/compression types. For example, with zstd we can achieve another 25% reduction in the end compressed bytes size but...
Closing in favour of using a feature branch for remote write 1.1. This piece of work will be updated in a new PR.
should this live in prometheus/common, the same as the aws sigv4 auth code? https://github.com/prometheus/common/tree/main/sigv4
hey @kavirajk, actually something fun I learned this past week when finally finding the cause of the issues with our `quantile_over_time`, `TestMappingEquivalence` is actually testing the results equivalency for each...
@jeschkies any opinions on merging this as is vs as behind a feature flag? given that it's not being executed via a probabilistic data structure I don't think we need...
@efficks I'm not understanding, the docker healthcheck system specifically requires that a container have `wget` installed? In my mind healthcheck should be executed externally from the container, and the promtail...