alerting icon indicating copy to clipboard operation
alerting copied to clipboard

Set of libraries used to build alerting systems at Grafana - including the Alertmanager.

Results 89 alerting issues
Sort by recently updated
recently updated
newest added

In Grafana, we're keeping the core types of `apimodels` right where they belong: In Grafana. However, want to make sure we avoid cyclic dependencies so we can't bring `apimodels` into...

Per: > level=warning msg="[runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive."

Adds an MQTT (v3.1) receiver. Fixes https://github.com/grafana/grafana/issues/16858 * PR to Grafana: https://github.com/grafana/grafana/pull/91487 * PR to terraform provider: https://github.com/grafana/terraform-provider-grafana/pull/1746 How to start an MQTT broker for testing [mosquitto](https://github.com/eclipse/mosquitto/tree/master) can be used...

When slack is configured via bot token, it can only send images as part of the thread of the alert message. Would it be possible to add more options ?...

enhancement

On Provisioned Contact Points for OpsGenie, the UI appears to have a bug where it is requiring the OpsGenie URL be filled in, even though it is defaulting to the...

bug
area/ux

I am looking to have the built-in alert manager within grafana send to the everbridge endpoint, but due to the issue here: https://community.grafana.com/t/alerting-webhook-contact-point-authorization-header/73220, I am unable to do so because...

Hello, I recently upgrade Grafana to version 9.x and previously the button "OPEN IN GRAFANA" used to have a link to the panel where it's alert comes from. But now...

With this commit, the ChatID and MessageThreadID configuration of the Telegram notifier now can be configured either with a string or an integer, without any breaking changes for anyone consuming...

The yaml package does not support surrogate pairs ([related issue](https://github.com/go-yaml/yaml/issues/279)), using configurations with emojis results in errors in Grafana, we're using `UnmarshalYAML` under the hood when unmarshaling json. This PR...