feat(prometheus-exporter): add metrics-pole for power metrics

This commit is contained in:
2025-09-19 21:52:53 +02:00
parent ac04fa2942
commit 25026b2e73
8 changed files with 205 additions and 65 deletions

9
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"configurations": [
{
"type": "factoriomod",
"request": "launch",
"name": "Factorio Mod Debug"
}
]
}