Bryan Boreham
Bryan Boreham
Currently the implementation is that the tenant ID in the overrides file is a string key into a map of overrides. If we add regex or similar, then we cannot...
For adding a silence, could we change the API so that the caller makes up a UUID for the request and passes that in, rather than the alertmanager making one...
Yes I did mean change the API, but we could have it fall back to the existing behaviour if no UUID supplied, for backwards-compatibility. > Besides that, can we change...
Thanks for the report. I wonder if this is documented by Amazon outside of a closed bug report. Traditionally one fixes such conflicts by adding another prefix or suffix, like...
Definitely still valid. Example: you can write an instant query like `count(up)[60m:1m]` which is basically the same thing as a range-query of `count(up)` over 60m with step 1m. Query-frontend will...
Changing the default to blocks would be very disruptive to someone who is using chunks. We could add a message in the logs saying "You are using deprecated chunks storage"...
Reopening
Due to the way quorums are calculated, with replication factor 2 a single process down will cause errors. Now I write that down it strikes me that there is no...
Would you like to change the title of this issue so it's easier to understand what you are asking for? I'll reference #4293 which is about a similar error message.
Yes, still valid. I suspect it will take several iterations to find the best balance, also you probably have to do some groundwork on a some repeatable test cases and...