|
23 | 23 | # The frequency of resource messages. |
24 | 24 | TraceOptionResourceFrequency = 1000; |
25 | 25 |
|
26 | | - # Queue size control: y |
| 26 | + # Queue size control: |
27 | 27 | # In case of a missing forwarding service consumer, trace messages will be |
28 | 28 | # buffered. This mitigates short forwarding interruptions, or delays at |
29 | 29 | # startup time. |
30 | 30 | # |
31 | 31 | # The queue capacity should thus correlate to the expected log lines per |
32 | | - # second given a particular tracing configuration - to avoid unnecessarily |
| 32 | + # second given a particular tracing configuration to avoid unnecessarily |
33 | 33 | # increasing memory footprint. |
34 | 34 | # |
35 | 35 | # The maxReconnectDelay config option specifies the maximum delay in seconds |
36 | | - # between (re-)connection attempts of a forwarder (default: 60s). |
| 36 | + # between (re-)connection attempts of a forwarder. |
37 | 37 | TraceOptionForwarder = { |
38 | 38 | connQueueSize = 64; |
39 | 39 | disconnQueueSize = 128; |
40 | | - maxReconnectDeplay = 60; |
| 40 | + maxReconnectDeplay = 30; |
41 | 41 | }; |
42 | 42 |
|
43 | 43 | # Tracing options for node |
|
49 | 49 | # enabled, where `EKGBackend` forwards EKG resource status to |
50 | 50 | # cardano-tracer, `Forwarder` forwards message traces and |
51 | 51 | # `PrometheusSimple` serves cardano-node metrics directly from |
52 | | - # cardano-node. |
| 52 | + # cardano-node and defaults to use of the same port as in the legacy |
| 53 | + # tracing system. |
53 | 54 | "EKGBackend" |
54 | 55 | "Forwarder" |
55 | | - "PrometheusSimple 127.0.0.1 12799" |
| 56 | + "PrometheusSimple 127.0.0.1 12798" |
56 | 57 |
|
57 | 58 | # Only one of the following can be enabled, which determines for format |
58 | 59 | # of node logging to stdout. |
|
139 | 140 | severity = "Info"; |
140 | 141 | }; |
141 | 142 |
|
142 | | - |
143 | | - |
144 | 143 | "Net.Mux.Remote" = { |
145 | 144 | severity = "Info"; |
146 | 145 | }; |
|
183 | 182 | maxFrequency = 2.0; |
184 | 183 | }; |
185 | 184 |
|
186 | | - # Uncomment UTXO-HD tracer adjustments for cardano-node 10.4 |
| 185 | + # Uncomment UTXO-HD tracer adjustments once UTXO-HD is released. |
187 | 186 | # |
188 | 187 | # These messages are UTxO-HD specific. On a regular node, the tracing |
189 | 188 | # system might warn at startup about config inconsistencies as those |
|
0 commit comments