Skip to content

Commit

Permalink
Merge pull request #5924 from IntersectMBO/amesgen/fix-gsm-tracing
Browse files Browse the repository at this point in the history
New tracing system: actually trace GSM events
  • Loading branch information
amesgen authored Jul 29, 2024
2 parents 75d33b3 + 9c0be4f commit 82655c0
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 82655c0

Please sign in to comment.