mimir
mimir copied to clipboard
distributor: deprecate /user_stats and /all_user_stats
What this PR does
Declare /user_stats
and /all_user_stats
deprecated, and put comments on the implementation.
They cost some CPU and memory to provide, and there are metrics which give better information.
Checklist
- NA Tests updated.
- NA Documentation added.
- [x]
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
. - NA
about-versioning.md
updated with experimental features.
I find these endpoints useful, but I agree that there are metrics with the same information. Perhaps we could create dashboards with relevant queries to replace these endpoints?
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase main
and eventually move the CHANGELOG entry added / updated in this PR to the top of the CHANGELOG document. Thanks!