docs(prometheus-exporter): add new metric

This commit is contained in:
2025-09-19 21:57:39 +02:00
parent 25026b2e73
commit 7ffc1bce98

View File

@@ -8,6 +8,8 @@ Currently, item and fluid production metrics are available:
`factorio_(production/consumption)_total`
: Gives a counter of item and fluid production or consumption, including the *type* (item or fluid), *surface* (a.k.a. planet), *force* (usually player), and the in-game name of the entity.
`factorio_energy_(production/consumption)_total_joules`
: Total of item and fluid production or consumption, including the *network_id*, *surface* and *name* of the entity using or producing power. Note that the player must place a **Metrics Pole** in the electricity network to track its metrics (to avoid tracking very many tiny networks).
## Usage