All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This project adheres to CHANGELOG.
- Multiprocess support to use the --processes parameter of thumbor by setting the PROMETHEUS_MULTIPROC_DIR environment variable. (VladVolchkov)
- Removed
_incr
postfix forcounter
metrics, as the upstreamthumbor
was renaming them accordingly (see thumbor/thumbor#1462). This will change all metric names of typecounter
. Make sure all your alerting rules and dashboards are adjusted accordingly!
- Fixed thumbor/thumbor#1462 (mbarouski)
- fixed hard coded label mapping not matching with prefix 'thumbor_'
- initial metrics class
- initial tests
- initial documentation and related files