OPS-03: metrics-aggregation-ueber-module-hinweg (prometheus-textformat, dynamische quellen)

This commit is contained in:
sysops
2026-08-28 08:39:54 +02:00
parent 6a03dcafd6
commit 814a7fda0a
7 changed files with 475 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DROP TABLE metrics_sources;
+7
View File
@@ -0,0 +1,7 @@
-- Metrics-Aggregation ueber Module hinweg (OPS-03, siehe
-- core-kanban/tickets/OPS-03.md) — welches Modul liefert seine Kennzahlen
-- unter welcher /metrics-URL.
CREATE TABLE metrics_sources (
module_name TEXT PRIMARY KEY,
metrics_url TEXT NOT NULL
);