Skip to content
New issue

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

Chunk mixin is not deployed by default #83

Open
cyriltovena opened this issue May 29, 2020 · 1 comment
Open

Chunk mixin is not deployed by default #83

cyriltovena opened this issue May 29, 2020 · 1 comment

Comments

@cyriltovena
Copy link
Contributor

cyriltovena commented May 29, 2020

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.

@pracucci
Copy link
Collaborator

I assumed it would have used these defaults:

_config+:: {
// Switch for overall storage engine.
// May contain 'chunks', 'tsdb' or both.
// Enables chunks- or tsdb- specific panels and dashboards.
storage_engine: ['chunks', 'tsdb'],

But I guess there's an issue somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants