Drone plugins > Grafana Annotation
Grafana Annotation
by fdeschenes
The Grafana Annotation plugin can be used to create an annotation in [Grafana](https://grafana.com).
Example
kind: pipeline
name: default
steps:
- name: annotate
image: fdeschenes/drone-grafana-annotation
settings:
api_key: xxxxx
image: fdeschenes/drone-grafana-annotation
tags:
- deploy
- production
text: "Deployed"
url: https://grafana.example.com
Properties
api_key
stringrequiredThe Grafana API key
Secret recommendedDefault: none
tags
arrayoptionalThe tags to add to the annotation
Default: none
text
stringrequiredDescription
Default: none
url
stringrequiredThe Grafana URL
Default: none