chore(release): 1.0.0 [skip ci]
# 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))
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user