Skip to content

Commit 025121b

Browse files
committed
Change member fields to expect string
1 parent 142dca6 commit 025121b

14 files changed

+39
-39
lines changed

dashboards/grafana/cache-details-dashboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@
13111311
},
13121312
{
13131313
"id": "unit",
1314-
"value": "short"
1314+
"value": "string"
13151315
},
13161316
{
13171317
"id": "decimals",
@@ -1619,7 +1619,7 @@
16191619
},
16201620
{
16211621
"id": "unit",
1622-
"value": "short"
1622+
"value": "string"
16231623
},
16241624
{
16251625
"id": "decimals",
@@ -1895,7 +1895,7 @@
18951895
},
18961896
{
18971897
"id": "unit",
1898-
"value": "none"
1898+
"value": "string"
18991899
},
19001900
{
19011901
"id": "decimals",
@@ -2484,7 +2484,7 @@
24842484
},
24852485
{
24862486
"id": "unit",
2487-
"value": "none"
2487+
"value": "string"
24882488
},
24892489
{
24902490
"id": "decimals",

dashboards/grafana/cache-store-details-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
},
777777
{
778778
"id": "unit",
779-
"value": "none"
779+
"value": "string"
780780
},
781781
{
782782
"id": "decimals",

dashboards/grafana/coherence-dashboard-main.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@
14501450
},
14511451
{
14521452
"id": "unit",
1453-
"value": "short"
1453+
"value": "string"
14541454
},
14551455
{
14561456
"id": "decimals",
@@ -1651,7 +1651,7 @@
16511651
},
16521652
{
16531653
"id": "unit",
1654-
"value": "short"
1654+
"value": "string"
16551655
},
16561656
{
16571657
"id": "decimals",
@@ -1849,11 +1849,11 @@
18491849
"properties": [
18501850
{
18511851
"id": "displayName",
1852-
"value": "Member Name"
1852+
"value": "Member"
18531853
},
18541854
{
18551855
"id": "unit",
1856-
"value": "short"
1856+
"value": "string"
18571857
},
18581858
{
18591859
"id": "decimals",
@@ -2028,7 +2028,7 @@
20282028
},
20292029
{
20302030
"id": "unit",
2031-
"value": "short"
2031+
"value": "string"
20322032
},
20332033
{
20342034
"id": "decimals",
@@ -2201,7 +2201,7 @@
22012201
},
22022202
{
22032203
"id": "unit",
2204-
"value": "short"
2204+
"value": "string"
22052205
},
22062206
{
22072207
"id": "decimals",
@@ -2863,7 +2863,7 @@
28632863
},
28642864
{
28652865
"id": "unit",
2866-
"value": "short"
2866+
"value": "string"
28672867
},
28682868
{
28692869
"id": "decimals",
@@ -3057,7 +3057,7 @@
30573057
},
30583058
{
30593059
"id": "unit",
3060-
"value": "short"
3060+
"value": "string"
30613061
},
30623062
{
30633063
"id": "decimals",
@@ -3275,7 +3275,7 @@
32753275
},
32763276
{
32773277
"id": "unit",
3278-
"value": "short"
3278+
"value": "string"
32793279
},
32803280
{
32813281
"id": "decimals",

dashboards/grafana/executor-details.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@
159159
"properties": [
160160
{
161161
"id": "displayName",
162-
"value": "Member Name"
162+
"value": "Member"
163163
},
164164
{
165165
"id": "unit",
166-
"value": "short"
166+
"value": "string"
167167
},
168168
{
169169
"id": "decimals",

dashboards/grafana/federation-details-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,7 +2372,7 @@
23722372
},
23732373
{
23742374
"id": "unit",
2375-
"value": "short"
2375+
"value": "string"
23762376
},
23772377
{
23782378
"id": "decimals",

dashboards/grafana/grpc-proxy-details-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
},
358358
{
359359
"id": "unit",
360-
"value": "none"
360+
"value": "string"
361361
},
362362
{
363363
"id": "links",

dashboards/grafana/grpc-proxy-summary-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
},
349349
{
350350
"id": "unit",
351-
"value": "none"
351+
"value": "string"
352352
},
353353
{
354354
"id": "links",

dashboards/grafana/members-summary-dashboard.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@
179179
"properties": [
180180
{
181181
"id": "displayName",
182-
"value": "Member Name"
182+
"value": "Member"
183183
},
184184
{
185185
"id": "unit",
186-
"value": "short"
186+
"value": "string"
187187
},
188188
{
189189
"id": "decimals",
@@ -532,11 +532,11 @@
532532
"properties": [
533533
{
534534
"id": "displayName",
535-
"value": "Member Name"
535+
"value": "Member"
536536
},
537537
{
538538
"id": "unit",
539-
"value": "short"
539+
"value": "string"
540540
},
541541
{
542542
"id": "decimals",
@@ -679,11 +679,11 @@
679679
"properties": [
680680
{
681681
"id": "displayName",
682-
"value": "Member Name"
682+
"value": "Member"
683683
},
684684
{
685685
"id": "unit",
686-
"value": "short"
686+
"value": "string"
687687
},
688688
{
689689
"id": "decimals",

dashboards/grafana/persistence-summary-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
},
413413
{
414414
"id": "unit",
415-
"value": "short"
415+
"value": "string"
416416
},
417417
{
418418
"id": "decimals",

dashboards/grafana/proxy-server-detail-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
},
243243
{
244244
"id": "unit",
245-
"value": "short"
245+
"value": "string"
246246
},
247247
{
248248
"id": "decimals",
@@ -531,7 +531,7 @@
531531
},
532532
{
533533
"id": "unit",
534-
"value": "short"
534+
"value": "string"
535535
},
536536
{
537537
"id": "decimals",

0 commit comments

Comments
 (0)