consensus-shipyard / ipc

🌳 Spawn multi-level trees of customized, scalable, EVM-compatible networks with IPC. L2++ powered by FVM, Wasm, libp2p, IPFS/IPLD, and CometBFT.
https://ipc.space
Apache License 2.0
44 stars 39 forks source link

Custom Prefix for Prometheus Process Metrics #1192

Open karlem opened 3 weeks ago

karlem commented 3 weeks ago

Users have requested enabling Prometheus process metrics (see #1180), but unfortunately, these metrics are registered with the default registry, which prevents control over the prefix (also requested by users in #1172). While we can enable process metrics for now, addressing the prefix issue is essential moving forward.

Possible Solutions: Wait for or implement a solution in the Prometheus library (see rust-prometheus issue #518). Use an alternative implementation of metrics, such as metrics-process.