Adjust performance tests prometheus and grafana to newer producer
[dcaegen2/collectors/hv-ves.git] / tools / performance / cloud / grafana / dashboards / processing.json
1 {
2   "annotations": {
3     "list": [
4       {
5         "builtIn": 1,
6         "datasource": "Prometheus",
7         "enable": true,
8         "hide": true,
9         "iconColor": "rgba(0, 211, 255, 1)",
10         "name": "Annotations & Alerts",
11         "type": "dashboard"
12       }
13     ]
14   },
15   "editable": true,
16   "gnetId": null,
17   "graphTooltip": 0,
18   "links": [],
19   "panels": [
20     {
21       "cacheTimeout": null,
22       "datasource": null,
23       "fieldConfig": {
24         "defaults": {
25           "custom": {},
26           "mappings": [],
27           "nullValueMode": "connected",
28           "thresholds": {
29             "mode": "absolute",
30             "steps": [
31               {
32                 "color": "green",
33                 "value": null
34               }
35             ]
36           },
37           "unit": "none"
38         },
39         "overrides": []
40       },
41       "gridPos": {
42         "h": 4,
43         "w": 9,
44         "x": 0,
45         "y": 0
46       },
47       "id": 25,
48       "interval": "250ms",
49       "links": [],
50       "options": {
51         "colorMode": "value",
52         "graphMode": "none",
53         "justifyMode": "center",
54         "orientation": "auto",
55         "reduceOptions": {
56           "calcs": [
57             "last"
58           ],
59           "values": false
60         }
61       },
62       "pluginVersion": "7.0.0",
63       "targets": [
64         {
65           "expr": "sum(producer_sent_messages_total_number)",
66           "interval": "",
67           "legendFormat": "Sent by producers",
68           "refId": "A"
69         },
70         {
71           "expr": "sum(hvves_messages_received_total)",
72           "interval": "",
73           "legendFormat": "Received by HV-VES",
74           "refId": "B"
75         },
76         {
77           "expr": "sum(hvves_messages_sent_total)",
78           "interval": "",
79           "legendFormat": "Sent by HV-VES",
80           "refId": "D"
81         },
82         {
83           "expr": "sum(hvves_messages_dropped_total)",
84           "interval": "",
85           "legendFormat": "Dropped in HV-VES",
86           "refId": "C"
87         }
88       ],
89       "timeFrom": null,
90       "timeShift": null,
91       "title": "Messages",
92       "type": "stat"
93     },
94     {
95       "aliasColors": {},
96       "bars": false,
97       "dashLength": 10,
98       "dashes": false,
99       "datasource": null,
100       "fieldConfig": {
101         "defaults": {
102           "custom": {}
103         },
104         "overrides": []
105       },
106       "fill": 0,
107       "fillGradient": 0,
108       "gridPos": {
109         "h": 13,
110         "w": 7,
111         "x": 9,
112         "y": 0
113       },
114       "hiddenSeries": false,
115       "id": 9,
116       "interval": "250ms",
117       "legend": {
118         "alignAsTable": false,
119         "avg": false,
120         "current": false,
121         "hideEmpty": true,
122         "hideZero": true,
123         "max": false,
124         "min": false,
125         "rightSide": false,
126         "show": true,
127         "sideWidth": 350,
128         "total": false,
129         "values": false
130       },
131       "lines": true,
132       "linewidth": 1,
133       "links": [],
134       "nullPointMode": "null",
135       "options": {
136         "dataLinks": []
137       },
138       "percentage": false,
139       "pointradius": 5,
140       "points": false,
141       "renderer": "flot",
142       "seriesOverrides": [],
143       "spaceLength": 10,
144       "stack": false,
145       "steppedLine": false,
146       "targets": [
147         {
148           "expr": "rate(hvves_messages_processing_time_seconds_sum[1h])/rate(hvves_messages_processing_time_seconds_count[1h])",
149           "format": "time_series",
150           "hide": false,
151           "instant": false,
152           "interval": "",
153           "intervalFactor": 1,
154           "legendFormat": "average",
155           "refId": "A"
156         },
157         {
158           "expr": "histogram_quantile(0.90, sum( rate(hvves_messages_processing_time_seconds_bucket[1h]) )by(le) )",
159           "format": "time_series",
160           "hide": false,
161           "instant": false,
162           "intervalFactor": 1,
163           "legendFormat": "90th percentile",
164           "refId": "B"
165         },
166         {
167           "expr": "histogram_quantile(0.95, sum( rate(hvves_messages_processing_time_seconds_bucket[1h]) )by(le) )",
168           "legendFormat": "95th percentile",
169           "refId": "C"
170         },
171         {
172           "expr": "histogram_quantile(0.99, sum( rate(hvves_messages_processing_time_seconds_bucket[1h]) )by(le) )",
173           "legendFormat": "99th percentile",
174           "refId": "D"
175         }
176       ],
177       "thresholds": [],
178       "timeFrom": "20m",
179       "timeRegions": [],
180       "timeShift": null,
181       "title": "Processing time (HV-VES input to HV-VES output with sending to Kafka)",
182       "tooltip": {
183         "shared": true,
184         "sort": 0,
185         "value_type": "individual"
186       },
187       "type": "graph",
188       "xaxis": {
189         "buckets": null,
190         "mode": "time",
191         "name": null,
192         "show": true,
193         "values": []
194       },
195       "yaxes": [
196         {
197           "$$hashKey": "object:283",
198           "format": "s",
199           "label": null,
200           "logBase": 1,
201           "max": null,
202           "min": "0",
203           "show": true
204         },
205         {
206           "$$hashKey": "object:284",
207           "format": "short",
208           "label": null,
209           "logBase": 1,
210           "max": null,
211           "min": null,
212           "show": true
213         }
214       ],
215       "yaxis": {
216         "align": false,
217         "alignLevel": null
218       }
219     },
220     {
221       "aliasColors": {},
222       "bars": false,
223       "dashLength": 10,
224       "dashes": false,
225       "datasource": null,
226       "fieldConfig": {
227         "defaults": {
228           "custom": {}
229         },
230         "overrides": []
231       },
232       "fill": 0,
233       "fillGradient": 0,
234       "gridPos": {
235         "h": 13,
236         "w": 8,
237         "x": 16,
238         "y": 0
239       },
240       "hiddenSeries": false,
241       "id": 23,
242       "interval": "250ms",
243       "legend": {
244         "alignAsTable": false,
245         "avg": false,
246         "current": false,
247         "hideEmpty": true,
248         "hideZero": true,
249         "max": false,
250         "min": false,
251         "rightSide": false,
252         "show": true,
253         "sideWidth": 350,
254         "total": false,
255         "values": false
256       },
257       "lines": true,
258       "linewidth": 1,
259       "links": [],
260       "nullPointMode": "null",
261       "options": {
262         "dataLinks": []
263       },
264       "percentage": false,
265       "pointradius": 5,
266       "points": false,
267       "renderer": "flot",
268       "seriesOverrides": [],
269       "spaceLength": 10,
270       "stack": false,
271       "steppedLine": false,
272       "targets": [
273         {
274           "expr": "rate(hvves_messages_processing_time_without_routing_seconds_sum[1h])/rate(hvves_messages_processing_time_without_routing_seconds_count[1h])",
275           "format": "time_series",
276           "hide": false,
277           "instant": false,
278           "interval": "",
279           "intervalFactor": 1,
280           "legendFormat": "average",
281           "refId": "A"
282         },
283         {
284           "expr": "histogram_quantile(0.90, sum( rate(hvves_messages_processing_time_without_routing_seconds_bucket[1h]) )by(le) )",
285           "format": "time_series",
286           "hide": false,
287           "instant": false,
288           "intervalFactor": 1,
289           "legendFormat": "90th percentile",
290           "refId": "B"
291         },
292         {
293           "expr": "histogram_quantile(0.95, sum( rate(hvves_messages_processing_time_without_routing_seconds_bucket[1h]) )by(le) )",
294           "legendFormat": "95th percentile",
295           "refId": "C"
296         },
297         {
298           "expr": "histogram_quantile(0.99, sum( rate(hvves_messages_processing_time_without_routing_seconds_bucket[1h]) )by(le) )",
299           "legendFormat": "99th percentile",
300           "refId": "D"
301         }
302       ],
303       "thresholds": [],
304       "timeFrom": "20m",
305       "timeRegions": [],
306       "timeShift": null,
307       "title": "Processing time (HV-VES input to HV-VES output without sending to Kafka)",
308       "tooltip": {
309         "shared": true,
310         "sort": 0,
311         "value_type": "individual"
312       },
313       "type": "graph",
314       "xaxis": {
315         "buckets": null,
316         "mode": "time",
317         "name": null,
318         "show": true,
319         "values": []
320       },
321       "yaxes": [
322         {
323           "$$hashKey": "object:354",
324           "format": "s",
325           "label": null,
326           "logBase": 1,
327           "max": null,
328           "min": "0",
329           "show": true
330         },
331         {
332           "$$hashKey": "object:355",
333           "format": "short",
334           "label": null,
335           "logBase": 1,
336           "max": null,
337           "min": null,
338           "show": true
339         }
340       ],
341       "yaxis": {
342         "align": false,
343         "alignLevel": null
344       }
345     },
346     {
347       "aliasColors": {},
348       "bars": false,
349       "dashLength": 10,
350       "dashes": false,
351       "datasource": null,
352       "fieldConfig": {
353         "defaults": {
354           "custom": {}
355         },
356         "overrides": []
357       },
358       "fill": 0,
359       "fillGradient": 0,
360       "gridPos": {
361         "h": 9,
362         "w": 9,
363         "x": 0,
364         "y": 4
365       },
366       "hiddenSeries": false,
367       "id": 8,
368       "interval": "250ms",
369       "legend": {
370         "alignAsTable": false,
371         "avg": false,
372         "current": false,
373         "hideEmpty": true,
374         "hideZero": true,
375         "max": false,
376         "min": false,
377         "show": true,
378         "total": false,
379         "values": false
380       },
381       "lines": true,
382       "linewidth": 1,
383       "links": [],
384       "nullPointMode": "null",
385       "options": {
386         "dataLinks": []
387       },
388       "percentage": false,
389       "pointradius": 5,
390       "points": false,
391       "renderer": "flot",
392       "seriesOverrides": [],
393       "spaceLength": 10,
394       "stack": false,
395       "steppedLine": false,
396       "targets": [
397         {
398           "expr": "sum(rate(producer_sent_messages_total_number[1s]))",
399           "format": "time_series",
400           "hide": false,
401           "instant": false,
402           "interval": "",
403           "intervalFactor": 1,
404           "legendFormat": "Send rate - Producers",
405           "refId": "C"
406         },
407         {
408           "expr": "rate(hvves_messages_received_total[1s])",
409           "format": "time_series",
410           "hide": false,
411           "instant": false,
412           "interval": "",
413           "intervalFactor": 1,
414           "legendFormat": "Receive rate - HV-VES",
415           "refId": "A"
416         },
417         {
418           "expr": "rate(hvves_messages_sent_total[1s])",
419           "format": "time_series",
420           "hide": false,
421           "instant": false,
422           "interval": "",
423           "intervalFactor": 1,
424           "legendFormat": "Send rate - HV-VES",
425           "refId": "B"
426         }
427       ],
428       "thresholds": [],
429       "timeFrom": "20m",
430       "timeRegions": [],
431       "timeShift": null,
432       "title": "Messages rate",
433       "tooltip": {
434         "shared": true,
435         "sort": 0,
436         "value_type": "individual"
437       },
438       "type": "graph",
439       "xaxis": {
440         "buckets": null,
441         "mode": "time",
442         "name": null,
443         "show": true,
444         "values": []
445       },
446       "yaxes": [
447         {
448           "$$hashKey": "object:212",
449           "decimals": null,
450           "format": "msg/s",
451           "label": null,
452           "logBase": 1,
453           "max": null,
454           "min": "0",
455           "show": true
456         },
457         {
458           "$$hashKey": "object:213",
459           "format": "short",
460           "label": null,
461           "logBase": 1,
462           "max": null,
463           "min": null,
464           "show": true
465         }
466       ],
467       "yaxis": {
468         "align": false,
469         "alignLevel": null
470       }
471     },
472     {
473       "cacheTimeout": null,
474       "colorBackground": false,
475       "colorValue": false,
476       "colors": [
477         "#299c46",
478         "rgba(237, 129, 40, 0.89)",
479         "#d44a3a"
480       ],
481       "datasource": null,
482       "fieldConfig": {
483         "defaults": {
484           "custom": {}
485         },
486         "overrides": []
487       },
488       "format": "decbytes",
489       "gauge": {
490         "maxValue": 100,
491         "minValue": 0,
492         "show": false,
493         "thresholdLabels": false,
494         "thresholdMarkers": true
495       },
496       "gridPos": {
497         "h": 2,
498         "w": 4,
499         "x": 0,
500         "y": 13
501       },
502       "id": 20,
503       "interval": "",
504       "links": [],
505       "mappingType": 1,
506       "mappingTypes": [
507         {
508           "name": "value to text",
509           "value": 1
510         },
511         {
512           "name": "range to text",
513           "value": 2
514         }
515       ],
516       "maxDataPoints": 100,
517       "nullPointMode": "connected",
518       "nullText": null,
519       "postfix": "",
520       "postfixFontSize": "50%",
521       "prefix": "",
522       "prefixFontSize": "50%",
523       "rangeMaps": [
524         {
525           "from": "null",
526           "text": "N/A",
527           "to": "null"
528         }
529       ],
530       "sparkline": {
531         "fillColor": "rgba(31, 118, 189, 0.18)",
532         "full": false,
533         "lineColor": "rgb(31, 120, 193)",
534         "show": false
535       },
536       "tableColumn": "",
537       "targets": [
538         {
539           "expr": "sum(hvves_messages_received_payload_bytes_total)",
540           "format": "time_series",
541           "intervalFactor": 1,
542           "refId": "A"
543         }
544       ],
545       "thresholds": "",
546       "title": "Total received payload bytes",
547       "type": "singlestat",
548       "valueFontSize": "80%",
549       "valueMaps": [
550         {
551           "op": "=",
552           "text": "N/A",
553           "value": "null"
554         }
555       ],
556       "valueName": "current"
557     },
558     {
559       "aliasColors": {},
560       "bars": false,
561       "dashLength": 10,
562       "dashes": false,
563       "datasource": "Prometheus",
564       "fieldConfig": {
565         "defaults": {
566           "custom": {}
567         },
568         "overrides": []
569       },
570       "fill": 1,
571       "fillGradient": 3,
572       "gridPos": {
573         "h": 10,
574         "w": 10,
575         "x": 4,
576         "y": 13
577       },
578       "hiddenSeries": false,
579       "id": 16,
580       "interval": "250ms",
581       "legend": {
582         "alignAsTable": true,
583         "avg": true,
584         "current": true,
585         "hideEmpty": false,
586         "hideZero": false,
587         "max": true,
588         "min": true,
589         "rightSide": false,
590         "show": true,
591         "total": false,
592         "values": true
593       },
594       "lines": true,
595       "linewidth": 1,
596       "links": [],
597       "nullPointMode": "null",
598       "options": {
599         "dataLinks": []
600       },
601       "percentage": false,
602       "pointradius": 5,
603       "points": false,
604       "renderer": "flot",
605       "seriesOverrides": [],
606       "spaceLength": 10,
607       "stack": false,
608       "steppedLine": false,
609       "targets": [
610         {
611           "expr": "sum(process_cpu_usage) by (kubernetes_pod_name)*100",
612           "format": "time_series",
613           "intervalFactor": 1,
614           "legendFormat": "CPU usage",
615           "refId": "A"
616         }
617       ],
618       "thresholds": [],
619       "timeFrom": "20m",
620       "timeRegions": [],
621       "timeShift": null,
622       "title": "HV-VES process cpu usage [% of all cores]",
623       "tooltip": {
624         "shared": true,
625         "sort": 0,
626         "value_type": "individual"
627       },
628       "type": "graph",
629       "xaxis": {
630         "buckets": null,
631         "mode": "time",
632         "name": null,
633         "show": true,
634         "values": []
635       },
636       "yaxes": [
637         {
638           "$$hashKey": "object:426",
639           "decimals": 2,
640           "format": "percent",
641           "label": null,
642           "logBase": 1,
643           "max": null,
644           "min": "0",
645           "show": true
646         },
647         {
648           "$$hashKey": "object:427",
649           "format": "short",
650           "label": null,
651           "logBase": 1,
652           "max": null,
653           "min": null,
654           "show": true
655         }
656       ],
657       "yaxis": {
658         "align": false,
659         "alignLevel": null
660       }
661     },
662     {
663       "aliasColors": {},
664       "bars": false,
665       "dashLength": 10,
666       "dashes": false,
667       "datasource": "Prometheus",
668       "fieldConfig": {
669         "defaults": {
670           "custom": {}
671         },
672         "overrides": []
673       },
674       "fill": 0,
675       "fillGradient": 0,
676       "gridPos": {
677         "h": 10,
678         "w": 10,
679         "x": 14,
680         "y": 13
681       },
682       "hiddenSeries": false,
683       "id": 22,
684       "interval": "250ms",
685       "legend": {
686         "alignAsTable": true,
687         "avg": true,
688         "current": true,
689         "hideEmpty": false,
690         "hideZero": false,
691         "max": true,
692         "min": true,
693         "show": true,
694         "total": false,
695         "values": true
696       },
697       "lines": true,
698       "linewidth": 1,
699       "links": [],
700       "nullPointMode": "null",
701       "options": {
702         "dataLinks": []
703       },
704       "percentage": false,
705       "pointradius": 2,
706       "points": false,
707       "renderer": "flot",
708       "seriesOverrides": [],
709       "spaceLength": 10,
710       "stack": false,
711       "steppedLine": false,
712       "targets": [
713         {
714           "expr": "sum(jvm_memory_used_bytes)/1024/1024/1024\n",
715           "format": "time_series",
716           "hide": false,
717           "instant": false,
718           "intervalFactor": 1,
719           "legendFormat": "Memory used",
720           "refId": "A"
721         },
722         {
723           "expr": "sum(jvm_memory_committed_bytes)/1024/1024/1024",
724           "instant": false,
725           "legendFormat": "Memory commited",
726           "refId": "B"
727         }
728       ],
729       "thresholds": [],
730       "timeFrom": "20m",
731       "timeRegions": [],
732       "timeShift": null,
733       "title": "Memory usage of HV-VES",
734       "tooltip": {
735         "shared": true,
736         "sort": 0,
737         "value_type": "individual"
738       },
739       "type": "graph",
740       "xaxis": {
741         "buckets": null,
742         "mode": "time",
743         "name": null,
744         "show": true,
745         "values": []
746       },
747       "yaxes": [
748         {
749           "$$hashKey": "object:511",
750           "format": "gbytes",
751           "label": null,
752           "logBase": 1,
753           "max": null,
754           "min": "0",
755           "show": true
756         },
757         {
758           "$$hashKey": "object:512",
759           "format": "short",
760           "label": null,
761           "logBase": 1,
762           "max": null,
763           "min": null,
764           "show": true
765         }
766       ],
767       "yaxis": {
768         "align": false,
769         "alignLevel": null
770       }
771     },
772     {
773       "cacheTimeout": null,
774       "colorBackground": false,
775       "colorValue": false,
776       "colors": [
777         "#299c46",
778         "rgba(237, 129, 40, 0.89)",
779         "#d44a3a"
780       ],
781       "datasource": "Prometheus",
782       "fieldConfig": {
783         "defaults": {
784           "custom": {}
785         },
786         "overrides": []
787       },
788       "format": "decbytes",
789       "gauge": {
790         "maxValue": 100,
791         "minValue": 0,
792         "show": false,
793         "thresholdLabels": false,
794         "thresholdMarkers": true
795       },
796       "gridPos": {
797         "h": 2,
798         "w": 4,
799         "x": 0,
800         "y": 15
801       },
802       "id": 18,
803       "interval": null,
804       "links": [],
805       "mappingType": 1,
806       "mappingTypes": [
807         {
808           "name": "value to text",
809           "value": 1
810         },
811         {
812           "name": "range to text",
813           "value": 2
814         }
815       ],
816       "maxDataPoints": 100,
817       "nullPointMode": "connected",
818       "nullText": null,
819       "postfix": "",
820       "postfixFontSize": "50%",
821       "prefix": "",
822       "prefixFontSize": "50%",
823       "rangeMaps": [
824         {
825           "from": "null",
826           "text": "N/A",
827           "to": "null"
828         }
829       ],
830       "sparkline": {
831         "fillColor": "rgba(31, 118, 189, 0.18)",
832         "full": false,
833         "lineColor": "rgb(31, 120, 193)",
834         "show": false
835       },
836       "tableColumn": "",
837       "targets": [
838         {
839           "expr": "sum(hvves_messages_received_payload_bytes_total)/sum(hvves_messages_received_total)",
840           "format": "time_series",
841           "hide": false,
842           "instant": false,
843           "intervalFactor": 1,
844           "refId": "A"
845         }
846       ],
847       "thresholds": "",
848       "title": "Average received payload bytes",
849       "type": "singlestat",
850       "valueFontSize": "80%",
851       "valueMaps": [
852         {
853           "op": "=",
854           "text": "0",
855           "value": "null"
856         }
857       ],
858       "valueName": "current"
859     },
860     {
861       "columns": [
862         {
863           "text": "Current",
864           "value": "current"
865         }
866       ],
867       "datasource": null,
868       "fieldConfig": {
869         "defaults": {
870           "custom": {}
871         },
872         "overrides": []
873       },
874       "fontSize": "100%",
875       "gridPos": {
876         "h": 3,
877         "w": 4,
878         "x": 0,
879         "y": 17
880       },
881       "id": 12,
882       "links": [],
883       "pageSize": null,
884       "scroll": true,
885       "showHeader": true,
886       "sort": {
887         "col": 0,
888         "desc": true
889       },
890       "styles": [
891         {
892           "alias": "Time",
893           "align": "auto",
894           "dateFormat": "YYYY-MM-DD HH:mm:ss",
895           "pattern": "Time",
896           "type": "date"
897         },
898         {
899           "alias": "",
900           "align": "auto",
901           "colorMode": null,
902           "colors": [
903             "rgba(245, 54, 54, 0.9)",
904             "rgba(237, 129, 40, 0.89)",
905             "rgba(50, 172, 45, 0.97)"
906           ],
907           "decimals": 2,
908           "pattern": "/.*/",
909           "thresholds": [],
910           "type": "number",
911           "unit": "short"
912         }
913       ],
914       "targets": [
915         {
916           "expr": "sum(hvves_messages_sent_topic_total) by (topic, value)",
917           "format": "time_series",
918           "intervalFactor": 1,
919           "legendFormat": "{{topic}}",
920           "refId": "A"
921         }
922       ],
923       "title": "Messages sent per topic",
924       "transform": "timeseries_aggregations",
925       "type": "table-old"
926     },
927     {
928       "columns": [
929         {
930           "text": "Current",
931           "value": "current"
932         }
933       ],
934       "datasource": null,
935       "fieldConfig": {
936         "defaults": {
937           "custom": {}
938         },
939         "overrides": []
940       },
941       "fontSize": "100%",
942       "gridPos": {
943         "h": 3,
944         "w": 4,
945         "x": 0,
946         "y": 20
947       },
948       "id": 11,
949       "links": [],
950       "pageSize": null,
951       "scroll": true,
952       "showHeader": true,
953       "sort": {
954         "col": 0,
955         "desc": true
956       },
957       "styles": [
958         {
959           "alias": "Time",
960           "align": "auto",
961           "dateFormat": "YYYY-MM-DD HH:mm:ss",
962           "pattern": "Time",
963           "type": "date"
964         },
965         {
966           "alias": "",
967           "align": "auto",
968           "colorMode": null,
969           "colors": [
970             "rgba(245, 54, 54, 0.9)",
971             "rgba(237, 129, 40, 0.89)",
972             "rgba(50, 172, 45, 0.97)"
973           ],
974           "decimals": 2,
975           "pattern": "/.*/",
976           "thresholds": [],
977           "type": "number",
978           "unit": "short"
979         }
980       ],
981       "targets": [
982         {
983           "expr": "sum(hvves_messages_received_total) by (kubernetes_pod_name, value)",
984           "format": "time_series",
985           "intervalFactor": 1,
986           "legendFormat": "{{kubernetes_pod_name}}",
987           "refId": "A"
988         }
989       ],
990       "title": "Messages processed per pod",
991       "transform": "timeseries_aggregations",
992       "type": "table-old"
993     }
994   ],
995   "refresh": "5s",
996   "schemaVersion": 25,
997   "style": "dark",
998   "tags": [],
999   "templating": {
1000     "list": []
1001   },
1002   "time": {
1003     "from": "now-1h",
1004     "to": "now"
1005   },
1006   "timepicker": {
1007     "refresh_intervals": [
1008       "10s",
1009       "30s",
1010       "1m",
1011       "5m",
1012       "15m",
1013       "30m",
1014       "1h",
1015       "2h",
1016       "1d"
1017     ],
1018     "time_options": [
1019       "5m",
1020       "15m",
1021       "1h",
1022       "6h",
1023       "12h",
1024       "24h",
1025       "2d",
1026       "7d",
1027       "30d"
1028     ]
1029   },
1030   "timezone": "",
1031   "title": "HV-VES processing",
1032   "uid": "V94Kjlwmz",
1033   "version": 1
1034 }