Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/knowledge-graph/reference/notifications.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/knowledge-graph/reference/notifications/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
How notifications work in the knowledge graph
This topic describes what happens when you create a notification in the knowledge graph.
Intention
The knowledge graph uses ALERTS to generate insights. In most cases, you don’t want the system to notify you when each insight fires as this can create quite a bit of noise. To reduce noise, create notifications with filters that target only the insights you want to be alerted about.
What happens when you create a notification
When you create a notification, the knowledge graph generates an alerting rule with specific labels that can be consumed by an Alertmanager template. These rules all have the alertname called NOTIFICATION_ALERTS. The following table shows the special labels and values so that you can identify and route the notification to facilitate linking back to RCA workbench:
| Label | Value | Description |
|---|---|---|
alertname | NOTIFICATION_ALERTS | All notification alerts have this name. |
source_alertname | <ORIGINAL ALERTNAME> | The original or source alertname label value. |
asserts_assertion_name | The insight name that’s associated with the alert. This value is used to link back to RCA workbench, for example, NETWORK:RX_BYTES::ResourceRateAnomaly. | |
asserts_notification_rule_name | <NOTIFICATION RULE NAME> | The name of the notification rule when created in the Grafana Cloud user interface. This can be different from the alertname label if desired. |
Next steps
Now that you understand how notifications work in the knowledge graph:
- Configure notifications to set up your notification channels and rules.
- Create notification rules to troubleshoot or fine-tune your notification workflow.
Was this page helpful?
Related resources from Grafana Labs


