Skip to content

Commit 5a8a374

Browse files
committed
TMP4: use PrometheusSimple only for 10.3+
1 parent 15ed8f6 commit 5a8a374

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

configuration/cardano/mainnet-config.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"backends": [
3434
"EKGBackend",
3535
"Forwarder",
36-
"PrometheusSimple suffix 127.0.0.1 12798",
3736
"Stdout HumanFormatColoured"
3837
],
3938
"detail": "DNormal",
@@ -110,10 +109,10 @@
110109
},
111110
"Startup.DiffusionInit": {
112111
"severity": "Info"
113-
},
114-
"minSeverity": "Critical"
112+
}
115113
},
116114
"TurnOnLogMetrics": true,
117115
"TurnOnLogging": true,
118-
"UseTraceDispatcher": true
116+
"UseTraceDispatcher": true,
117+
"minSeverity": "Critical"
119118
}

configuration/cardano/mainnet-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,14 @@ TraceOptions:
101101
- EKGBackend
102102
- Forwarder
103103

104+
# Include for the 10.3 release
105+
# - PrometheusSimple suffix 127.0.0.1 12798
106+
104107
# Only one of the following can be enabled, which determines for format
105108
# of node logging to stdout.
106-
- PrometheusSimple suffix 127.0.0.1 12798
107109
- Stdout HumanFormatColoured
110+
# - Stdout HumanFormatUncoloured
111+
# - Stdout MachineFormat
108112

109113
# Each tracer can specify the level of details for printing messages.
110114
# Options include `DMinimal`, `DNormal`, `DDetailed`, and `DMaximum`. If
@@ -203,7 +207,7 @@ TraceOptions:
203207

204208
# Required by the legacy tracing system, this key is still required for
205209
# cardano-node to start.
206-
minSeverity = "Critical";
210+
minSeverity: Critical
207211

208212
# Set or unset the mempool capacity override in number of bytes.
209213
#

configuration/cardano/testnet-template-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"backends": [
3838
"EKGBackend",
3939
"Forwarder",
40-
"PrometheusSimple suffix 127.0.0.1 12798",
4140
"Stdout HumanFormatColoured"
4241
],
4342
"detail": "DNormal",

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)