Revision history for Perl extension Mojolicious-Plugin-Prometheus
1.5.0 2023-11-03T07:58:23Z
    - Added support for dynamic / custom labels for built in metrics
    - Expanded documentation contents
    - Bumped required Perl-version to 5.20.0
    - Added a new Perl-collector that allows for overriding labels
    - Adding 'worker' (process id) as default label to all metrics
1.4.1 2023-05-25T16:18:10Z
    - Added a missing dependency for cutting releases
    - Adding path to @INC for one test file (thanks @leont)
1.4.0 2023-05-23T09:07:39Z
    - Making sure collectors are only run on requests to `/metrics`
    - Option to use custom `Net::Prometheus` instance
1.3.1 2020-04-12T18:37:25Z
    - Document `route` parameter
1.3.0 2020-04-12T18:23:31Z
    - Add support for custom route object (thanks @toshikFedotov)
1.2.2 2019-06-19T11:11:26Z
    - Make test suite pass on osx
1.2.1 2018-09-18T19:03:52Z
    - Correct packaging error
1.2.0 2018-09-18T18:38:01Z
    - Support running under preforking daemon
1.1.1 2018-06-13T08:03:13Z
    - No change other than updated POD
1.1.0 2018-02-16T19:52:56Z
    - Add worker pid as label (thanks @lammel)
    - Response size is now body size only, excluding the header
1.0.4 2018-01-04T12:28:52Z
    - Reformat code with Mojo perltidy settings
    - Minor documentation updates
1.0.3 2017-12-22T09:08:46Z
    - Require at least 0.05 of Net::Prometheus
1.0.2 2017-12-21T20:19:08Z
    - Documentation fixes
    - Make all core tests OS indepedent
1.0.1 2017-12-21T16:48:54Z
    - Cleanup docs, add custom buckets for duration
1.0 2017-12-21T12:47:47Z
    - Collect metrics about request and response sizes
0.9.4 2017-12-21T07:18:55Z
    - Just fixing tests
0.9.3 2017-12-20T22:27:38Z
    - Minor packaging errors (I'll get there soon)
0.9.2 2017-12-20T21:27:40Z
    - Minor packaging errors
0.9.1 2017-12-20T21:12:12Z
    - No changes
0.9 2017-12-20T21:09:43Z
    - First version to CPAN
0.3.1 2017-12-20T20:59:12Z
    - Adding Travis CI
0.3 2017-12-20T20:32:25Z
    - More tests
    - Documentation
0.2 2017-12-20T20:06:26Z
    - Documentation typos
0.1 2017-12-20T20:03:25Z
    - original version