We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef127ef commit ee6dca2Copy full SHA for ee6dca2
cardano-node/src/Cardano/Tracing/Tracers.hs
@@ -369,7 +369,7 @@ mkTracers blockConfig tOpts@(TracingOnLegacy trSel) tr nodeKern ekgDirect enable
369
case mbEKGDirect of
370
Just ekgDirect' ->
371
case ev of
372
- BlockForgingUpdate b -> sendEKGDirectInt ekgDirect' "forging_enabled"
+ BlockForgingUpdate b -> sendEKGDirectInt ekgDirect' "cardano.node.metrics.forging_enabled"
373
(case b of
374
EnabledBlockForging -> 1 :: Int
375
DisabledBlockForging -> 0 :: Int
0 commit comments