cortex-jsonnet
cortex-jsonnet copied to clipboard
Deprecated: see https://github.com/grafana/mimir/tree/main/operations/mimir instead
I created a new env with this: ``` mixins+:: cortex_grafana_mixins { loki: loki_mixin, billing: billing_mixin, }, ``` Turns out this is not enough to deploy a default configuration, I was...
https://github.com/grafana/cortex-jsonnet/blob/69538f6319a4bd4db8afc12562c9747548c8d115/cortex-mixin/dashboards/queries.libsonnet#L28 Otherwise in single binary mode you get all the caches.
While following the instructions on the README, I noticed that a few jsonnet libs are missing. Fortunately they are available in https://github.com/grafana/jsonnet-libs I was able to workaround the issue by...