Skip to content

Commit

Permalink
Update docs/spec/v1beta1/provider.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
fsequeira1 and stefanprodan authored Feb 8, 2022
1 parent 6d8309e commit 1c29a9a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/spec/v1beta1/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,11 @@ spec:

### Grafana

Sends notifications to [grafana annotations api](https://grafana.com/docs/grafana/latest/http_api/annotations/)
if grafana has authentication configured it is recommended to use secretRef and include the API key.
To enable the annotations on a Dashboard its needed to enable the annotations with Tag `flux` on the Dashboard settings by.
This can be be performed by doing the following steps:
* Annotations > Query > Enable Match any
* Annotations > Query > Tags (Add Tag: `flux`)
To send notifications to [Grafana annotations API](https://grafana.com/docs/grafana/latest/http_api/annotations/),
you have to enable the annotations on a Dashboard like so:

- Annotations > Query > Enable Match any
- Annotations > Query > Tags (Add Tag: `flux`)


```shell
Expand Down

0 comments on commit 1c29a9a

Please sign in to comment.