Skip to content

Commit

Permalink
Pass a metrics tracer to teeTraceChainTip
Browse files Browse the repository at this point in the history
  • Loading branch information
intricate committed Dec 4, 2020
1 parent 60e10b9 commit 1fb4f1c
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 @@ -275,7 +275,7 @@ mkTracers tOpts@(TracingOn trSel) tr nodeKern = do
pure Tracers
{ chainDBTracer = tracerOnOff' (traceChainDB trSel) $
annotateSeverity $ teeTraceChainTip tOpts elidedChainDB
(appendName "ChainDB" tr) tr
(appendName "ChainDB" tr) (appendName "metrics" tr)
, consensusTracers = consensusTracers
, nodeToClientTracers = nodeToClientTracers' trSel verb tr
, nodeToNodeTracers = nodeToNodeTracers' trSel verb tr
Expand Down

0 comments on commit 1fb4f1c

Please sign in to comment.