WIP Initial kosmos_prometheus wrapper cookbook

This commit is contained in:
Greg Karekinian
2026-07-03 17:47:13 +02:00
parent 4cd6c41254
commit 765d0b080e
11 changed files with 280 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
name "prometheus_server"
default_run_list = [
"kosmos_prometheus::server",
"kosmos_prometheus::alertmanager"
]
env_run_lists(
"_default" => default_run_list,
"development" => default_run_list,
"production" => default_run_list
)