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
call register_metrics after the global metrics registry has been set
consider invoking histogram!(STORAGE_GET_RAW_DURATION) and histogram!(STORAGE_NONCONSENSUS_GET_RAW_DURATION) as they do inside their lib (without recording any value) in order to actually register the metrics
The text was updated successfully, but these errors were encountered:
We should enable metrics in the only penumbra dep of ours which emits them - i.e.
cnidarium
.This will require us to:
metrics
featureregister_metrics
after the global metrics registry has been sethistogram!(STORAGE_GET_RAW_DURATION)
andhistogram!(STORAGE_NONCONSENSUS_GET_RAW_DURATION)
as they do inside their lib (without recording any value) in order to actually register the metricsThe text was updated successfully, but these errors were encountered: