Skip to content
forked from grafana/grizzly

A utility for managing Jsonnet dashboards against the Grafana API

License

Notifications You must be signed in to change notification settings

Itaykal/grizzly

 
 

Repository files navigation

Grizzly: Manage your Observability Systems

A utility for managing various observability resources with Jsonnet. Currently supported are:

  • Grafana dashboards/dashboard folders
  • Grafana datasources
  • Grafana Cloud Prometheus recording rules/alerts
  • Grafana Synthetic Monitoring checks

See docs for usage details.

Building Grizzly from Source

To build Grizzly locally, inside a checkout, simply use:

$ make dev

Running tests

There are both unit tests and integration tests in this repo.

config_test.go and unit_test.go can both be executed autonomously.

However, in order to run integration tests you need to make use of make test. This command spins up a Grafana instance with certain config and provisioned resources, so the integration tests can run against it.

You can also manually execute make run-test-image-locally and run the tests for debugging.

About

A utility for managing Jsonnet dashboards against the Grafana API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.9%
  • Jsonnet 1.5%
  • Other 1.6%