Skip to content

Commit

Permalink
New tracing system: actually trace GSM events
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Jul 26, 2024
1 parent 75d33b3 commit 9c0be4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-node/src/Cardano/Node/Tracing/Tracers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@ mkConsensusTracers configReflection trBase trForward mbTrEKG _trDataPoint trConf
!consensusStartupErrorTr <- mkCardanoTracer
trBase trForward mbTrEKG
["Consensus", "Startup"]
configureTracers configReflection trConfig [consensusStartupErrorTr]

!consensusGsmTr <- mkCardanoTracer
trBase trForward mbTrEKG
["Consensus", "GSM"]

configureTracers configReflection trConfig [consensusStartupErrorTr]
configureTracers configReflection trConfig [consensusGsmTr]

pure $ Consensus.Tracers
{ Consensus.chainSyncClientTracer = Tracer $
Expand Down

0 comments on commit 9c0be4f

Please sign in to comment.