Register spaceengineers in SERVER_JOBS for Prometheus metrics
All checks were successful
Deploy GSM / deploy (push) Successful in 31s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 21:30:16 +02:00
parent a0a608766a
commit 975fb77845

View File

@@ -10,7 +10,8 @@ const SERVER_JOBS = {
"palworld": "palworld",
"terraria": "terraria",
"openttd": "openttd",
"hytale": "hytale"
"hytale": "hytale",
"spaceengineers": "spaceengineers"
};
export async function queryPrometheus(query) {