mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-30 07:31:19 +01:00
This is distributed as a library that the user is meant to import.
example:
```
kp = (import 'kube-prometheus/kube-prometheus.libsonnet') +
(import 'kube-prometheus/kube-prometheus-thanos.libsonnet') +
{
_config+:: {...}
};
```