UNPKG

@promster/fastify

Version:

Fastify server integrations of promster

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