File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
trace-dispatcher/test/Cardano/Logging/Test/Unit Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ config1 = TraceConfig {
6060 , tcPeerFrequency = Nothing
6161 , tcResourceFrequency = Nothing
6262 , tcMetricsPrefix = Nothing
63+ , tcLedgerMetricsFrequency = Nothing
6364 }
6465
6566config2 :: TraceConfig
@@ -78,6 +79,7 @@ config2 = TraceConfig {
7879 , tcPeerFrequency = Nothing
7980 , tcResourceFrequency = Nothing
8081 , tcMetricsPrefix = Nothing
82+ , tcLedgerMetricsFrequency = Nothing
8183 }
8284
8385testConfig' ::
Original file line number Diff line number Diff line change @@ -43,5 +43,6 @@ config1 = TraceConfig {
4343 , tcPeerFrequency = Nothing
4444 , tcResourceFrequency = Nothing
4545 , tcMetricsPrefix = Just " cardano"
46+ , tcLedgerMetricsFrequency = Nothing
4647 }
4748
You can’t perform that action at this time.
0 commit comments