Add initial thanos support to kube-prometheus
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+:: {...} }; ```
Loading
Please register or sign in to comment