feat(diagnostics-prometheus): add protected metrics exporter

This commit is contained in:
Vincent Koc
2026-04-26 01:05:45 -07:00
parent 6cd047e7c2
commit 0f2e7510cb
19 changed files with 1062 additions and 7 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "@openclaw/diagnostics-prometheus",
"version": "2026.4.25",
"description": "OpenClaw diagnostics Prometheus exporter",
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"compat": {
"pluginApi": ">=2026.4.25"
},
"build": {
"openclawVersion": "2026.4.25"
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}