# 1.0.0 (2025-09-19) ### Bug Fixes * **prometheus-exporter:** fix metric naming to be consistent with prometheus reqs ([431b73e](431b73ee2d)) ### Features * expose production/consumption metrics as metrics.prom ([8a91112](8a911129f6)) * **prometheus-exporter:** add metrics-pole for power metrics ([25026b2](25026b2e73))
12 lines
351 B
JSON
12 lines
351 B
JSON
{
|
|
"name": "prometheus-exporter",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|