Drone plugins > Grafana Annotation
grafana.svg

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

    stringrequired

    The Grafana API key

    Secret recommended

    Default: none

  • tags

    arrayoptional

    The tags to add to the annotation

    Default: none

  • text

    stringrequired

    Description

    Default: none

  • url

    stringrequired

    The Grafana URL

    Default: none