fastify-prom-client
instrument a fastify application for consumption by prometheus
Installation
npm install --save fastify-prom-client
Usage
// use default optionsfastify // or if you wanted to customise the metricconst prometheus = fastify
See example.js
for a full example.
License
Released under the 3-Clause BSD License. See LICENSE
for more information.