Steve Simpson
Steve Simpson
Spent the morning debugging what I thought was a goroutine leak, but turned out to be just a huge number of goroutines being created in a short period of time....
#### Is your feature request related to a problem? Please describe. When a compactor is not cleanly shutdown, it is not unregistered from the ring. This means that if a...
Adds some experimental Loki recording rules (and some associated dashboards) to extract useful insights about costly queries from query-frontend log lines. The motivation to use Loki recording rules is as...
#### Is your documentation request related to a feature? If so, which one? Runbooks / Query path #### Describe the solution that you’d like or the expected outcome This runbook...
With some small tweaks, we can run Alertmanager without PVCs. The only state on the disk is: - Template files - These are a) tiny and b) can be trivially...
The jsonnet deployment configures the Ruler to use the cluster IP alertmanager service, whereas the Helm deployment uses the headless service. This change updates the Helm chart to match the...
**What is this feature?** Adds a feature toggle to disallow sending alerts to external Alertmanager datasources. - If a user already has an admin configuration, this is ignored and a...
### Problem Alertmanager has a single configuration file which contains all receivers and the routing tree. There is currently no safe way to have multiple clients reading, modifying and writing...
#### Is your feature request related to a problem? Please describe. The default templates for alertmanager are inherited from upstream and therefore hardcoded into the binary, making them hard to...