Skip to content

Commit cbce577

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

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

configuration/cardano/mainnet-config.json

-1
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",

configuration/cardano/mainnet-config.yaml

+6-2
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

-1
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

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)