Compare commits

...

6 Commits

Author SHA1 Message Date
dcbd133e7f chore(release): 1.0.0 2025-09-20 10:13:51 +02:00
4721128914 chore(release): 1.0.0 2025-09-20 10:12:52 +02:00
be6241f873 chore(release): 1.0.0 2025-09-20 10:12:17 +02:00
50b0c9ad6e chore(release): 1.0.0 2025-09-20 10:12:09 +02:00
a661e15443 chore(release): 0.0.2 2025-09-20 10:12:01 +02:00
be7cb63d99 chore(release): 0.0.2 2025-09-20 10:09:38 +02:00
2 changed files with 18 additions and 2 deletions

16
CHANGELOG.md Normal file
View File

@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## 1.0.0 (2025-09-20)
### Features
* expose production/consumption metrics as metrics.prom ([8a91112](https://git.bjornp.com/bjorn/factorio-prometheus-exporter/commit/8a911129f68eef90db974abcb8be9b059e5567c3))
* **prometheus-exporter:** add metrics-pole for power metrics ([25026b2](https://git.bjornp.com/bjorn/factorio-prometheus-exporter/commit/25026b2e732cb8a1074e8d8f73edf576565f3b9e))
### Bug Fixes
* **prometheus-exporter:** fix metric naming to be consistent with prometheus reqs ([431b73e](https://git.bjornp.com/bjorn/factorio-prometheus-exporter/commit/431b73ee2dd7b3d78076a4eda6af813072f18678))

View File

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