Commit graph

2 commits

Author SHA1 Message Date
Martin Holst Swende
8e61797780
metrics: improve testing, integrate informational metrics 2023-08-28 14:59:39 +02:00
jorgeacortes
44a7ea23f5
metrics/*,cmd/geth,core/blockchain: Implemented support for informational metrics
- Created GaugeInfo metrics type for registering informational metrics.
- Updated all related metrics modules to support the new GaugeInfo type.
- Registered chain/info GaugeInfo with the chain_id value.
- Registered geth/info GaugeInfo with system and build parameters.

Implements #21783
2023-08-26 10:45:11 +02:00