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.
84 lines (83 loc) • 2.15 kB
JSON
{
"name": "strapi-prometheus",
"version": "2.3.0",
"description": "A powerful Strapi plugin that adds comprehensive Prometheus metrics to monitor your API performance, system resources, and application behavior using prom-client.",
"keywords": [
"strapi",
"strapi-plugin",
"prometheus",
"metrics",
"monitoring",
"observability",
"performance",
"analytics",
"prom-client",
"grafana",
"devops"
],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"build": "strapi-plugin build",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify",
"test:ts:back": "run -T tsc -p server/tsconfig.json"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.0",
"@strapi/typescript-utils": "^5.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.0",
"prom-client": "^15.1.3"
},
"strapi": {
"kind": "plugin",
"name": "prometheus",
"displayName": "Prometheus",
"description": "Strapi plugin that exposes metrics of the Strapi instance"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XanderD99/strapi-prometheus.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/XanderD99/strapi-prometheus/issues"
},
"homepage": "https://github.com/XanderD99/strapi-prometheus#readme",
"author": "XanderD99 <xander.denecker@gmail.com>",
"maintainers": [
{
"name": "XanderD99"
}
],
"engines": {
"node": ">=18.0.0",
"npm": ">=6.0.0"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/xanderd"
}
}