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

Update probers to read from every shard #267

Closed
haydentherapper opened this issue Aug 27, 2024 · 1 comment · Fixed by #299
Closed

Update probers to read from every shard #267

haydentherapper opened this issue Aug 27, 2024 · 1 comment · Fixed by #299
Labels
enhancement New feature or request

Comments

@haydentherapper
Copy link
Contributor

Description

For Rekor, shards are all in the same database table, but each shard has different properties (e.g. one supports writes, the rest are read-only). We should probe all shards - right now, we're reading from a static range which hits the same shard always.

For the CT log, this is less critical as a shard is in a dedicated database instance, but we should still add monitoring.

@haydentherapper haydentherapper added the enhancement New feature or request label Aug 27, 2024
@bobcallaway
Copy link
Member

FYI: this is fixed for in-cluster probers in sigstore/scaffolding#1333

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

Successfully merging a pull request may close this issue.

2 participants