-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Show type of store on store overview page #739
Comments
Thanks for reporting, that makes sense. Potential solution:
So regarding the implementation I think we need to have typed enums that we can cast either to For example: https://play.golang.org/p/gFPdCSOBohK
|
I'll get something going for this ! |
Perhaps semi related, it'd be nice to be able to provide some labels to various Thanos stores, to be shown in the Announced Labels column on the store page. Equivalent of Prometheus' external labels but for Thanos components. |
Hm... I guess for sidecar, Prom external labels are enough? For stores yes -> we might add that feature which would help to filter out things early on and indentify store, but there is no easy way to automatically create them - there must be added manually |
On the store overview page under
/stores
it would be useful to also display the type of the store (sidecar, store, querier).As per Slack discussion this needs an extra field to info storeAPI endpoint as gossip only is not enough.
/cc @bwplotka @FUSAKLA
The text was updated successfully, but these errors were encountered: