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,8 @@
{
"id": "diagnostics-prometheus",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}