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
We recently lost pd metrics emission. As of v0.65.0, polling a running pd instance for metrics shows nothing:
❯ curl -s http://localhost:9000/metrics
whereas cometbft still works fine:
❯ curl -s http://localhost:26660/metrics | head -n 3
# HELP cometbft_abci_connection_method_timing_seconds Timing for each ABCI method.
# TYPE cometbft_abci_connection_method_timing_seconds histogram
cometbft_abci_connection_method_timing_seconds_bucket{chain_id="penumbra-testnet-deimos",method="begin_block",type="sync",le="0.0001"} 0
We can see this drop-off on preview, starting ~2d ago:
which corresponds with the merge of #3745. Notably we also touched metrics in #3747, but those changes were cometbft-specific, and do not appear to have broken emission.
The text was updated successfully, but these errors were encountered:
We recently lost pd metrics emission. As of
v0.65.0
, polling a runningpd
instance for metrics shows nothing:whereas cometbft still works fine:
We can see this drop-off on preview, starting ~2d ago:
which corresponds with the merge of #3745. Notably we also touched metrics in #3747, but those changes were cometbft-specific, and do not appear to have broken emission.
The text was updated successfully, but these errors were encountered: