Chronologist is a Kubernetes controller that syncs your Helm chart deployments with Grafana annotations.
Key features:
- For each Helm release you install/upgrade creates related Grafana annotation
- Annotations are tagged with related info such as release name, release namespace, etc
- When you purge delete a release, deletes corresponding annotation
The easiest way to install Chronologist into your Kubernetes cluster is to use Helm chart.
Replace values below with your actual Grafana address and API key
helm repo add chronologist https://hypnoglow.github.io/chronologist
helm install chronologist/chronologist \
--set grafana.addr=http://grafana.example.com \
--set grafana.apiKey=ABCDEF1234567890
See values.yaml for the full list of possible options.
Contributions are welcome!
See docs/development.md for detailed instructions on how to run development environment for Chronologist.