2021-07-21 16:25:32 -04:00
+++
title = "Annotations"
description = "Annotations visualization documentation"
keywords = ["grafana", "Annotations", "panel", "documentation"]
2021-08-25 14:14:00 -04:00
aliases = ["/docs/grafana/latest/features/panels/anotations/", "/docs/grafana/latest/panels/visualizations/annotations/"]
weight = 105
2021-07-21 16:25:32 -04:00
+++
2021-08-06 07:52:36 -06:00
# Annotations
2021-07-21 16:25:32 -04:00
2021-07-28 21:06:42 -03:00
The Annotations panel shows a list of available annotations you can use to view annotated data. Various options are available to filter the list based on tags and on the current dashboard.
## Annotation query
2021-08-06 07:52:36 -06:00
The following options control the source query for the list of annotations.
2021-07-28 21:06:42 -03:00
### Query Filter
Use the query filter to create a list of annotations from all dashboards in your organization or the current dashboard in which this panel is located. It has the following options:
2021-08-06 07:52:36 -06:00
- All dashboards - List annotations from all dashboards in the current organization.
- This dashboard - Limit the list to the annotations on the current dashboard.
2021-07-28 21:06:42 -03:00
### Time Range
Use the time range option to specify whether the list should be limited to the current time range. It has the following options:
2021-08-06 07:52:36 -06:00
- None - no time range limit for the annotations query.
- This dashboard - Limit the list to the time range of the dashboard where the annotation list panel is available.
2021-07-28 21:06:42 -03:00
### Tags
2021-08-06 07:52:36 -06:00
Use the tags option to filter the annotations by tags. You can add multiple tags in order to refine the list.
2021-07-28 21:06:42 -03:00
> **Note:** Optionally, leave the tag list empty and filter on the fly by selecting tags that are listed as part of the results on the panel itself.
### Limit
Use the limit option to limit the number of results returned.
## Display
2021-08-06 07:52:36 -06:00
These options control additional meta-data included in the annotations panel display.
2021-07-28 21:06:42 -03:00
### Show user
2021-08-06 07:52:36 -06:00
Use this option to show or hide which user created the annotation.
2021-07-28 21:06:42 -03:00
### Show time
Use this option to show or hide the time the annotation creation time.
### Show Tags
2021-08-06 07:52:36 -06:00
Use this option to show or hide the tags associated with an annotation. _NB_ : You can use the tags to live-filter the annotation list on the panel itself.
2021-07-28 21:06:42 -03:00
## Link behavior
### Link target
Use this option to chose how to view the annotated data. It has the following options.
2021-08-06 07:52:36 -06:00
- Panel - This option will take you directly to a full-screen view of the panel with the corresponding annotation
- Dashboard - This option will focus the annotation in the context of a complete dashboard
2021-07-28 21:06:42 -03:00
### Time before
2021-08-06 07:52:36 -06:00
Use this option to set the time range before the annotation. Use duration string values like "1h" = 1 hour, "10m" = 10 minutes, etc.
2021-07-28 21:06:42 -03:00
### Time after
Use this option to set the time range after the annotation.