We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 expecting chunks mixin to be deployed. However this worked:
mixins+:: cortex_grafana_mixins { loki: loki_mixin, billing: billing_mixin, cortex+: { _config+:: { storage_engine: ['chunks'], }, }, },
I think by default we should deploy chunks mixin.
The text was updated successfully, but these errors were encountered:
I assumed it would have used these defaults:
cortex-jsonnet/cortex-mixin/config.libsonnet
Lines 5 to 9 in 56cb5e3
But I guess there's an issue somewhere.
Sorry, something went wrong.
No branches or pull requests
I created a new env with this:
Turns out this is not enough to deploy a default configuration, I was expecting chunks mixin to be deployed. However this worked:
I think by default we should deploy chunks mixin.
The text was updated successfully, but these errors were encountered: