Skip to content

Commit eb0812b

Browse files
chore: Update vector
1 parent f4488b4 commit eb0812b

File tree

5 files changed

+552
-595
lines changed

5 files changed

+552
-595
lines changed
Lines changed: 62 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,127 @@
11
{
22
"EnableLogMetrics": false,
33
"EnableLogging": true,
4-
"GenesisHash": "abc5e260bf7c5d7008eab849705fc0eae911b638dd6687b1f10cef2e2bc8a713",
5-
"PrometheusPort": 8080,
6-
"RequiresNetworkMagic": "RequiresMagic",
4+
"minSeverity": "Info",
5+
"rotation": {
6+
"rpLogLimitBytes": 5000000,
7+
"rpKeepFilesNum": 10,
8+
"rpMaxAgeHours": 24
9+
},
10+
"setupBackends": [
11+
"AggregationBK",
12+
"KatipBK"
13+
],
714
"defaultBackends": [
815
"KatipBK"
916
],
17+
"setupScribes": [
18+
{
19+
"scKind": "StdoutSK",
20+
"scName": "stdout",
21+
"scFormat": "ScText",
22+
"scRotation": null
23+
}
24+
],
1025
"defaultScribes": [
1126
[
1227
"StdoutSK",
1328
"stdout"
1429
]
1530
],
16-
"minSeverity": "Info",
1731
"options": {
1832
"cfokey": {
1933
"value": "Release-1.0.0"
2034
},
21-
"mapBackends": {},
22-
"mapSeverity": {
23-
"db-sync-node": "Info",
24-
"db-sync-node.Mux": "Error",
25-
"db-sync-node.Subscription": "Error"
26-
},
2735
"mapSubtrace": {
36+
"benchmark": {
37+
"contents": [
38+
"GhcRtsStats",
39+
"MonotonicClock"
40+
],
41+
"subtrace": "ObservableTrace"
42+
},
2843
"#ekgview": {
2944
"contents": [
3045
[
3146
{
32-
"contents": "cardano.epoch-validation.benchmark",
33-
"tag": "Contains"
47+
"tag": "Contains",
48+
"contents": "cardano.epoch-validation.benchmark"
3449
},
3550
[
3651
{
37-
"contents": ".monoclock.basic.",
38-
"tag": "Contains"
52+
"tag": "Contains",
53+
"contents": ".monoclock.basic."
3954
}
4055
]
4156
],
4257
[
4358
{
44-
"contents": "cardano.epoch-validation.benchmark",
45-
"tag": "Contains"
59+
"tag": "Contains",
60+
"contents": "cardano.epoch-validation.benchmark"
4661
},
4762
[
4863
{
49-
"contents": "diff.RTS.cpuNs.timed.",
50-
"tag": "Contains"
64+
"tag": "Contains",
65+
"contents": "diff.RTS.cpuNs.timed."
5166
}
5267
]
5368
],
5469
[
5570
{
56-
"contents": "#ekgview.#aggregation.cardano.epoch-validation.benchmark",
57-
"tag": "StartsWith"
71+
"tag": "StartsWith",
72+
"contents": "#ekgview.#aggregation.cardano.epoch-validation.benchmark"
5873
},
5974
[
6075
{
61-
"contents": "diff.RTS.gcNum.timed.",
62-
"tag": "Contains"
76+
"tag": "Contains",
77+
"contents": "diff.RTS.gcNum.timed."
6378
}
6479
]
6580
]
6681
],
6782
"subtrace": "FilterTrace"
6883
},
84+
"cardano.epoch-validation.utxo-stats": {
85+
"subtrace": "NoTrace"
86+
},
6987
"#messagecounters.aggregation": {
7088
"subtrace": "NoTrace"
7189
},
7290
"#messagecounters.ekgview": {
7391
"subtrace": "NoTrace"
7492
},
93+
"#messagecounters.switchboard": {
94+
"subtrace": "NoTrace"
95+
},
7596
"#messagecounters.katip": {
7697
"subtrace": "NoTrace"
7798
},
7899
"#messagecounters.monitoring": {
79100
"subtrace": "NoTrace"
80101
},
81-
"#messagecounters.switchboard": {
102+
"cardano.#messagecounters.aggregation": {
82103
"subtrace": "NoTrace"
83104
},
84-
"benchmark": {
85-
"contents": [
86-
"GhcRtsStats",
87-
"MonotonicClock"
88-
],
89-
"subtrace": "ObservableTrace"
105+
"cardano.#messagecounters.ekgview": {
106+
"subtrace": "NoTrace"
90107
},
91-
"cardano.epoch-validation.utxo-stats": {
108+
"cardano.#messagecounters.switchboard": {
109+
"subtrace": "NoTrace"
110+
},
111+
"cardano.#messagecounters.katip": {
112+
"subtrace": "NoTrace"
113+
},
114+
"cardano.#messagecounters.monitoring": {
92115
"subtrace": "NoTrace"
93116
}
117+
},
118+
"mapBackends": {
119+
"cardano.epoch-validation.benchmark": [
120+
"AggregationBK"
121+
],
122+
"#aggregation.cardano.epoch-validation.benchmark": [
123+
"EKGViewBK"
124+
]
94125
}
95-
},
96-
"rotation": {
97-
"rpKeepFilesNum": 10,
98-
"rpLogLimitBytes": 5000000,
99-
"rpMaxAgeHours": 24
100-
},
101-
"setupBackends": [
102-
"AggregationBK",
103-
"KatipBK"
104-
],
105-
"setupScribes": [
106-
{
107-
"scFormat": "ScText",
108-
"scKind": "StdoutSK",
109-
"scName": "stdout",
110-
"scRotation": null
111-
}
112-
]
126+
}
113127
}

0 commit comments

Comments
 (0)