1
1
/* Config Data */
2
2
import anonymousAuth from './general/auth_info_anonymous.json' ;
3
3
import configData from './general/config.json' ;
4
+ /** Metrics **/
5
+ import crippledFeatures from './general/crippledFeatures.json' ;
6
+ import grafanaInfo from './general/grafana.json' ;
4
7
import istioCertsInfo from './general/istioCertsInfo.json' ;
5
8
import istioConfig from './general/istioConfig.json' ;
6
9
import istioContainerLogs from './general/istioLogs.json' ;
@@ -20,6 +23,7 @@ import kialiTrafficGeneratorApp from './namespaces/bookinfo/apps/kiali_traffic_g
20
23
import productpageApp from './namespaces/bookinfo/apps/productpage.json' ;
21
24
import ratingsApp from './namespaces/bookinfo/apps/ratings.json' ;
22
25
import reviewsApp from './namespaces/bookinfo/apps/reviews.json' ;
26
+ import bookinfoDashboard from './namespaces/bookinfo/dashboard.json' ;
23
27
/** health **/
24
28
25
29
import bookinfoHealthApp from './namespaces/bookinfo/health/app.json' ;
@@ -32,6 +36,7 @@ import detailsService from './namespaces/bookinfo/services/details.json';
32
36
import productpageService from './namespaces/bookinfo/services/productpage.json' ;
33
37
import ratingsService from './namespaces/bookinfo/services/ratings.json' ;
34
38
import reviewsService from './namespaces/bookinfo/services/reviews.json' ;
39
+ import bookinfoSpans from './namespaces/bookinfo/spans.json' ;
35
40
/* bookinfo */
36
41
import bookinfoTls from './namespaces/bookinfo/tls.json' ;
37
42
/** Workloads **/
@@ -49,6 +54,7 @@ import istioingressgatewayApp from './namespaces/istio-system/apps/istio_ingress
49
54
import istiodApp from './namespaces/istio-system/apps/istiod.json' ;
50
55
import jaegerApp from './namespaces/istio-system/apps/jaeger.json' ;
51
56
import kialiApp from './namespaces/istio-system/apps/kiali.json' ;
57
+ import istioDashboard from './namespaces/istio-system/dashboard.json' ;
52
58
/** health **/
53
59
import istioSystemHealthApp from './namespaces/istio-system/health/app.json' ;
54
60
import istioSystemHealthService from './namespaces/istio-system/health/service.json' ;
@@ -63,6 +69,7 @@ import istiodService from './namespaces/istio-system/services/istiod.json';
63
69
import jaegerService from './namespaces/istio-system/services/jaeger_collector.json' ;
64
70
import kialiService from './namespaces/istio-system/services/kiali.json' ;
65
71
import prometheusService from './namespaces/istio-system/services/prometheus.json' ;
72
+ import istioSpans from './namespaces/istio-system/spans.json' ;
66
73
/* istio-system */
67
74
import istioSystemTls from './namespaces/istio-system/tls.json' ;
68
75
import istioSystemWorkloads from './namespaces/istio-system/workloads.json' ;
@@ -81,6 +88,7 @@ import hotelsApp from './namespaces/travel-agency/apps/hotels.json';
81
88
import insurancesApp from './namespaces/travel-agency/apps/insurances.json' ;
82
89
import mysqldbApp from './namespaces/travel-agency/apps/mysqldb.json' ;
83
90
import travelApp from './namespaces/travel-agency/apps/travels.json' ;
91
+ import travelAgencyDashboard from './namespaces/travel-agency/dashboard.json' ;
84
92
/** health **/
85
93
86
94
import travelAgencyHealthApp from './namespaces/travel-agency/health/app.json' ;
@@ -96,6 +104,7 @@ import hotelsService from './namespaces/travel-agency/services/hotels.json';
96
104
import insurancesService from './namespaces/travel-agency/services/insurances.json' ;
97
105
import mysqldbService from './namespaces/travel-agency/services/mysqldb.json' ;
98
106
import travelService from './namespaces/travel-agency/services/travels.json' ;
107
+ import travelAgencySpans from './namespaces/travel-agency/spans.json' ;
99
108
/* Travel agency */
100
109
import travelAgencyTls from './namespaces/travel-agency/tls.json' ;
101
110
import travelAgencyWorkloads from './namespaces/travel-agency/workloads.json' ;
@@ -108,6 +117,7 @@ import mysqldbv1Workload from './namespaces/travel-agency/workloads/mysqldb_v1.j
108
117
import travelsv1Workload from './namespaces/travel-agency/workloads/travels_v1.json' ;
109
118
import travelControlApps from './namespaces/travel-control/apps.json' ;
110
119
import controlApp from './namespaces/travel-control/apps/control.json' ;
120
+ import travelControlDashboard from './namespaces/travel-control/dashboard.json' ;
111
121
/** health **/
112
122
113
123
import travelControlHealthApp from './namespaces/travel-control/health/app.json' ;
@@ -117,13 +127,15 @@ import travelControlIstioConfig from './namespaces/travel-control/istio_config.j
117
127
import travelControlMetrics from './namespaces/travel-control/metrics' ;
118
128
import travelControlServices from './namespaces/travel-control/services.json' ;
119
129
import controlService from './namespaces/travel-control/services/control.json' ;
130
+ import travelControlSpans from './namespaces/travel-control/spans.json' ;
120
131
/* Travel control */
121
132
import travelControlTls from './namespaces/travel-control/tls.json' ;
122
133
import travelControlWorkloads from './namespaces/travel-control/workloads.json' ;
123
134
import travelControlWorkload from './namespaces/travel-control/workloads/control.json' ;
124
135
import travelsApp from './namespaces/travel-portal/apps/travels.json' ;
125
136
import viaggiApp from './namespaces/travel-portal/apps/viaggi.json' ;
126
137
import voyagesApp from './namespaces/travel-portal/apps/voyages.json' ;
138
+ import travelPortalDashboard from './namespaces/travel-portal/dashboard.json' ;
127
139
/** health **/
128
140
129
141
import travelPortalHealthApp from './namespaces/travel-portal/health/app.json' ;
@@ -135,6 +147,7 @@ import travelPortalServices from './namespaces/travel-portal/services.json';
135
147
import travelsService from './namespaces/travel-portal/services/travels.json' ;
136
148
import viaggiService from './namespaces/travel-portal/services/viaggi.json' ;
137
149
import voyagesService from './namespaces/travel-portal/services/voyages.json' ;
150
+ import travelPortalSpans from './namespaces/travel-portal/spans.json' ;
138
151
/* Travel portal */
139
152
import travelPortalTls from './namespaces/travel-portal/tls.json' ;
140
153
import travelPortalWorkloads from './namespaces/travel-portal/workloads.json' ;
@@ -190,6 +203,8 @@ export const kialiData: { [index: string]: any } = {
190
203
kiali : kialiApp ,
191
204
} ,
192
205
istioConfigList : istioSystemIstioConfig ,
206
+ dashboard : istioDashboard ,
207
+ spans : istioSpans ,
193
208
} ,
194
209
bookinfo : {
195
210
tls : bookinfoTls ,
@@ -222,6 +237,8 @@ export const kialiData: { [index: string]: any } = {
222
237
kialitrafficgenerator : kialiTrafficGeneratorApp ,
223
238
} ,
224
239
istioConfigList : bookinfoIstioConfig ,
240
+ dashboard : bookinfoDashboard ,
241
+ spans : bookinfoSpans ,
225
242
} ,
226
243
'travel-control' : {
227
244
tls : travelControlTls ,
@@ -241,6 +258,8 @@ export const kialiData: { [index: string]: any } = {
241
258
control : controlApp ,
242
259
} ,
243
260
istioConfigList : travelControlIstioConfig ,
261
+ dashboard : travelControlDashboard ,
262
+ spans : travelControlSpans ,
244
263
} ,
245
264
'travel-portal' : {
246
265
tls : travelPortalTls ,
@@ -266,6 +285,8 @@ export const kialiData: { [index: string]: any } = {
266
285
voyages : voyagesApp ,
267
286
} ,
268
287
istioConfigList : travelPortalIstioConfig ,
288
+ dashboard : travelPortalDashboard ,
289
+ spans : travelPortalSpans ,
269
290
} ,
270
291
'travel-agency' : {
271
292
tls : travelAgencyTls ,
@@ -303,6 +324,8 @@ export const kialiData: { [index: string]: any } = {
303
324
travels : travelApp ,
304
325
} ,
305
326
istioConfigList : travelAgencyIstioConfig ,
327
+ dashboard : travelAgencyDashboard ,
328
+ spans : travelAgencySpans ,
306
329
} ,
307
330
} ,
308
331
logs : containerLogs ,
@@ -330,4 +353,6 @@ export const kialiData: { [index: string]: any } = {
330
353
'travel-control' : travelControlApps ,
331
354
} ,
332
355
status : status ,
356
+ crippledFeatures : crippledFeatures ,
357
+ grafanaInfo : grafanaInfo ,
333
358
} ;
0 commit comments