feat: expose production/consumption metrics as metrics.prom

This commit is contained in:
2025-09-16 19:01:58 +02:00
commit 8a911129f6
2 changed files with 92 additions and 0 deletions

9
info.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "prometheus-exporter",
"version": "0.0.1",
"title": "Prometheus Exporter for Factorio",
"author": "Bjorn Pijnacker",
"factorio_version": "2.0",
"dependencies": ["base >= 2.0"],
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
}