Skip to content
Snippets Groups Projects
Commit 59fd4cd6 authored by Elisiano Petrini's avatar Elisiano Petrini
Browse files

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+:: {...}
      };
```
parent 71a52269
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment