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

ingester: Hide tokens in ingester ring status page when ingest storage is enabled #10399

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

alexweav
Copy link
Contributor

@alexweav alexweav commented Jan 9, 2025

What this PR does

When ingest storage is enabled, the ingester ring is used for service discovery but the partition ring is now used to match series to ingesters. This means the ingester ring's tokens are not used anymore. This PR hides token-related fields from the ingester ring status page when in ingest storage mode.

Leverages this dskit option (which has example screenshots): grafana/dskit#633

Which issue(s) this PR fixes or relates to

Contrib https://github.com/grafana/mimir-squad/issues/2350

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@alexweav alexweav force-pushed the alexweav/hide-tokens-ingest-storage branch from fa61d9a to 64753c2 Compare January 10, 2025 18:26
@alexweav alexweav marked this pull request as ready for review January 10, 2025 18:27
@alexweav alexweav requested a review from a team as a code owner January 10, 2025 18:27
Copy link
Contributor

@narqo narqo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

I think the changelog here includes an unexpected record. But overall the changes work for me.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@alexweav alexweav force-pushed the alexweav/hide-tokens-ingest-storage branch from 64753c2 to 192000f Compare January 15, 2025 22:53
@alexweav alexweav merged commit a3e87ae into main Jan 15, 2025
29 checks passed
@alexweav alexweav deleted the alexweav/hide-tokens-ingest-storage branch January 15, 2025 23:13
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

Successfully merging this pull request may close these issues.

3 participants