Skip to content

Commit ee6dca2

Browse files
committed
More fixes
1 parent ef127ef commit ee6dca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-node/src/Cardano/Tracing/Tracers.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ mkTracers blockConfig tOpts@(TracingOnLegacy trSel) tr nodeKern ekgDirect enable
369369
case mbEKGDirect of
370370
Just ekgDirect' ->
371371
case ev of
372-
BlockForgingUpdate b -> sendEKGDirectInt ekgDirect' "forging_enabled"
372+
BlockForgingUpdate b -> sendEKGDirectInt ekgDirect' "cardano.node.metrics.forging_enabled"
373373
(case b of
374374
EnabledBlockForging -> 1 :: Int
375375
DisabledBlockForging -> 0 :: Int

0 commit comments

Comments
 (0)