Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaro committed May 22, 2024
1 parent ef127ef commit ee6dca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Tracing/Tracers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ mkTracers blockConfig tOpts@(TracingOnLegacy trSel) tr nodeKern ekgDirect enable
case mbEKGDirect of
Just ekgDirect' ->
case ev of
BlockForgingUpdate b -> sendEKGDirectInt ekgDirect' "forging_enabled"
BlockForgingUpdate b -> sendEKGDirectInt ekgDirect' "cardano.node.metrics.forging_enabled"
(case b of
EnabledBlockForging -> 1 :: Int
DisabledBlockForging -> 0 :: Int
Expand Down

0 comments on commit ee6dca2

Please sign in to comment.