Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fdeschenes/drone-grafana-annotation

Drone plugin to create an annotation in Grafana.
https://github.com/fdeschenes/drone-grafana-annotation

drone-plugin grafana-annotations

Last synced: about 2 months ago
JSON representation

Drone plugin to create an annotation in Grafana.

Awesome Lists containing this project

README

        

# 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:

```bash
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

```bash
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
```