Closed cmmarslender closed 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
chia_full_node_version{network="mainnet",version="2.4.3"} 1
Resolves #177
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