Chia-Network / chia-exporter

RPC/Websocket based metrics exporter for Chia
Apache License 2.0
39 stars 10 forks source link

Chia version metric for all services #184

Closed cmmarslender closed 2 months ago

cmmarslender commented 2 months ago

Add a metric on each service that shows the chia version for the running instance of the service.

The version is a label on the metric, and the value is always 1, since metric values have to be numeric.

Full node example: chia_full_node_version{network="mainnet",version="2.4.3"} 1

Resolves #177