Skip to content

Drone plugin to create an annotation in Grafana.

Notifications You must be signed in to change notification settings

fdeschenes/drone-grafana-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

drone-grafana-annotation

Drone plugin to create an annotation in Grafana. For the usage information and a listing of the available options please take a look at the docs.

Docker

Build the Docker image with the following command:

docker build \
  --label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
  --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
  --tag fdeschenes/drone-grafana-annotation .

Usage

docker run --rm \
  -e PLUGIN_URL=https://grafana.example.com \
  -e PLUGIN_API_KEY=xxxxx \
  -e PLUGIN_TAGS="deploy,production" \
  -e PLUGIN_TEXT="Deployed" \
  fdeschenes/drone-grafana-annotation

About

Drone plugin to create an annotation in Grafana.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published