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:
semantic-release-bot
2025-09-19 21:12:45 +00:00
parent f962a5a85d
commit 8ab72fcdeb

View File

@@ -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"
}