The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/reference/annotations.md

1.5 KiB

+++ title = "Annotations" keywords = ["grafana", "annotations", "documentation", "guide"] type = "docs" [menu.docs] name = "Annotations" parent = "dashboard_features" weight = 2 +++

Annotations

Annotations provide a way to mark points on the graph with rich events. When you hover over an annotation you can get title, tags, and text information for the event.

Queries

Annotation events are fetched via annotation queries. To add a new annotation query to a dashboard open the dashboard settings menu, then select Annotations. This will open the dashboard annotations settings view. To create a new annotation query hit the New button.

Specify a name for the annotation query. This name is given to the toggle (checkbox) that will allow you to enable/disable showing annotation events from this query. For example you might have two annotation queries named Deploys and Outages. The toggles will allow you to decide what annotations to show.

Annotation query details

The annotation query options are different for each data source.

  • [Graphite annotation queries]({{< relref "features/datasources/graphite.md#annotations" >}})
  • [Elasticsearch annotation queries]({{< relref "features/datasources/elasticsearch.md#annotations" >}})
  • [InfluxDB annotation queries]({{< relref "features/datasources/influxdb.md#annotations" >}})
  • [Prometheus annotation queries]({{< relref "features/datasources/prometheus.md#annotations" >}})