------------------------------ * Changed the sanic request ctx for __START_TIME__ for the middleware is going to be deprecated, added the newer ctx way for adding custom objects. (by Arvind Mishra)
0.2.0
------------------------------- * Custom metrics + refactoring (axyjo and skar404)
0.1.10
------------------------------- * Ignore OPTIONS
0.1.8
------------------------------- * Add metrics_path kwarg to monitor() in order to customize /metrics
0.1.7
------------------------------- * Make it work with newer versions of prometheus-client (>= 0.5.0) (not backwards compatible with earlier versions of the library)
0.1.6
------------------------------- * Python 3.7 support (wallies) * Restrict prometheus-client version that's safe to work with (aviv-ebates)