feat(detmir): add grafana data correctness guard

This commit is contained in:
igor04091968
2026-06-02 20:06:06 +03:00
parent e4b49e9284
commit f513836396
8 changed files with 1053 additions and 1 deletions
+12
View File
@@ -549,6 +549,18 @@ dependencies = [
"clap",
]
[[package]]
name = "detmir-grafana-check"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"reqwest",
"serde",
"serde_json",
]
[[package]]
name = "detmir-heal-safe"
version = "0.1.0"