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: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T19:47:17.000Z (over 4 years ago)
- Last Synced: 2025-01-24T11:44:34.912Z (5 months 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


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