Skip to content

Commit

Permalink
Updated ouroboros-network
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Oct 11, 2022
1 parent e5144ad commit fc8bd91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: c764553561bed8978d2c6753d1608dc65449617a
--sha256: 0hdh7xdrvxw943r6qr0xr4kwszindh5mnsn1lww6qdnxnmn7wcsc
tag: 5a77e65bc0dda06febfb0ecf9b18e1691e330da4
--sha256: 070n1jj4jwgiym55w0arw97045v46xwpbrv5n1x6q4mlks7vbd52
subdir:
monoidal-synchronisation
network-mux
Expand Down
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 @@ -1423,7 +1423,7 @@ tracePeerSelectionCountersMetrics (OnOff False) _ = nullTracer
tracePeerSelectionCountersMetrics (OnOff True) (Just ekgDirect) = pscTracer
where
pscTracer :: Tracer IO PeerSelectionCounters
pscTracer = Tracer $ \(PeerSelectionCounters cold warm hot) -> do
pscTracer = Tracer $ \(PeerSelectionCounters cold warm hot _localRoots) -> do
sendEKGDirectInt ekgDirect "cardano.node.metrics.peerSelection.cold" cold
sendEKGDirectInt ekgDirect "cardano.node.metrics.peerSelection.warm" warm
sendEKGDirectInt ekgDirect "cardano.node.metrics.peerSelection.hot" hot
Expand Down

0 comments on commit fc8bd91

Please sign in to comment.