Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/grizzly
A utility for managing Jsonnet dashboards against the Grafana API
https://github.com/grafana/grizzly
backstage-include
Last synced: 7 days ago
JSON representation
A utility for managing Jsonnet dashboards against the Grafana API
- Host: GitHub
- URL: https://github.com/grafana/grizzly
- Owner: grafana
- License: apache-2.0
- Created: 2020-03-28T18:48:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:23:54.000Z (3 months ago)
- Last Synced: 2024-10-29T14:47:19.149Z (3 months ago)
- Topics: backstage-include
- Language: Go
- Homepage: https://grafana.github.io/grizzly/
- Size: 1.69 MB
- Stars: 526
- Watchers: 139
- Forks: 68
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Grizzly: Manage your Observability Systems
Grafana Grizzly is a command line tool that allows you to manage your observability resources as code.
Now you can define your dashboards, alerting and recording rules,… all from within your codebase.
You can build Grizzly into your continuous deployment pipelines, meaning whenever you deploy your application, your observability is updated too.
Currently supported are:
* [Grafana](https://grafana.github.io/grizzly/grafana/)
* [Alerting contact points](https://grafana.github.io/grizzly/grafana/#contact-points)
* [Alerting notification templates](https://grafana.github.io/grizzly/grafana/#notification-templates)
* [Alerting notification policy](https://grafana.github.io/grizzly/grafana/#notification-policy)
* [Alert rule groups](https://grafana.github.io/grizzly/grafana/#alertrulegroup)
* [Dashboards](https://grafana.github.io/grizzly/grafana/#dashboards)
* [Dashboard folders](https://grafana.github.io/grizzly/grafana/#folders)
* [Datasources](https://grafana.github.io/grizzly/grafana/#datasources)
* [Library elements](https://grafana.github.io/grizzly/grafana/#library-elements)
* [Prometheus](https://grafana.github.io/grizzly/prometheus/)
* [Alerts](https://grafana.github.io/grizzly/prometheus/#prometheus-alerts)
* [Recording rules](https://grafana.github.io/grizzly/prometheus/#prometheus-recording-rules)
* [Grafana Synthetic Monitoring](https://grafana.github.io/grizzly/synthetic-monitoring/)
* [Monitoring Checks](https://grafana.github.io/grizzly/synthetic-monitoring/#grafana-cloud-synthetic-monitoring-checks)See [docs](https://grafana.github.io/grizzly) for more details.
## Contributing
See our [contributing guide](CONTRIBUTING.md).