Sylvain Rabot
Sylvain Rabot
Prometheus has added modifiers to reproduced the behavior of thanos' xrate/xincrease functions. ``` # Thanos xincrease(abstraction_www_http_request_total[5m]) # Prometheus increase(abstraction_www_http_request_total[5m] anchored) ``` ### Additional context https://prometheus.io/docs/prometheus/latest/feature_flags/#extended-range-selectors
Hi, I love this tool and I really wished I could install it system wide easily with brew. The whole virtualenv thing for python application on macos is such a...
E.G.: ```yaml apiVersion: v1 data: pyrra-recording-rule-prometheus-blackbox-probe-success.rules.yaml: | groups: ... - interval: 30s name: prometheus-blackbox-probe-success rules: ... - alert: ErrorBudgetBurn expr: probe_success:burnrate1h30m{slo="prometheus-blackbox-probe-success"} > (1 * (1-0.99)) and probe_success:burnrate1d{slo="prometheus-blackbox-probe-success"} > (1 *...
**What happened**: I tried to set `maxPodsExpression` to `default_enis * (ips_per_eni - 1)` and it reflects correctly in `/etc/kubernetes/kubelet/config.json` (the instance is a `m7g.xlarge`, so 4 ENIs with 15 IPs...
### What happened? I encountered a case were label pairs are not properly merged after applying a patch. ### What did you expect to happen? I expected source labels pair...