https://github.com/crdsonnet/prometheus-libsonnet
Jsonnet library for configuring prometheus and installing it on Kubernetes.
https://github.com/crdsonnet/prometheus-libsonnet
jsonnet jsonnet-lib prometheus
Last synced: 7 months ago
JSON representation
Jsonnet library for configuring prometheus and installing it on Kubernetes.
- Host: GitHub
- URL: https://github.com/crdsonnet/prometheus-libsonnet
- Owner: crdsonnet
- License: apache-2.0
- Created: 2023-04-03T12:28:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T20:55:05.000Z (7 months ago)
- Last Synced: 2025-02-25T21:35:22.205Z (7 months ago)
- Topics: jsonnet, jsonnet-lib, prometheus
- Language: Jsonnet
- Homepage:
- Size: 236 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prometheus-libsonnet
This project provides a jsonnet library for configuring
[prometheus](https://github.com/prometheus/prometheus) and installing it on Kubernetes.The prometheusConfig and prometheusRules libraries are generated from JSON schemas derived
from the Go structs in Prometheus. The prometheusKube library is manually curated.## Docs
See docs to [configure](./prometheusConfig/docs/README.md), write
[rules](./prometheusRules/docs/README.md) and
[install](./prometheusKube/docs/README.md).