An open API service indexing awesome lists of open source software.

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.

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).