Private
Public Access
1
0
Files
lua-prometheus-exporter/info.json
Jan Grießhaber d58c24b8d4 Add metrics combinator entity, GUI, and related functionality; enhance power and production stats tracking
Greatly improved train trip perfomance by culling table after sending

Fixed formatting in many places
2026-01-06 02:02:30 +01:00

19 lines
432 B
JSON

{
"name": "factorio-metrics-exporter",
"version": "0.3.0",
"title": "Prometheus Metrics Exporter",
"author": "Jan Grießhaber",
"contact": "jan@griesshaber.systems",
"homepage": "",
"description": "Exports Factorio metrics for collection by a seperate tool.",
"factorio_version": "2.0",
"dependencies": [
"base >= 2.0.0"
],
"license": "MIT",
"tags": [
"monitoring",
"metrics",
"metrics"
]
}