UNPKG

strapi-prometheus

Version:

A powerful Strapi plugin that adds comprehensive Prometheus metrics to monitor your API performance, system resources, and application behavior using prom-client.

6 lines (5 loc) 202 B
import type { Core } from '@strapi/strapi'; declare const bootstrap: ({ strapi }: { strapi: Core.Strapi; }) => Promise<import("@strapi/types/dist/modules/server").Server>; export default bootstrap;