This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
matt abrams edited this page Jan 10, 2022
·
6 revisions
an awesome-style list of tools and resources for Grafana
-
- A Python-based application to back up Grafana settings using the Grafana API
-
- Grep through all Grafana entities in the spirit of
git-wtf
.
- Grep through all Grafana entities in the spirit of
-
grafana/database-migrator
- This script dumps data from a grafana sqlite database in a format that works with MySQL. It is intended to assist in migrating Grafana instances from the default sqlite database (grafana.db) to MySQL (or a MySQL-compatible DB like MariaDB).
-
Gist: how to use cURL to export all grafana dashboards to JSON
- a years-long and still active gist thread for exporting dashboards
-
- Gitana is a lightweight dashboard sync (K8s + sidecar solution)
-
WilliamVenner/grafana-timepicker-buttons
- Datasource-configured buttons panel plugin that sets the time range of your Grafana dashboard
-
- Service that generates a PDF report from a Grafana dashboard
-
divinity666/ruby-grafana-reporter
- Reporting Service for Grafana
-
orojina/grafana-cli
- grafana-cli is a command line tool which allows you to execute actions against Grafana api server such as:
-
grafana/grafana-plugin-repository
- A good starting point for publishing a community plugin. Includes steps for submitting a plugin via the new workflow inside your Grafana Cloud account
-
"6 tips for improiving your Grafana plugin before you publish"
- read this blog post before submitting your plugin.
-
- A tool for validating community plugins for publishing to Grafana.com.
-
marcusolsson/grafana-plugin-support
- This repository contains various helper functions to assist in plugin development
-
- Contains a set of GitHub Action workflows for building, testing, and releasing Grafana plugins.
- TK