- Add support for custom labels addition to metrics
- Add support for
prom-client v13
, which includes a few breaking changes, mainly the following functions are now async (return a promise):More info atregistry.metrics() registry.getMetricsAsJSON() registry.getMetricsAsArray() registry.getSingleMetricAsString()
prom-client v13
Release Page.
- Added support for axios responses while using axios-time plugin
- Drop Node 6/8 support