Files
openclaw/extensions/diagnostics-prometheus/openclaw.plugin.json

14 lines
303 B
JSON

{
"id": "diagnostics-prometheus",
"name": "Diagnostics Prometheus",
"description": "OpenClaw diagnostics Prometheus exporter for runtime metrics.",
"activation": {
"onStartup": true
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}