Fayzal Ghantiwala
Fayzal Ghantiwala
With https://github.com/prometheus/exporter-toolkit/pull/158, it is now possible pass forward TLS certificates and keys inline as part of the `TLSConfig` for the Server. This PR also extends the `TLSConfig` within `Server.go` to...
**What is this feature?** Updates the `unified_alerting` configuration with additional fields to configure TLS on the Redis client when enabling alerting high availability using Redis. The following fields have been...
#### What this PR does This PR adds experimental functionality to test templates under `api/v1/grafana/templates/test`. The latest version of `grafana/alerting` is also vendored in (commit https://github.com/grafana/alerting/commit/607aec95b269b14750514b1e6ba5a682e367a6e0) #### Checklist - [...
#### What this PR does The Grafana Alertmanager has the ability to test a receiver via the `/receivers/test` API, however it is not possible to test a Grafana receiver via...
**What is this feature?** When `alertmanagerRemotePrimary` is enabled, Grafana will now call out to the configured remote alertmanager to test templates (`api/v1/grafana/receivers/test`) and receivers (`api/v1/grafana/templates/test`) Also updates the Mimir image...
**What is this feature?** [Add a brief description of what the feature or update does.] **Why do we need this feature?** [Add a description of the problem the feature is...
**What is this feature?** [Add a brief description of what the feature or update does.] **Why do we need this feature?** [Add a description of the problem the feature is...
Adds the parameters `group_limit` and `group_next_token` to `api/v1/rules` based on https://github.com/prometheus/prometheus/pull/14017
#### What this PR does #### Which issue(s) this PR fixes or relates to Fixes # #### Checklist - [ ] Tests updated. - [ ] Documentation added. - [...