UNPKG

@promster/fastify

Version:

Fastify server integrations of promster

5 lines (4 loc) 443 B
import { Prometheus, defaultNormalizers, defaultRegister, getContentType, getSummary, timing } from '@promster/metrics'; import { type TPromsterOptions, getRequestRecorder, plugin, signalIsNotUp, signalIsUp } from "./plugin/index.js"; export { type TPromsterOptions, plugin, getRequestRecorder, signalIsUp, signalIsNotUp, getSummary, getContentType, Prometheus, defaultRegister, defaultNormalizers, timing, }; export * from '@promster/types';