Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/whyeasy/grafana-snapshot-helper

A sidecar to help with using snapshots if your Grafana instance is stateless.
https://github.com/whyeasy/grafana-snapshot-helper

golang grafana grafana-snapshot sidecar-container

Last synced: about 1 month ago
JSON representation

A sidecar to help with using snapshots if your Grafana instance is stateless.

Awesome Lists containing this project

README

        

![build](https://github.com/Whyeasy/grafana-snapshot-helper/workflows/build/badge.svg)
![status-badge](https://goreportcard.com/badge/github.com/Whyeasy/grafana-snapshot-helper)
![Github go.mod Go version](https://img.shields.io/github/go-mod/go-version/Whyeasy/grafana-snapshot-helper)

# Grafana snapshot Helper

A Grafana sidecar that allows easy usage of the snapshot capability with a stateless Grafana.

## Requirements

Provide a Grafana username that can create API keys; `--username ` or as env variable `GRAFANA_USER`.

Provide a the corresponding password for this user; `--password ` or as env variables `GRAFANA_PASSWORD`