You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RisingWave initially chose the crate prometheusas the client for Prometheus because of its convenience. However, as the system became more complex, the flexibility of crate prometheus brought a lot of burden to the maintenance of metrics.
Now, prometheus has its official rust client crate prometheus-client, which gives less flexibility but makes it easier to maintain. It's time to explore the official crate and replace prometheus with prometheus-client.
The text was updated successfully, but these errors were encountered:
RisingWave initially chose the crate
prometheus
as the client for Prometheus because of its convenience. However, as the system became more complex, the flexibility of crateprometheus
brought a lot of burden to the maintenance of metrics.Besides,
prometheus
is not actively maintained now.tikv/rust-prometheus#490
Now, prometheus has its official rust client crate
prometheus-client
, which gives less flexibility but makes it easier to maintain. It's time to explore the official crate and replaceprometheus
withprometheus-client
.The text was updated successfully, but these errors were encountered: