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

Cortex kv panel improvements #371

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Cortex kv panel improvements #371

wants to merge 2 commits into from

Commits on Aug 17, 2021

  1. Cortex kv panels: narrow to one instance

    Distributor uses multiple kv stores - for global limits and ha-tracker,
    as well as reading from the ingester ring - so we need to narrow the
    panel to just the one it says it is showing.
    
    For consistency, do the same on the ingester panel, although currently
    ingesters only have one kv store.
    
    Note that the renamed recording rule will mean that dashboards show
    no data for latency prior to the change.
    bboreham committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c09fed3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Cortex writes dashboard: add panels for KV activity

    For HA-tracker, show which tenants are changing election.
    For ingester, show how many are active, leaving, etc.
    bboreham committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    76b89ff View commit details
    Browse the repository at this point in the history