Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/whyeasy/grafana-snapshot-helper
- Owner: Whyeasy
- License: gpl-3.0
- Created: 2020-05-12T15:19:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T19:47:17.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T21:47:09.236Z (about 1 month ago)
- Topics: golang, grafana, grafana-snapshot, sidecar-container
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`