Friedrich Gonzalez
Friedrich Gonzalez
fyi @SungJin1212
Prometheus metrics have an associated [staleness](https://prometheus.io/docs/prometheus/latest/querying/basics/#staleness) To respect the 5 minutes default staleness in your example, it would need to run at exactly 10:05. it looks like you want to...
https://cortexmetrics.io/docs/case-studies/buoyant-cloud/ Buoyant is a confirmed user
Open-Xchange confirmed https://github.com/cortexproject/cortex/pull/6915
Have you tried query-frontend usage from ruler? There are good reports from the community I like your suggestion and at the same time I am not sure. This can generate...
I wouldn't recommend this gets fixed in bitnami helm charts. I think the opportunity is perfect to remove the upstream dependency. Related to https://github.com/cortexproject/cortex-helm-chart/issues/548
Services in cortex-jsonnet expose more than 1 port. ``` apiVersion: v1 kind: Service metadata: labels: name: memcached-index-queries name: memcached-index-queries namespace: default spec: clusterIP: None ports: - name: memcached-client port: 11211...