My Grafana dash only seems to be partially working as you can see in the image:
I only seem to be getting Tx Processed. Uptime and Peers are empty too. All good on the node itself.
Any ideas?
My Grafana dash only seems to be partially working as you can see in the image:
I only seem to be getting Tx Processed. Uptime and Peers are empty too. All good on the node itself.
Any ideas?
Did u adapt the metrics on ur pannels?
Should be cardano_node_metrics_xxxxx for example
Cheers,
Not sure if i did? I followed the Coin Cashew guide, but wondered if there would be further customisation somewhere?
In ur grafana show me a pannel metric which not working… and I will explain
On top of the ones in my first message, these also don’t work
click on edit for each pannel and show me your metric from the left side (bellow)
your new metric should be like this for peer connections
cardano_node_metrics_upTime_ns / (1000000000)
cardano_node_BlockFetchDecision_peers_connectedPeers_int
cardano_node_ChainDB_metrics_epoch_int{instance=“localhost:12798”}
cardano_node_ChainDB_metrics_slotInEpoch_int
cardano_node_ChainDB_metrics_blockNum_int
cardano_node_ChainDB_metrics_density_real * 100
cardano_node_metrics_upTime_ns / (1000000000)
(time()-node_boot_time_seconds)
cardano_node_BlockFetchDecision_peers_connectedPeers_int
cardano_node_metrics_connectedPeers_int
cardano_node_ChainDB_metrics_epoch_int{instance=“localhost:12798”}
cardano_node_metrics_epoch_int{instance=“localhost:12798”}
cardano_node_ChainDB_metrics_slotInEpoch_int
cardano_node_metrics_slotInEpoch_int
cardano_node_ChainDB_metrics_blockNum_int
cardano_node_metrics_blockNum_int
cardano_node_ChainDB_metrics_density_real * 100
cardano_node_metrics_density_real * 100
cardano_node_metrics_epoch_int
Figured it out
The Key rotation metric is down too, but that looks quite different, it has 4 metrics to look for and no ChainDB
show me the metric
They look like this
cardano_node_Forge_metrics_currentKESPeriod_int
Remove Forge! all good
Where can I see all available metrics by cardano?
In order that I know what could I display
Hello,
I think with this command
curl localhost:12798/metrics (not sure)