Skip to content

Commit

Permalink
CAD-2572 metrics: rename to cardano.node.metrics.served.header.counte…
Browse files Browse the repository at this point in the history
…r.int
  • Loading branch information
deepfire committed Feb 16, 2021
1 parent ece1746 commit bd246fe
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 @@ -573,7 +573,7 @@ mkConsensusTracers mbEKGDirect trSel verb tr nodeKern fStats = do
traceServedCount (Just ekgDirect) tHeadersServed ev =
when (isRollForward ev) $ do
count <- STM.modifyReadTVarIO tHeadersServed (+1)
sendEKGDirectInt ekgDirect "cardano.node.metrics.served.header.counter" count
sendEKGDirectInt ekgDirect "cardano.node.metrics.served.header.counter.int" count

traceLeadershipChecks ::
forall blk
Expand Down

0 comments on commit bd246fe

Please sign in to comment.