vagrant-g5k 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/README.md +19 -0
  4. data/Vagrantfile +18 -31
  5. data/Vagrantfile.multisite +37 -0
  6. data/lib/vagrant-g5k/errors.rb +8 -3
  7. data/lib/vagrant-g5k/util/g5k_utils.rb +21 -13
  8. data/lib/vagrant-g5k/version.rb +1 -1
  9. data/locales/en.yml +5 -1
  10. data/results/.gitignore +2 -0
  11. data/results/README.md +43 -0
  12. data/results/Vagrantfile +126 -0
  13. data/results/ansible.cfg +2 -0
  14. data/results/boilerplate.retry +1 -0
  15. data/results/boilerplate.yml +248 -0
  16. data/results/files/grafana/dashboard.json +4572 -0
  17. data/results/files/grafana/dedicated.json +5486 -0
  18. data/results/files/grafana/haproxy.json +2632 -0
  19. data/results/files/heka/config.json +47 -0
  20. data/results/files/heka/heka-globals.toml +2 -0
  21. data/results/files/heka/lua_decoders/haproxy_log.lua +162 -0
  22. data/results/files/heka/lua_decoders/os_keystone_apache_log.lua +78 -0
  23. data/results/files/heka/lua_decoders/os_mysql_log.lua +56 -0
  24. data/results/files/heka/lua_decoders/os_openstack_log.lua +146 -0
  25. data/results/files/heka/lua_decoders/os_rabbitmq_log.lua +79 -0
  26. data/results/files/kibana/all_objects.json +81 -0
  27. data/results/files/nginx.conf +34 -0
  28. data/results/templates/heka-elasticsearch.toml.j2 +18 -0
  29. data/results/templates/heka-haproxy.toml.j2 +10 -0
  30. data/results/templates/heka-keystone.toml.j2 +14 -0
  31. data/results/templates/heka-mariadb.toml.j2 +14 -0
  32. data/results/templates/heka-openstack.toml.j2 +15 -0
  33. data/results/templates/heka-rabbitmq.toml.j2 +21 -0
  34. data/results/test.rb +32 -0
  35. metadata +28 -2
@@ -0,0 +1,2632 @@
1
+ {
2
+ "__inputs": [
3
+ {
4
+ "name": "DS_INFLUX-COLLECTD",
5
+ "label": "influx-collectd",
6
+ "description": "",
7
+ "type": "datasource",
8
+ "pluginId": "influxdb",
9
+ "pluginName": "InfluxDB"
10
+ }
11
+ ],
12
+ "__requires": [
13
+ {
14
+ "type": "panel",
15
+ "id": "graph",
16
+ "name": "Graph",
17
+ "version": ""
18
+ },
19
+ {
20
+ "type": "grafana",
21
+ "id": "grafana",
22
+ "name": "Grafana",
23
+ "version": "3.1.0"
24
+ },
25
+ {
26
+ "type": "datasource",
27
+ "id": "influxdb",
28
+ "name": "InfluxDB",
29
+ "version": "1.0.0"
30
+ }
31
+ ],
32
+ "id": null,
33
+ "title": "New dashboard",
34
+ "tags": [],
35
+ "style": "dark",
36
+ "timezone": "browser",
37
+ "editable": true,
38
+ "hideControls": false,
39
+ "sharedCrosshair": false,
40
+ "rows": [
41
+ {
42
+ "collapse": false,
43
+ "editable": true,
44
+ "height": 264.625,
45
+ "panels": [
46
+ {
47
+ "aliasColors": {},
48
+ "bars": false,
49
+ "datasource": "${DS_INFLUX-COLLECTD}",
50
+ "editable": true,
51
+ "error": false,
52
+ "fill": 1,
53
+ "grid": {
54
+ "threshold1": null,
55
+ "threshold1Color": "rgba(216, 200, 27, 0.27)",
56
+ "threshold2": null,
57
+ "threshold2Color": "rgba(234, 112, 112, 0.22)"
58
+ },
59
+ "id": 1,
60
+ "isNew": true,
61
+ "legend": {
62
+ "avg": false,
63
+ "current": false,
64
+ "max": false,
65
+ "min": false,
66
+ "show": true,
67
+ "total": false,
68
+ "values": false
69
+ },
70
+ "lines": true,
71
+ "linewidth": 2,
72
+ "nullPointMode": "connected",
73
+ "percentage": false,
74
+ "pointradius": 5,
75
+ "points": false,
76
+ "renderer": "flot",
77
+ "seriesOverrides": [],
78
+ "span": 12,
79
+ "stack": false,
80
+ "steppedLine": false,
81
+ "targets": [
82
+ {
83
+ "alias": "mariadb",
84
+ "dsType": "influxdb",
85
+ "groupBy": [
86
+ {
87
+ "params": [
88
+ "$interval"
89
+ ],
90
+ "type": "time"
91
+ },
92
+ {
93
+ "params": [
94
+ "null"
95
+ ],
96
+ "type": "fill"
97
+ }
98
+ ],
99
+ "measurement": "haproxy_value",
100
+ "policy": "default",
101
+ "refId": "A",
102
+ "resultFormat": "time_series",
103
+ "select": [
104
+ [
105
+ {
106
+ "params": [
107
+ "value"
108
+ ],
109
+ "type": "field"
110
+ },
111
+ {
112
+ "params": [],
113
+ "type": "mean"
114
+ }
115
+ ]
116
+ ],
117
+ "tags": [
118
+ {
119
+ "key": "instance",
120
+ "operator": "=",
121
+ "value": "[proxy_name=mariadb,service_name=BACKEND]"
122
+ },
123
+ {
124
+ "condition": "AND",
125
+ "key": "type_instance",
126
+ "operator": "=",
127
+ "value": "session_current"
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "alias": "rabbitmq_mgt",
133
+ "dsType": "influxdb",
134
+ "groupBy": [
135
+ {
136
+ "params": [
137
+ "$interval"
138
+ ],
139
+ "type": "time"
140
+ },
141
+ {
142
+ "params": [
143
+ "null"
144
+ ],
145
+ "type": "fill"
146
+ }
147
+ ],
148
+ "measurement": "haproxy_value",
149
+ "policy": "default",
150
+ "refId": "B",
151
+ "resultFormat": "time_series",
152
+ "select": [
153
+ [
154
+ {
155
+ "params": [
156
+ "value"
157
+ ],
158
+ "type": "field"
159
+ },
160
+ {
161
+ "params": [],
162
+ "type": "mean"
163
+ }
164
+ ]
165
+ ],
166
+ "tags": [
167
+ {
168
+ "key": "instance",
169
+ "operator": "=",
170
+ "value": "[proxy_name=rabbitmq_management,service_name=BACKEND]"
171
+ },
172
+ {
173
+ "condition": "AND",
174
+ "key": "type_instance",
175
+ "operator": "=",
176
+ "value": "session_current"
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "alias": "keystone_internal",
182
+ "dsType": "influxdb",
183
+ "groupBy": [
184
+ {
185
+ "params": [
186
+ "$interval"
187
+ ],
188
+ "type": "time"
189
+ },
190
+ {
191
+ "params": [
192
+ "null"
193
+ ],
194
+ "type": "fill"
195
+ }
196
+ ],
197
+ "measurement": "haproxy_value",
198
+ "policy": "default",
199
+ "refId": "C",
200
+ "resultFormat": "time_series",
201
+ "select": [
202
+ [
203
+ {
204
+ "params": [
205
+ "value"
206
+ ],
207
+ "type": "field"
208
+ },
209
+ {
210
+ "params": [],
211
+ "type": "mean"
212
+ }
213
+ ]
214
+ ],
215
+ "tags": [
216
+ {
217
+ "key": "instance",
218
+ "operator": "=",
219
+ "value": "[proxy_name=keystone_internal,service_name=BACKEND]"
220
+ },
221
+ {
222
+ "condition": "AND",
223
+ "key": "type_instance",
224
+ "operator": "=",
225
+ "value": "session_current"
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "alias": "keystone_admin",
231
+ "dsType": "influxdb",
232
+ "groupBy": [
233
+ {
234
+ "params": [
235
+ "$interval"
236
+ ],
237
+ "type": "time"
238
+ },
239
+ {
240
+ "params": [
241
+ "null"
242
+ ],
243
+ "type": "fill"
244
+ }
245
+ ],
246
+ "measurement": "haproxy_value",
247
+ "policy": "default",
248
+ "refId": "D",
249
+ "resultFormat": "time_series",
250
+ "select": [
251
+ [
252
+ {
253
+ "params": [
254
+ "value"
255
+ ],
256
+ "type": "field"
257
+ },
258
+ {
259
+ "params": [],
260
+ "type": "mean"
261
+ }
262
+ ]
263
+ ],
264
+ "tags": [
265
+ {
266
+ "key": "instance",
267
+ "operator": "=",
268
+ "value": "[proxy_name=keystone_admin,service_name=BACKEND]"
269
+ },
270
+ {
271
+ "condition": "AND",
272
+ "key": "type_instance",
273
+ "operator": "=",
274
+ "value": "session_current"
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "alias": "glance_registry",
280
+ "dsType": "influxdb",
281
+ "groupBy": [
282
+ {
283
+ "params": [
284
+ "$interval"
285
+ ],
286
+ "type": "time"
287
+ },
288
+ {
289
+ "params": [
290
+ "null"
291
+ ],
292
+ "type": "fill"
293
+ }
294
+ ],
295
+ "measurement": "haproxy_value",
296
+ "policy": "default",
297
+ "refId": "F",
298
+ "resultFormat": "time_series",
299
+ "select": [
300
+ [
301
+ {
302
+ "params": [
303
+ "value"
304
+ ],
305
+ "type": "field"
306
+ },
307
+ {
308
+ "params": [],
309
+ "type": "mean"
310
+ }
311
+ ]
312
+ ],
313
+ "tags": [
314
+ {
315
+ "key": "instance",
316
+ "operator": "=",
317
+ "value": "[proxy_name=glance_registry,service_name=BACKEND]"
318
+ },
319
+ {
320
+ "condition": "AND",
321
+ "key": "type_instance",
322
+ "operator": "=",
323
+ "value": "session_current"
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "alias": "glance_api",
329
+ "dsType": "influxdb",
330
+ "groupBy": [
331
+ {
332
+ "params": [
333
+ "$interval"
334
+ ],
335
+ "type": "time"
336
+ },
337
+ {
338
+ "params": [
339
+ "null"
340
+ ],
341
+ "type": "fill"
342
+ }
343
+ ],
344
+ "measurement": "haproxy_value",
345
+ "policy": "default",
346
+ "refId": "E",
347
+ "resultFormat": "time_series",
348
+ "select": [
349
+ [
350
+ {
351
+ "params": [
352
+ "value"
353
+ ],
354
+ "type": "field"
355
+ },
356
+ {
357
+ "params": [],
358
+ "type": "mean"
359
+ }
360
+ ]
361
+ ],
362
+ "tags": [
363
+ {
364
+ "key": "instance",
365
+ "operator": "=",
366
+ "value": "[proxy_name=glance_api,service_name=BACKEND]"
367
+ },
368
+ {
369
+ "condition": "AND",
370
+ "key": "type_instance",
371
+ "operator": "=",
372
+ "value": "session_current"
373
+ }
374
+ ]
375
+ },
376
+ {
377
+ "alias": "nova_api",
378
+ "dsType": "influxdb",
379
+ "groupBy": [
380
+ {
381
+ "params": [
382
+ "$interval"
383
+ ],
384
+ "type": "time"
385
+ },
386
+ {
387
+ "params": [
388
+ "null"
389
+ ],
390
+ "type": "fill"
391
+ }
392
+ ],
393
+ "measurement": "haproxy_value",
394
+ "policy": "default",
395
+ "refId": "G",
396
+ "resultFormat": "time_series",
397
+ "select": [
398
+ [
399
+ {
400
+ "params": [
401
+ "value"
402
+ ],
403
+ "type": "field"
404
+ },
405
+ {
406
+ "params": [],
407
+ "type": "mean"
408
+ }
409
+ ]
410
+ ],
411
+ "tags": [
412
+ {
413
+ "key": "instance",
414
+ "operator": "=",
415
+ "value": "[proxy_name=nova_api,service_name=BACKEND]"
416
+ },
417
+ {
418
+ "condition": "AND",
419
+ "key": "type_instance",
420
+ "operator": "=",
421
+ "value": "session_current"
422
+ }
423
+ ]
424
+ },
425
+ {
426
+ "alias": "nova_api_ec2",
427
+ "dsType": "influxdb",
428
+ "groupBy": [
429
+ {
430
+ "params": [
431
+ "$interval"
432
+ ],
433
+ "type": "time"
434
+ },
435
+ {
436
+ "params": [
437
+ "null"
438
+ ],
439
+ "type": "fill"
440
+ }
441
+ ],
442
+ "measurement": "haproxy_value",
443
+ "policy": "default",
444
+ "refId": "H",
445
+ "resultFormat": "time_series",
446
+ "select": [
447
+ [
448
+ {
449
+ "params": [
450
+ "value"
451
+ ],
452
+ "type": "field"
453
+ },
454
+ {
455
+ "params": [],
456
+ "type": "mean"
457
+ }
458
+ ]
459
+ ],
460
+ "tags": [
461
+ {
462
+ "key": "instance",
463
+ "operator": "=",
464
+ "value": "[proxy_name=nova_api_ec2,service_name=BACKEND]"
465
+ },
466
+ {
467
+ "condition": "AND",
468
+ "key": "type_instance",
469
+ "operator": "=",
470
+ "value": "session_current"
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "alias": "nova_metadata",
476
+ "dsType": "influxdb",
477
+ "groupBy": [
478
+ {
479
+ "params": [
480
+ "$interval"
481
+ ],
482
+ "type": "time"
483
+ },
484
+ {
485
+ "params": [
486
+ "null"
487
+ ],
488
+ "type": "fill"
489
+ }
490
+ ],
491
+ "measurement": "haproxy_value",
492
+ "policy": "default",
493
+ "refId": "I",
494
+ "resultFormat": "time_series",
495
+ "select": [
496
+ [
497
+ {
498
+ "params": [
499
+ "value"
500
+ ],
501
+ "type": "field"
502
+ },
503
+ {
504
+ "params": [],
505
+ "type": "mean"
506
+ }
507
+ ]
508
+ ],
509
+ "tags": [
510
+ {
511
+ "key": "instance",
512
+ "operator": "=",
513
+ "value": "[proxy_name=nova_metadata,service_name=BACKEND]"
514
+ },
515
+ {
516
+ "condition": "AND",
517
+ "key": "type_instance",
518
+ "operator": "=",
519
+ "value": "session_current"
520
+ }
521
+ ]
522
+ },
523
+ {
524
+ "alias": "nova_novncproxy",
525
+ "dsType": "influxdb",
526
+ "groupBy": [
527
+ {
528
+ "params": [
529
+ "$interval"
530
+ ],
531
+ "type": "time"
532
+ },
533
+ {
534
+ "params": [
535
+ "null"
536
+ ],
537
+ "type": "fill"
538
+ }
539
+ ],
540
+ "measurement": "haproxy_value",
541
+ "policy": "default",
542
+ "refId": "J",
543
+ "resultFormat": "time_series",
544
+ "select": [
545
+ [
546
+ {
547
+ "params": [
548
+ "value"
549
+ ],
550
+ "type": "field"
551
+ },
552
+ {
553
+ "params": [],
554
+ "type": "mean"
555
+ }
556
+ ]
557
+ ],
558
+ "tags": [
559
+ {
560
+ "key": "instance",
561
+ "operator": "=",
562
+ "value": "[proxy_name=nova_novncproxy,service_name=BACKEND]"
563
+ },
564
+ {
565
+ "condition": "AND",
566
+ "key": "type_instance",
567
+ "operator": "=",
568
+ "value": "session_current"
569
+ }
570
+ ]
571
+ },
572
+ {
573
+ "alias": "neutron_server",
574
+ "dsType": "influxdb",
575
+ "groupBy": [
576
+ {
577
+ "params": [
578
+ "$interval"
579
+ ],
580
+ "type": "time"
581
+ },
582
+ {
583
+ "params": [
584
+ "null"
585
+ ],
586
+ "type": "fill"
587
+ }
588
+ ],
589
+ "measurement": "haproxy_value",
590
+ "policy": "default",
591
+ "refId": "L",
592
+ "resultFormat": "time_series",
593
+ "select": [
594
+ [
595
+ {
596
+ "params": [
597
+ "value"
598
+ ],
599
+ "type": "field"
600
+ },
601
+ {
602
+ "params": [],
603
+ "type": "mean"
604
+ }
605
+ ]
606
+ ],
607
+ "tags": [
608
+ {
609
+ "key": "instance",
610
+ "operator": "=",
611
+ "value": "[proxy_name=neutron_server,service_name=BACKEND]"
612
+ },
613
+ {
614
+ "condition": "AND",
615
+ "key": "type_instance",
616
+ "operator": "=",
617
+ "value": "session_current"
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "alias": "horizon",
623
+ "dsType": "influxdb",
624
+ "groupBy": [
625
+ {
626
+ "params": [
627
+ "$interval"
628
+ ],
629
+ "type": "time"
630
+ },
631
+ {
632
+ "params": [
633
+ "null"
634
+ ],
635
+ "type": "fill"
636
+ }
637
+ ],
638
+ "measurement": "haproxy_value",
639
+ "policy": "default",
640
+ "refId": "M",
641
+ "resultFormat": "time_series",
642
+ "select": [
643
+ [
644
+ {
645
+ "params": [
646
+ "value"
647
+ ],
648
+ "type": "field"
649
+ },
650
+ {
651
+ "params": [],
652
+ "type": "mean"
653
+ }
654
+ ]
655
+ ],
656
+ "tags": [
657
+ {
658
+ "key": "instance",
659
+ "operator": "=",
660
+ "value": "[proxy_name=horizon,service_name=BACKEND]"
661
+ },
662
+ {
663
+ "condition": "AND",
664
+ "key": "type_instance",
665
+ "operator": "=",
666
+ "value": "session_current"
667
+ }
668
+ ]
669
+ }
670
+ ],
671
+ "timeFrom": null,
672
+ "timeShift": null,
673
+ "title": "Sessions",
674
+ "tooltip": {
675
+ "msResolution": true,
676
+ "shared": true,
677
+ "sort": 0,
678
+ "value_type": "cumulative"
679
+ },
680
+ "type": "graph",
681
+ "xaxis": {
682
+ "show": true
683
+ },
684
+ "yaxes": [
685
+ {
686
+ "format": "short",
687
+ "label": null,
688
+ "logBase": 1,
689
+ "max": null,
690
+ "min": null,
691
+ "show": true
692
+ },
693
+ {
694
+ "format": "short",
695
+ "label": null,
696
+ "logBase": 1,
697
+ "max": null,
698
+ "min": null,
699
+ "show": true
700
+ }
701
+ ],
702
+ "links": []
703
+ }
704
+ ],
705
+ "title": "Row"
706
+ },
707
+ {
708
+ "title": "New row",
709
+ "height": "250px",
710
+ "editable": true,
711
+ "collapse": false,
712
+ "panels": [
713
+ {
714
+ "title": "HTTP 5xx",
715
+ "error": false,
716
+ "span": 12,
717
+ "editable": true,
718
+ "type": "graph",
719
+ "isNew": true,
720
+ "id": 2,
721
+ "targets": [
722
+ {
723
+ "policy": "default",
724
+ "dsType": "influxdb",
725
+ "resultFormat": "time_series",
726
+ "tags": [
727
+ {
728
+ "key": "type_instance",
729
+ "operator": "=",
730
+ "value": "response_5xx"
731
+ },
732
+ {
733
+ "condition": "AND",
734
+ "key": "instance",
735
+ "operator": "=",
736
+ "value": "[proxy_name=keystone_admin,service_name=BACKEND]"
737
+ }
738
+ ],
739
+ "groupBy": [
740
+ {
741
+ "type": "time",
742
+ "params": [
743
+ "$interval"
744
+ ]
745
+ },
746
+ {
747
+ "type": "fill",
748
+ "params": [
749
+ "null"
750
+ ]
751
+ }
752
+ ],
753
+ "select": [
754
+ [
755
+ {
756
+ "type": "field",
757
+ "params": [
758
+ "value"
759
+ ]
760
+ },
761
+ {
762
+ "type": "mean",
763
+ "params": []
764
+ }
765
+ ]
766
+ ],
767
+ "refId": "A",
768
+ "measurement": "haproxy_value",
769
+ "alias": "keystone_admin"
770
+ },
771
+ {
772
+ "policy": "default",
773
+ "dsType": "influxdb",
774
+ "resultFormat": "time_series",
775
+ "tags": [
776
+ {
777
+ "key": "type_instance",
778
+ "operator": "=",
779
+ "value": "response_5xx"
780
+ },
781
+ {
782
+ "condition": "AND",
783
+ "key": "instance",
784
+ "operator": "=",
785
+ "value": "[proxy_name=keystone_internal,service_name=BACKEND]"
786
+ }
787
+ ],
788
+ "groupBy": [
789
+ {
790
+ "type": "time",
791
+ "params": [
792
+ "$interval"
793
+ ]
794
+ },
795
+ {
796
+ "type": "fill",
797
+ "params": [
798
+ "null"
799
+ ]
800
+ }
801
+ ],
802
+ "select": [
803
+ [
804
+ {
805
+ "type": "field",
806
+ "params": [
807
+ "value"
808
+ ]
809
+ },
810
+ {
811
+ "type": "mean",
812
+ "params": []
813
+ }
814
+ ]
815
+ ],
816
+ "refId": "B",
817
+ "measurement": "haproxy_value",
818
+ "alias": "keystone_internal"
819
+ },
820
+ {
821
+ "policy": "default",
822
+ "dsType": "influxdb",
823
+ "resultFormat": "time_series",
824
+ "tags": [
825
+ {
826
+ "key": "type_instance",
827
+ "operator": "=",
828
+ "value": "response_5xx"
829
+ },
830
+ {
831
+ "condition": "AND",
832
+ "key": "instance",
833
+ "operator": "=",
834
+ "value": "[proxy_name=neutron_server,service_name=BACKEND]"
835
+ }
836
+ ],
837
+ "groupBy": [
838
+ {
839
+ "type": "time",
840
+ "params": [
841
+ "$interval"
842
+ ]
843
+ },
844
+ {
845
+ "type": "fill",
846
+ "params": [
847
+ "null"
848
+ ]
849
+ }
850
+ ],
851
+ "select": [
852
+ [
853
+ {
854
+ "type": "field",
855
+ "params": [
856
+ "value"
857
+ ]
858
+ },
859
+ {
860
+ "type": "mean",
861
+ "params": []
862
+ }
863
+ ]
864
+ ],
865
+ "refId": "C",
866
+ "measurement": "haproxy_value",
867
+ "alias": "neutron_server"
868
+ },
869
+ {
870
+ "policy": "default",
871
+ "dsType": "influxdb",
872
+ "resultFormat": "time_series",
873
+ "tags": [
874
+ {
875
+ "key": "type_instance",
876
+ "operator": "=",
877
+ "value": "response_5xx"
878
+ },
879
+ {
880
+ "condition": "AND",
881
+ "key": "instance",
882
+ "operator": "=",
883
+ "value": "[proxy_name=nova_api,service_name=BACKEND]"
884
+ }
885
+ ],
886
+ "groupBy": [
887
+ {
888
+ "type": "time",
889
+ "params": [
890
+ "$interval"
891
+ ]
892
+ },
893
+ {
894
+ "type": "fill",
895
+ "params": [
896
+ "null"
897
+ ]
898
+ }
899
+ ],
900
+ "select": [
901
+ [
902
+ {
903
+ "type": "field",
904
+ "params": [
905
+ "value"
906
+ ]
907
+ },
908
+ {
909
+ "type": "mean",
910
+ "params": []
911
+ }
912
+ ]
913
+ ],
914
+ "refId": "D",
915
+ "measurement": "haproxy_value",
916
+ "alias": "nova_api"
917
+ },
918
+ {
919
+ "policy": "default",
920
+ "dsType": "influxdb",
921
+ "resultFormat": "time_series",
922
+ "tags": [
923
+ {
924
+ "key": "type_instance",
925
+ "operator": "=",
926
+ "value": "response_5xx"
927
+ },
928
+ {
929
+ "condition": "AND",
930
+ "key": "instance",
931
+ "operator": "=",
932
+ "value": "[proxy_name=glance_api,service_name=BACKEND]"
933
+ }
934
+ ],
935
+ "groupBy": [
936
+ {
937
+ "type": "time",
938
+ "params": [
939
+ "$interval"
940
+ ]
941
+ },
942
+ {
943
+ "type": "fill",
944
+ "params": [
945
+ "null"
946
+ ]
947
+ }
948
+ ],
949
+ "select": [
950
+ [
951
+ {
952
+ "type": "field",
953
+ "params": [
954
+ "value"
955
+ ]
956
+ },
957
+ {
958
+ "type": "mean",
959
+ "params": []
960
+ }
961
+ ]
962
+ ],
963
+ "refId": "E",
964
+ "measurement": "haproxy_value",
965
+ "alias": "glance_api"
966
+ },
967
+ {
968
+ "policy": "default",
969
+ "dsType": "influxdb",
970
+ "resultFormat": "time_series",
971
+ "tags": [
972
+ {
973
+ "key": "type_instance",
974
+ "operator": "=",
975
+ "value": "response_5xx"
976
+ },
977
+ {
978
+ "condition": "AND",
979
+ "key": "instance",
980
+ "operator": "=",
981
+ "value": "[proxy_name=glance_registry,service_name=BACKEND]"
982
+ }
983
+ ],
984
+ "groupBy": [
985
+ {
986
+ "type": "time",
987
+ "params": [
988
+ "$interval"
989
+ ]
990
+ },
991
+ {
992
+ "type": "fill",
993
+ "params": [
994
+ "null"
995
+ ]
996
+ }
997
+ ],
998
+ "select": [
999
+ [
1000
+ {
1001
+ "type": "field",
1002
+ "params": [
1003
+ "value"
1004
+ ]
1005
+ },
1006
+ {
1007
+ "type": "mean",
1008
+ "params": []
1009
+ }
1010
+ ]
1011
+ ],
1012
+ "refId": "F",
1013
+ "measurement": "haproxy_value",
1014
+ "alias": "glance_registry"
1015
+ }
1016
+ ],
1017
+ "datasource": "${DS_INFLUX-COLLECTD}",
1018
+ "renderer": "flot",
1019
+ "yaxes": [
1020
+ {
1021
+ "label": null,
1022
+ "show": true,
1023
+ "logBase": 1,
1024
+ "min": null,
1025
+ "max": null,
1026
+ "format": "short"
1027
+ },
1028
+ {
1029
+ "label": null,
1030
+ "show": true,
1031
+ "logBase": 1,
1032
+ "min": null,
1033
+ "max": null,
1034
+ "format": "short"
1035
+ }
1036
+ ],
1037
+ "xaxis": {
1038
+ "show": true
1039
+ },
1040
+ "grid": {
1041
+ "threshold1": null,
1042
+ "threshold2": null,
1043
+ "threshold1Color": "rgba(216, 200, 27, 0.27)",
1044
+ "threshold2Color": "rgba(234, 112, 112, 0.22)"
1045
+ },
1046
+ "lines": true,
1047
+ "fill": 1,
1048
+ "linewidth": 2,
1049
+ "points": false,
1050
+ "pointradius": 5,
1051
+ "bars": false,
1052
+ "stack": false,
1053
+ "percentage": false,
1054
+ "legend": {
1055
+ "show": true,
1056
+ "values": false,
1057
+ "min": false,
1058
+ "max": false,
1059
+ "current": false,
1060
+ "total": false,
1061
+ "avg": false
1062
+ },
1063
+ "nullPointMode": "connected",
1064
+ "steppedLine": false,
1065
+ "tooltip": {
1066
+ "value_type": "cumulative",
1067
+ "shared": true,
1068
+ "sort": 0,
1069
+ "msResolution": false
1070
+ },
1071
+ "timeFrom": null,
1072
+ "timeShift": null,
1073
+ "aliasColors": {},
1074
+ "seriesOverrides": [],
1075
+ "links": []
1076
+ },
1077
+ {
1078
+ "title": "connection time avg (ctime)",
1079
+ "error": false,
1080
+ "span": 12,
1081
+ "editable": true,
1082
+ "type": "graph",
1083
+ "isNew": true,
1084
+ "id": 3,
1085
+ "targets": [
1086
+ {
1087
+ "policy": "default",
1088
+ "dsType": "influxdb",
1089
+ "resultFormat": "time_series",
1090
+ "tags": [
1091
+ {
1092
+ "key": "type_instance",
1093
+ "operator": "=",
1094
+ "value": "connect_time_avg"
1095
+ },
1096
+ {
1097
+ "condition": "AND",
1098
+ "key": "instance",
1099
+ "operator": "=",
1100
+ "value": "[proxy_name=keystone_admin,service_name=BACKEND]"
1101
+ }
1102
+ ],
1103
+ "groupBy": [
1104
+ {
1105
+ "type": "time",
1106
+ "params": [
1107
+ "$interval"
1108
+ ]
1109
+ },
1110
+ {
1111
+ "type": "fill",
1112
+ "params": [
1113
+ "null"
1114
+ ]
1115
+ }
1116
+ ],
1117
+ "select": [
1118
+ [
1119
+ {
1120
+ "type": "field",
1121
+ "params": [
1122
+ "value"
1123
+ ]
1124
+ },
1125
+ {
1126
+ "type": "mean",
1127
+ "params": []
1128
+ }
1129
+ ]
1130
+ ],
1131
+ "refId": "A",
1132
+ "measurement": "haproxy_value",
1133
+ "alias": "keystone_admin"
1134
+ },
1135
+ {
1136
+ "policy": "default",
1137
+ "dsType": "influxdb",
1138
+ "resultFormat": "time_series",
1139
+ "tags": [
1140
+ {
1141
+ "key": "type_instance",
1142
+ "operator": "=",
1143
+ "value": "connect_time_avg"
1144
+ },
1145
+ {
1146
+ "condition": "AND",
1147
+ "key": "instance",
1148
+ "operator": "=",
1149
+ "value": "[proxy_name=keystone_internal,service_name=BACKEND]"
1150
+ }
1151
+ ],
1152
+ "groupBy": [
1153
+ {
1154
+ "type": "time",
1155
+ "params": [
1156
+ "$interval"
1157
+ ]
1158
+ },
1159
+ {
1160
+ "type": "fill",
1161
+ "params": [
1162
+ "null"
1163
+ ]
1164
+ }
1165
+ ],
1166
+ "select": [
1167
+ [
1168
+ {
1169
+ "type": "field",
1170
+ "params": [
1171
+ "value"
1172
+ ]
1173
+ },
1174
+ {
1175
+ "type": "mean",
1176
+ "params": []
1177
+ }
1178
+ ]
1179
+ ],
1180
+ "refId": "B",
1181
+ "measurement": "haproxy_value",
1182
+ "alias": "keystone_internal"
1183
+ },
1184
+ {
1185
+ "policy": "default",
1186
+ "dsType": "influxdb",
1187
+ "resultFormat": "time_series",
1188
+ "tags": [
1189
+ {
1190
+ "key": "type_instance",
1191
+ "operator": "=",
1192
+ "value": "connect_time_avg"
1193
+ },
1194
+ {
1195
+ "condition": "AND",
1196
+ "key": "instance",
1197
+ "operator": "=",
1198
+ "value": "[proxy_name=neutron_server,service_name=BACKEND]"
1199
+ }
1200
+ ],
1201
+ "groupBy": [
1202
+ {
1203
+ "type": "time",
1204
+ "params": [
1205
+ "$interval"
1206
+ ]
1207
+ },
1208
+ {
1209
+ "type": "fill",
1210
+ "params": [
1211
+ "null"
1212
+ ]
1213
+ }
1214
+ ],
1215
+ "select": [
1216
+ [
1217
+ {
1218
+ "type": "field",
1219
+ "params": [
1220
+ "value"
1221
+ ]
1222
+ },
1223
+ {
1224
+ "type": "mean",
1225
+ "params": []
1226
+ }
1227
+ ]
1228
+ ],
1229
+ "refId": "C",
1230
+ "measurement": "haproxy_value",
1231
+ "alias": "neutron_server"
1232
+ },
1233
+ {
1234
+ "policy": "default",
1235
+ "dsType": "influxdb",
1236
+ "resultFormat": "time_series",
1237
+ "tags": [
1238
+ {
1239
+ "key": "type_instance",
1240
+ "operator": "=",
1241
+ "value": "connect_time_avg"
1242
+ },
1243
+ {
1244
+ "condition": "AND",
1245
+ "key": "instance",
1246
+ "operator": "=",
1247
+ "value": "[proxy_name=nova_api,service_name=BACKEND]"
1248
+ }
1249
+ ],
1250
+ "groupBy": [
1251
+ {
1252
+ "type": "time",
1253
+ "params": [
1254
+ "$interval"
1255
+ ]
1256
+ },
1257
+ {
1258
+ "type": "fill",
1259
+ "params": [
1260
+ "null"
1261
+ ]
1262
+ }
1263
+ ],
1264
+ "select": [
1265
+ [
1266
+ {
1267
+ "type": "field",
1268
+ "params": [
1269
+ "value"
1270
+ ]
1271
+ },
1272
+ {
1273
+ "type": "mean",
1274
+ "params": []
1275
+ }
1276
+ ]
1277
+ ],
1278
+ "refId": "D",
1279
+ "measurement": "haproxy_value",
1280
+ "alias": "nova_api"
1281
+ },
1282
+ {
1283
+ "policy": "default",
1284
+ "dsType": "influxdb",
1285
+ "resultFormat": "time_series",
1286
+ "tags": [
1287
+ {
1288
+ "key": "type_instance",
1289
+ "operator": "=",
1290
+ "value": "connect_time_avg"
1291
+ },
1292
+ {
1293
+ "condition": "AND",
1294
+ "key": "instance",
1295
+ "operator": "=",
1296
+ "value": "[proxy_name=glance_api,service_name=BACKEND]"
1297
+ }
1298
+ ],
1299
+ "groupBy": [
1300
+ {
1301
+ "type": "time",
1302
+ "params": [
1303
+ "$interval"
1304
+ ]
1305
+ },
1306
+ {
1307
+ "type": "fill",
1308
+ "params": [
1309
+ "null"
1310
+ ]
1311
+ }
1312
+ ],
1313
+ "select": [
1314
+ [
1315
+ {
1316
+ "type": "field",
1317
+ "params": [
1318
+ "value"
1319
+ ]
1320
+ },
1321
+ {
1322
+ "type": "mean",
1323
+ "params": []
1324
+ }
1325
+ ]
1326
+ ],
1327
+ "refId": "E",
1328
+ "measurement": "haproxy_value",
1329
+ "alias": "glance_api"
1330
+ },
1331
+ {
1332
+ "policy": "default",
1333
+ "dsType": "influxdb",
1334
+ "resultFormat": "time_series",
1335
+ "tags": [
1336
+ {
1337
+ "key": "type_instance",
1338
+ "operator": "=",
1339
+ "value": "connect_time_avg"
1340
+ },
1341
+ {
1342
+ "condition": "AND",
1343
+ "key": "instance",
1344
+ "operator": "=",
1345
+ "value": "[proxy_name=glance_registry,service_name=BACKEND]"
1346
+ }
1347
+ ],
1348
+ "groupBy": [
1349
+ {
1350
+ "type": "time",
1351
+ "params": [
1352
+ "$interval"
1353
+ ]
1354
+ },
1355
+ {
1356
+ "type": "fill",
1357
+ "params": [
1358
+ "null"
1359
+ ]
1360
+ }
1361
+ ],
1362
+ "select": [
1363
+ [
1364
+ {
1365
+ "type": "field",
1366
+ "params": [
1367
+ "value"
1368
+ ]
1369
+ },
1370
+ {
1371
+ "type": "mean",
1372
+ "params": []
1373
+ }
1374
+ ]
1375
+ ],
1376
+ "refId": "F",
1377
+ "measurement": "haproxy_value",
1378
+ "alias": "glance_registry"
1379
+ },
1380
+ {
1381
+ "policy": "default",
1382
+ "dsType": "influxdb",
1383
+ "resultFormat": "time_series",
1384
+ "tags": [
1385
+ {
1386
+ "key": "type_instance",
1387
+ "operator": "=",
1388
+ "value": "connect_time_avg"
1389
+ },
1390
+ {
1391
+ "condition": "AND",
1392
+ "key": "instance",
1393
+ "operator": "=",
1394
+ "value": "[proxy_name=mariadb,service_name=BACKEND]"
1395
+ }
1396
+ ],
1397
+ "groupBy": [
1398
+ {
1399
+ "type": "time",
1400
+ "params": [
1401
+ "$interval"
1402
+ ]
1403
+ },
1404
+ {
1405
+ "type": "fill",
1406
+ "params": [
1407
+ "null"
1408
+ ]
1409
+ }
1410
+ ],
1411
+ "select": [
1412
+ [
1413
+ {
1414
+ "type": "field",
1415
+ "params": [
1416
+ "value"
1417
+ ]
1418
+ },
1419
+ {
1420
+ "type": "mean",
1421
+ "params": []
1422
+ }
1423
+ ]
1424
+ ],
1425
+ "refId": "G",
1426
+ "measurement": "haproxy_value",
1427
+ "alias": "mariadb"
1428
+ }
1429
+ ],
1430
+ "datasource": "${DS_INFLUX-COLLECTD}",
1431
+ "renderer": "flot",
1432
+ "yaxes": [
1433
+ {
1434
+ "label": null,
1435
+ "show": true,
1436
+ "logBase": 1,
1437
+ "min": null,
1438
+ "max": null,
1439
+ "format": "short"
1440
+ },
1441
+ {
1442
+ "label": null,
1443
+ "show": true,
1444
+ "logBase": 1,
1445
+ "min": null,
1446
+ "max": null,
1447
+ "format": "short"
1448
+ }
1449
+ ],
1450
+ "xaxis": {
1451
+ "show": true
1452
+ },
1453
+ "grid": {
1454
+ "threshold1": null,
1455
+ "threshold2": null,
1456
+ "threshold1Color": "rgba(216, 200, 27, 0.27)",
1457
+ "threshold2Color": "rgba(234, 112, 112, 0.22)"
1458
+ },
1459
+ "lines": true,
1460
+ "fill": 1,
1461
+ "linewidth": 2,
1462
+ "points": false,
1463
+ "pointradius": 5,
1464
+ "bars": false,
1465
+ "stack": false,
1466
+ "percentage": false,
1467
+ "legend": {
1468
+ "show": true,
1469
+ "values": false,
1470
+ "min": false,
1471
+ "max": false,
1472
+ "current": false,
1473
+ "total": false,
1474
+ "avg": false
1475
+ },
1476
+ "nullPointMode": "connected",
1477
+ "steppedLine": false,
1478
+ "tooltip": {
1479
+ "value_type": "cumulative",
1480
+ "shared": true,
1481
+ "sort": 0,
1482
+ "msResolution": false
1483
+ },
1484
+ "timeFrom": null,
1485
+ "timeShift": null,
1486
+ "aliasColors": {},
1487
+ "seriesOverrides": [],
1488
+ "links": []
1489
+ },
1490
+ {
1491
+ "title": "queue time avg (qtime)",
1492
+ "error": false,
1493
+ "span": 12,
1494
+ "editable": true,
1495
+ "type": "graph",
1496
+ "isNew": true,
1497
+ "id": 4,
1498
+ "targets": [
1499
+ {
1500
+ "policy": "default",
1501
+ "dsType": "influxdb",
1502
+ "resultFormat": "time_series",
1503
+ "tags": [
1504
+ {
1505
+ "key": "type_instance",
1506
+ "operator": "=",
1507
+ "value": "queue_time_avg"
1508
+ },
1509
+ {
1510
+ "condition": "AND",
1511
+ "key": "instance",
1512
+ "operator": "=",
1513
+ "value": "[proxy_name=keystone_admin,service_name=BACKEND]"
1514
+ }
1515
+ ],
1516
+ "groupBy": [
1517
+ {
1518
+ "type": "time",
1519
+ "params": [
1520
+ "$interval"
1521
+ ]
1522
+ },
1523
+ {
1524
+ "type": "fill",
1525
+ "params": [
1526
+ "null"
1527
+ ]
1528
+ }
1529
+ ],
1530
+ "select": [
1531
+ [
1532
+ {
1533
+ "type": "field",
1534
+ "params": [
1535
+ "value"
1536
+ ]
1537
+ },
1538
+ {
1539
+ "type": "mean",
1540
+ "params": []
1541
+ }
1542
+ ]
1543
+ ],
1544
+ "refId": "A",
1545
+ "measurement": "haproxy_value",
1546
+ "alias": "keystone_admin"
1547
+ },
1548
+ {
1549
+ "policy": "default",
1550
+ "dsType": "influxdb",
1551
+ "resultFormat": "time_series",
1552
+ "tags": [
1553
+ {
1554
+ "key": "type_instance",
1555
+ "operator": "=",
1556
+ "value": "queue_time_avg"
1557
+ },
1558
+ {
1559
+ "condition": "AND",
1560
+ "key": "instance",
1561
+ "operator": "=",
1562
+ "value": "[proxy_name=keystone_internal,service_name=BACKEND]"
1563
+ }
1564
+ ],
1565
+ "groupBy": [
1566
+ {
1567
+ "type": "time",
1568
+ "params": [
1569
+ "$interval"
1570
+ ]
1571
+ },
1572
+ {
1573
+ "type": "fill",
1574
+ "params": [
1575
+ "null"
1576
+ ]
1577
+ }
1578
+ ],
1579
+ "select": [
1580
+ [
1581
+ {
1582
+ "type": "field",
1583
+ "params": [
1584
+ "value"
1585
+ ]
1586
+ },
1587
+ {
1588
+ "type": "mean",
1589
+ "params": []
1590
+ }
1591
+ ]
1592
+ ],
1593
+ "refId": "B",
1594
+ "measurement": "haproxy_value",
1595
+ "alias": "keystone_internal"
1596
+ },
1597
+ {
1598
+ "policy": "default",
1599
+ "dsType": "influxdb",
1600
+ "resultFormat": "time_series",
1601
+ "tags": [
1602
+ {
1603
+ "key": "type_instance",
1604
+ "operator": "=",
1605
+ "value": "queue_time_avg"
1606
+ },
1607
+ {
1608
+ "condition": "AND",
1609
+ "key": "instance",
1610
+ "operator": "=",
1611
+ "value": "[proxy_name=neutron_server,service_name=BACKEND]"
1612
+ }
1613
+ ],
1614
+ "groupBy": [
1615
+ {
1616
+ "type": "time",
1617
+ "params": [
1618
+ "$interval"
1619
+ ]
1620
+ },
1621
+ {
1622
+ "type": "fill",
1623
+ "params": [
1624
+ "null"
1625
+ ]
1626
+ }
1627
+ ],
1628
+ "select": [
1629
+ [
1630
+ {
1631
+ "type": "field",
1632
+ "params": [
1633
+ "value"
1634
+ ]
1635
+ },
1636
+ {
1637
+ "type": "mean",
1638
+ "params": []
1639
+ }
1640
+ ]
1641
+ ],
1642
+ "refId": "C",
1643
+ "measurement": "haproxy_value",
1644
+ "alias": "neutron_server"
1645
+ },
1646
+ {
1647
+ "policy": "default",
1648
+ "dsType": "influxdb",
1649
+ "resultFormat": "time_series",
1650
+ "tags": [
1651
+ {
1652
+ "key": "type_instance",
1653
+ "operator": "=",
1654
+ "value": "queue_time_avg"
1655
+ },
1656
+ {
1657
+ "condition": "AND",
1658
+ "key": "instance",
1659
+ "operator": "=",
1660
+ "value": "[proxy_name=nova_api,service_name=BACKEND]"
1661
+ }
1662
+ ],
1663
+ "groupBy": [
1664
+ {
1665
+ "type": "time",
1666
+ "params": [
1667
+ "$interval"
1668
+ ]
1669
+ },
1670
+ {
1671
+ "type": "fill",
1672
+ "params": [
1673
+ "null"
1674
+ ]
1675
+ }
1676
+ ],
1677
+ "select": [
1678
+ [
1679
+ {
1680
+ "type": "field",
1681
+ "params": [
1682
+ "value"
1683
+ ]
1684
+ },
1685
+ {
1686
+ "type": "mean",
1687
+ "params": []
1688
+ }
1689
+ ]
1690
+ ],
1691
+ "refId": "D",
1692
+ "measurement": "haproxy_value",
1693
+ "alias": "nova_api"
1694
+ },
1695
+ {
1696
+ "policy": "default",
1697
+ "dsType": "influxdb",
1698
+ "resultFormat": "time_series",
1699
+ "tags": [
1700
+ {
1701
+ "key": "type_instance",
1702
+ "operator": "=",
1703
+ "value": "queue_time_avg"
1704
+ },
1705
+ {
1706
+ "condition": "AND",
1707
+ "key": "instance",
1708
+ "operator": "=",
1709
+ "value": "[proxy_name=glance_api,service_name=BACKEND]"
1710
+ }
1711
+ ],
1712
+ "groupBy": [
1713
+ {
1714
+ "type": "time",
1715
+ "params": [
1716
+ "$interval"
1717
+ ]
1718
+ },
1719
+ {
1720
+ "type": "fill",
1721
+ "params": [
1722
+ "null"
1723
+ ]
1724
+ }
1725
+ ],
1726
+ "select": [
1727
+ [
1728
+ {
1729
+ "type": "field",
1730
+ "params": [
1731
+ "value"
1732
+ ]
1733
+ },
1734
+ {
1735
+ "type": "mean",
1736
+ "params": []
1737
+ }
1738
+ ]
1739
+ ],
1740
+ "refId": "E",
1741
+ "measurement": "haproxy_value",
1742
+ "alias": "glance_api"
1743
+ },
1744
+ {
1745
+ "policy": "default",
1746
+ "dsType": "influxdb",
1747
+ "resultFormat": "time_series",
1748
+ "tags": [
1749
+ {
1750
+ "key": "type_instance",
1751
+ "operator": "=",
1752
+ "value": "queue_time_avg"
1753
+ },
1754
+ {
1755
+ "condition": "AND",
1756
+ "key": "instance",
1757
+ "operator": "=",
1758
+ "value": "[proxy_name=glance_registry,service_name=BACKEND]"
1759
+ }
1760
+ ],
1761
+ "groupBy": [
1762
+ {
1763
+ "type": "time",
1764
+ "params": [
1765
+ "$interval"
1766
+ ]
1767
+ },
1768
+ {
1769
+ "type": "fill",
1770
+ "params": [
1771
+ "null"
1772
+ ]
1773
+ }
1774
+ ],
1775
+ "select": [
1776
+ [
1777
+ {
1778
+ "type": "field",
1779
+ "params": [
1780
+ "value"
1781
+ ]
1782
+ },
1783
+ {
1784
+ "type": "mean",
1785
+ "params": []
1786
+ }
1787
+ ]
1788
+ ],
1789
+ "refId": "F",
1790
+ "measurement": "haproxy_value",
1791
+ "alias": "glance_registry"
1792
+ }
1793
+ ],
1794
+ "datasource": "${DS_INFLUX-COLLECTD}",
1795
+ "renderer": "flot",
1796
+ "yaxes": [
1797
+ {
1798
+ "label": null,
1799
+ "show": true,
1800
+ "logBase": 1,
1801
+ "min": null,
1802
+ "max": null,
1803
+ "format": "short"
1804
+ },
1805
+ {
1806
+ "label": null,
1807
+ "show": true,
1808
+ "logBase": 1,
1809
+ "min": null,
1810
+ "max": null,
1811
+ "format": "short"
1812
+ }
1813
+ ],
1814
+ "xaxis": {
1815
+ "show": true
1816
+ },
1817
+ "grid": {
1818
+ "threshold1": null,
1819
+ "threshold2": null,
1820
+ "threshold1Color": "rgba(216, 200, 27, 0.27)",
1821
+ "threshold2Color": "rgba(234, 112, 112, 0.22)"
1822
+ },
1823
+ "lines": true,
1824
+ "fill": 1,
1825
+ "linewidth": 2,
1826
+ "points": false,
1827
+ "pointradius": 5,
1828
+ "bars": false,
1829
+ "stack": false,
1830
+ "percentage": false,
1831
+ "legend": {
1832
+ "show": true,
1833
+ "values": false,
1834
+ "min": false,
1835
+ "max": false,
1836
+ "current": false,
1837
+ "total": false,
1838
+ "avg": false
1839
+ },
1840
+ "nullPointMode": "connected",
1841
+ "steppedLine": false,
1842
+ "tooltip": {
1843
+ "value_type": "cumulative",
1844
+ "shared": true,
1845
+ "sort": 0,
1846
+ "msResolution": false
1847
+ },
1848
+ "timeFrom": null,
1849
+ "timeShift": null,
1850
+ "aliasColors": {},
1851
+ "seriesOverrides": [],
1852
+ "links": []
1853
+ },
1854
+ {
1855
+ "title": "response time avg (rtime)",
1856
+ "error": false,
1857
+ "span": 12,
1858
+ "editable": true,
1859
+ "type": "graph",
1860
+ "isNew": true,
1861
+ "id": 5,
1862
+ "targets": [
1863
+ {
1864
+ "policy": "default",
1865
+ "dsType": "influxdb",
1866
+ "resultFormat": "time_series",
1867
+ "tags": [
1868
+ {
1869
+ "key": "type_instance",
1870
+ "operator": "=",
1871
+ "value": "response_time_avg"
1872
+ },
1873
+ {
1874
+ "condition": "AND",
1875
+ "key": "instance",
1876
+ "operator": "=",
1877
+ "value": "[proxy_name=keystone_admin,service_name=BACKEND]"
1878
+ }
1879
+ ],
1880
+ "groupBy": [
1881
+ {
1882
+ "type": "time",
1883
+ "params": [
1884
+ "$interval"
1885
+ ]
1886
+ },
1887
+ {
1888
+ "type": "fill",
1889
+ "params": [
1890
+ "null"
1891
+ ]
1892
+ }
1893
+ ],
1894
+ "select": [
1895
+ [
1896
+ {
1897
+ "type": "field",
1898
+ "params": [
1899
+ "value"
1900
+ ]
1901
+ },
1902
+ {
1903
+ "type": "mean",
1904
+ "params": []
1905
+ }
1906
+ ]
1907
+ ],
1908
+ "refId": "A",
1909
+ "measurement": "haproxy_value",
1910
+ "alias": "keystone_admin"
1911
+ },
1912
+ {
1913
+ "policy": "default",
1914
+ "dsType": "influxdb",
1915
+ "resultFormat": "time_series",
1916
+ "tags": [
1917
+ {
1918
+ "key": "type_instance",
1919
+ "operator": "=",
1920
+ "value": "response_time_avg"
1921
+ },
1922
+ {
1923
+ "condition": "AND",
1924
+ "key": "instance",
1925
+ "operator": "=",
1926
+ "value": "[proxy_name=keystone_internal,service_name=BACKEND]"
1927
+ }
1928
+ ],
1929
+ "groupBy": [
1930
+ {
1931
+ "type": "time",
1932
+ "params": [
1933
+ "$interval"
1934
+ ]
1935
+ },
1936
+ {
1937
+ "type": "fill",
1938
+ "params": [
1939
+ "null"
1940
+ ]
1941
+ }
1942
+ ],
1943
+ "select": [
1944
+ [
1945
+ {
1946
+ "type": "field",
1947
+ "params": [
1948
+ "value"
1949
+ ]
1950
+ },
1951
+ {
1952
+ "type": "mean",
1953
+ "params": []
1954
+ }
1955
+ ]
1956
+ ],
1957
+ "refId": "B",
1958
+ "measurement": "haproxy_value",
1959
+ "alias": "keystone_internal"
1960
+ },
1961
+ {
1962
+ "policy": "default",
1963
+ "dsType": "influxdb",
1964
+ "resultFormat": "time_series",
1965
+ "tags": [
1966
+ {
1967
+ "key": "type_instance",
1968
+ "operator": "=",
1969
+ "value": "response_time_avg"
1970
+ },
1971
+ {
1972
+ "condition": "AND",
1973
+ "key": "instance",
1974
+ "operator": "=",
1975
+ "value": "[proxy_name=neutron_server,service_name=BACKEND]"
1976
+ }
1977
+ ],
1978
+ "groupBy": [
1979
+ {
1980
+ "type": "time",
1981
+ "params": [
1982
+ "$interval"
1983
+ ]
1984
+ },
1985
+ {
1986
+ "type": "fill",
1987
+ "params": [
1988
+ "null"
1989
+ ]
1990
+ }
1991
+ ],
1992
+ "select": [
1993
+ [
1994
+ {
1995
+ "type": "field",
1996
+ "params": [
1997
+ "value"
1998
+ ]
1999
+ },
2000
+ {
2001
+ "type": "mean",
2002
+ "params": []
2003
+ }
2004
+ ]
2005
+ ],
2006
+ "refId": "C",
2007
+ "measurement": "haproxy_value",
2008
+ "alias": "neutron_server"
2009
+ },
2010
+ {
2011
+ "policy": "default",
2012
+ "dsType": "influxdb",
2013
+ "resultFormat": "time_series",
2014
+ "tags": [
2015
+ {
2016
+ "key": "type_instance",
2017
+ "operator": "=",
2018
+ "value": "response_time_avg"
2019
+ },
2020
+ {
2021
+ "condition": "AND",
2022
+ "key": "instance",
2023
+ "operator": "=",
2024
+ "value": "[proxy_name=nova_api,service_name=BACKEND]"
2025
+ }
2026
+ ],
2027
+ "groupBy": [
2028
+ {
2029
+ "type": "time",
2030
+ "params": [
2031
+ "$interval"
2032
+ ]
2033
+ },
2034
+ {
2035
+ "type": "fill",
2036
+ "params": [
2037
+ "null"
2038
+ ]
2039
+ }
2040
+ ],
2041
+ "select": [
2042
+ [
2043
+ {
2044
+ "type": "field",
2045
+ "params": [
2046
+ "value"
2047
+ ]
2048
+ },
2049
+ {
2050
+ "type": "mean",
2051
+ "params": []
2052
+ }
2053
+ ]
2054
+ ],
2055
+ "refId": "D",
2056
+ "measurement": "haproxy_value",
2057
+ "alias": "nova_api"
2058
+ },
2059
+ {
2060
+ "policy": "default",
2061
+ "dsType": "influxdb",
2062
+ "resultFormat": "time_series",
2063
+ "tags": [
2064
+ {
2065
+ "key": "type_instance",
2066
+ "operator": "=",
2067
+ "value": "response_time_avg"
2068
+ },
2069
+ {
2070
+ "condition": "AND",
2071
+ "key": "instance",
2072
+ "operator": "=",
2073
+ "value": "[proxy_name=glance_api,service_name=BACKEND]"
2074
+ }
2075
+ ],
2076
+ "groupBy": [
2077
+ {
2078
+ "type": "time",
2079
+ "params": [
2080
+ "$interval"
2081
+ ]
2082
+ },
2083
+ {
2084
+ "type": "fill",
2085
+ "params": [
2086
+ "null"
2087
+ ]
2088
+ }
2089
+ ],
2090
+ "select": [
2091
+ [
2092
+ {
2093
+ "type": "field",
2094
+ "params": [
2095
+ "value"
2096
+ ]
2097
+ },
2098
+ {
2099
+ "type": "mean",
2100
+ "params": []
2101
+ }
2102
+ ]
2103
+ ],
2104
+ "refId": "E",
2105
+ "measurement": "haproxy_value",
2106
+ "alias": "glance_api"
2107
+ },
2108
+ {
2109
+ "policy": "default",
2110
+ "dsType": "influxdb",
2111
+ "resultFormat": "time_series",
2112
+ "tags": [
2113
+ {
2114
+ "key": "type_instance",
2115
+ "operator": "=",
2116
+ "value": "response_time_avg"
2117
+ },
2118
+ {
2119
+ "condition": "AND",
2120
+ "key": "instance",
2121
+ "operator": "=",
2122
+ "value": "[proxy_name=glance_registry,service_name=BACKEND]"
2123
+ }
2124
+ ],
2125
+ "groupBy": [
2126
+ {
2127
+ "type": "time",
2128
+ "params": [
2129
+ "$interval"
2130
+ ]
2131
+ },
2132
+ {
2133
+ "type": "fill",
2134
+ "params": [
2135
+ "null"
2136
+ ]
2137
+ }
2138
+ ],
2139
+ "select": [
2140
+ [
2141
+ {
2142
+ "type": "field",
2143
+ "params": [
2144
+ "value"
2145
+ ]
2146
+ },
2147
+ {
2148
+ "type": "mean",
2149
+ "params": []
2150
+ }
2151
+ ]
2152
+ ],
2153
+ "refId": "F",
2154
+ "measurement": "haproxy_value",
2155
+ "alias": "glance_registry"
2156
+ }
2157
+ ],
2158
+ "datasource": "${DS_INFLUX-COLLECTD}",
2159
+ "renderer": "flot",
2160
+ "yaxes": [
2161
+ {
2162
+ "label": null,
2163
+ "show": true,
2164
+ "logBase": 1,
2165
+ "min": null,
2166
+ "max": null,
2167
+ "format": "short"
2168
+ },
2169
+ {
2170
+ "label": null,
2171
+ "show": true,
2172
+ "logBase": 1,
2173
+ "min": null,
2174
+ "max": null,
2175
+ "format": "short"
2176
+ }
2177
+ ],
2178
+ "xaxis": {
2179
+ "show": true
2180
+ },
2181
+ "grid": {
2182
+ "threshold1": null,
2183
+ "threshold2": null,
2184
+ "threshold1Color": "rgba(216, 200, 27, 0.27)",
2185
+ "threshold2Color": "rgba(234, 112, 112, 0.22)"
2186
+ },
2187
+ "lines": true,
2188
+ "fill": 1,
2189
+ "linewidth": 2,
2190
+ "points": false,
2191
+ "pointradius": 5,
2192
+ "bars": false,
2193
+ "stack": false,
2194
+ "percentage": false,
2195
+ "legend": {
2196
+ "show": true,
2197
+ "values": false,
2198
+ "min": false,
2199
+ "max": false,
2200
+ "current": false,
2201
+ "total": false,
2202
+ "avg": false
2203
+ },
2204
+ "nullPointMode": "connected",
2205
+ "steppedLine": false,
2206
+ "tooltip": {
2207
+ "value_type": "cumulative",
2208
+ "shared": true,
2209
+ "sort": 0,
2210
+ "msResolution": false
2211
+ },
2212
+ "timeFrom": null,
2213
+ "timeShift": null,
2214
+ "aliasColors": {},
2215
+ "seriesOverrides": [],
2216
+ "links": []
2217
+ },
2218
+ {
2219
+ "title": "retries",
2220
+ "error": false,
2221
+ "span": 12,
2222
+ "editable": true,
2223
+ "type": "graph",
2224
+ "isNew": true,
2225
+ "id": 6,
2226
+ "targets": [
2227
+ {
2228
+ "policy": "default",
2229
+ "dsType": "influxdb",
2230
+ "resultFormat": "time_series",
2231
+ "tags": [
2232
+ {
2233
+ "key": "type_instance",
2234
+ "operator": "=",
2235
+ "value": "retries"
2236
+ },
2237
+ {
2238
+ "condition": "AND",
2239
+ "key": "instance",
2240
+ "operator": "=",
2241
+ "value": "[proxy_name=keystone_admin,service_name=BACKEND]"
2242
+ }
2243
+ ],
2244
+ "groupBy": [
2245
+ {
2246
+ "type": "time",
2247
+ "params": [
2248
+ "$interval"
2249
+ ]
2250
+ },
2251
+ {
2252
+ "type": "fill",
2253
+ "params": [
2254
+ "null"
2255
+ ]
2256
+ }
2257
+ ],
2258
+ "select": [
2259
+ [
2260
+ {
2261
+ "type": "field",
2262
+ "params": [
2263
+ "value"
2264
+ ]
2265
+ },
2266
+ {
2267
+ "type": "mean",
2268
+ "params": []
2269
+ }
2270
+ ]
2271
+ ],
2272
+ "refId": "A",
2273
+ "measurement": "haproxy_value",
2274
+ "alias": "keystone_admin"
2275
+ },
2276
+ {
2277
+ "policy": "default",
2278
+ "dsType": "influxdb",
2279
+ "resultFormat": "time_series",
2280
+ "tags": [
2281
+ {
2282
+ "key": "type_instance",
2283
+ "operator": "=",
2284
+ "value": "retries"
2285
+ },
2286
+ {
2287
+ "condition": "AND",
2288
+ "key": "instance",
2289
+ "operator": "=",
2290
+ "value": "[proxy_name=keystone_internal,service_name=BACKEND]"
2291
+ }
2292
+ ],
2293
+ "groupBy": [
2294
+ {
2295
+ "type": "time",
2296
+ "params": [
2297
+ "$interval"
2298
+ ]
2299
+ },
2300
+ {
2301
+ "type": "fill",
2302
+ "params": [
2303
+ "null"
2304
+ ]
2305
+ }
2306
+ ],
2307
+ "select": [
2308
+ [
2309
+ {
2310
+ "type": "field",
2311
+ "params": [
2312
+ "value"
2313
+ ]
2314
+ },
2315
+ {
2316
+ "type": "mean",
2317
+ "params": []
2318
+ }
2319
+ ]
2320
+ ],
2321
+ "refId": "B",
2322
+ "measurement": "haproxy_value",
2323
+ "alias": "keystone_internal"
2324
+ },
2325
+ {
2326
+ "policy": "default",
2327
+ "dsType": "influxdb",
2328
+ "resultFormat": "time_series",
2329
+ "tags": [
2330
+ {
2331
+ "key": "type_instance",
2332
+ "operator": "=",
2333
+ "value": "retries"
2334
+ },
2335
+ {
2336
+ "condition": "AND",
2337
+ "key": "instance",
2338
+ "operator": "=",
2339
+ "value": "[proxy_name=neutron_server,service_name=BACKEND]"
2340
+ }
2341
+ ],
2342
+ "groupBy": [
2343
+ {
2344
+ "type": "time",
2345
+ "params": [
2346
+ "$interval"
2347
+ ]
2348
+ },
2349
+ {
2350
+ "type": "fill",
2351
+ "params": [
2352
+ "null"
2353
+ ]
2354
+ }
2355
+ ],
2356
+ "select": [
2357
+ [
2358
+ {
2359
+ "type": "field",
2360
+ "params": [
2361
+ "value"
2362
+ ]
2363
+ },
2364
+ {
2365
+ "type": "mean",
2366
+ "params": []
2367
+ }
2368
+ ]
2369
+ ],
2370
+ "refId": "C",
2371
+ "measurement": "haproxy_value",
2372
+ "alias": "neutron_server"
2373
+ },
2374
+ {
2375
+ "policy": "default",
2376
+ "dsType": "influxdb",
2377
+ "resultFormat": "time_series",
2378
+ "tags": [
2379
+ {
2380
+ "key": "type_instance",
2381
+ "operator": "=",
2382
+ "value": "retries"
2383
+ },
2384
+ {
2385
+ "condition": "AND",
2386
+ "key": "instance",
2387
+ "operator": "=",
2388
+ "value": "[proxy_name=nova_api,service_name=BACKEND]"
2389
+ }
2390
+ ],
2391
+ "groupBy": [
2392
+ {
2393
+ "type": "time",
2394
+ "params": [
2395
+ "$interval"
2396
+ ]
2397
+ },
2398
+ {
2399
+ "type": "fill",
2400
+ "params": [
2401
+ "null"
2402
+ ]
2403
+ }
2404
+ ],
2405
+ "select": [
2406
+ [
2407
+ {
2408
+ "type": "field",
2409
+ "params": [
2410
+ "value"
2411
+ ]
2412
+ },
2413
+ {
2414
+ "type": "mean",
2415
+ "params": []
2416
+ }
2417
+ ]
2418
+ ],
2419
+ "refId": "D",
2420
+ "measurement": "haproxy_value",
2421
+ "alias": "nova_api"
2422
+ },
2423
+ {
2424
+ "policy": "default",
2425
+ "dsType": "influxdb",
2426
+ "resultFormat": "time_series",
2427
+ "tags": [
2428
+ {
2429
+ "key": "type_instance",
2430
+ "operator": "=",
2431
+ "value": "retries"
2432
+ },
2433
+ {
2434
+ "condition": "AND",
2435
+ "key": "instance",
2436
+ "operator": "=",
2437
+ "value": "[proxy_name=glance_api,service_name=BACKEND]"
2438
+ }
2439
+ ],
2440
+ "groupBy": [
2441
+ {
2442
+ "type": "time",
2443
+ "params": [
2444
+ "$interval"
2445
+ ]
2446
+ },
2447
+ {
2448
+ "type": "fill",
2449
+ "params": [
2450
+ "null"
2451
+ ]
2452
+ }
2453
+ ],
2454
+ "select": [
2455
+ [
2456
+ {
2457
+ "type": "field",
2458
+ "params": [
2459
+ "value"
2460
+ ]
2461
+ },
2462
+ {
2463
+ "type": "mean",
2464
+ "params": []
2465
+ }
2466
+ ]
2467
+ ],
2468
+ "refId": "E",
2469
+ "measurement": "haproxy_value",
2470
+ "alias": "glance_api"
2471
+ },
2472
+ {
2473
+ "policy": "default",
2474
+ "dsType": "influxdb",
2475
+ "resultFormat": "time_series",
2476
+ "tags": [
2477
+ {
2478
+ "key": "type_instance",
2479
+ "operator": "=",
2480
+ "value": "retries"
2481
+ },
2482
+ {
2483
+ "condition": "AND",
2484
+ "key": "instance",
2485
+ "operator": "=",
2486
+ "value": "[proxy_name=glance_registry,service_name=BACKEND]"
2487
+ }
2488
+ ],
2489
+ "groupBy": [
2490
+ {
2491
+ "type": "time",
2492
+ "params": [
2493
+ "$interval"
2494
+ ]
2495
+ },
2496
+ {
2497
+ "type": "fill",
2498
+ "params": [
2499
+ "null"
2500
+ ]
2501
+ }
2502
+ ],
2503
+ "select": [
2504
+ [
2505
+ {
2506
+ "type": "field",
2507
+ "params": [
2508
+ "value"
2509
+ ]
2510
+ },
2511
+ {
2512
+ "type": "mean",
2513
+ "params": []
2514
+ }
2515
+ ]
2516
+ ],
2517
+ "refId": "F",
2518
+ "measurement": "haproxy_value",
2519
+ "alias": "glance_registry"
2520
+ }
2521
+ ],
2522
+ "datasource": "${DS_INFLUX-COLLECTD}",
2523
+ "renderer": "flot",
2524
+ "yaxes": [
2525
+ {
2526
+ "label": null,
2527
+ "show": true,
2528
+ "logBase": 1,
2529
+ "min": null,
2530
+ "max": null,
2531
+ "format": "short"
2532
+ },
2533
+ {
2534
+ "label": null,
2535
+ "show": true,
2536
+ "logBase": 1,
2537
+ "min": null,
2538
+ "max": null,
2539
+ "format": "short"
2540
+ }
2541
+ ],
2542
+ "xaxis": {
2543
+ "show": true
2544
+ },
2545
+ "grid": {
2546
+ "threshold1": null,
2547
+ "threshold2": null,
2548
+ "threshold1Color": "rgba(216, 200, 27, 0.27)",
2549
+ "threshold2Color": "rgba(234, 112, 112, 0.22)"
2550
+ },
2551
+ "lines": true,
2552
+ "fill": 1,
2553
+ "linewidth": 2,
2554
+ "points": false,
2555
+ "pointradius": 5,
2556
+ "bars": false,
2557
+ "stack": false,
2558
+ "percentage": false,
2559
+ "legend": {
2560
+ "show": true,
2561
+ "values": false,
2562
+ "min": false,
2563
+ "max": false,
2564
+ "current": false,
2565
+ "total": false,
2566
+ "avg": false
2567
+ },
2568
+ "nullPointMode": "connected",
2569
+ "steppedLine": false,
2570
+ "tooltip": {
2571
+ "value_type": "cumulative",
2572
+ "shared": true,
2573
+ "sort": 0,
2574
+ "msResolution": false
2575
+ },
2576
+ "timeFrom": null,
2577
+ "timeShift": null,
2578
+ "aliasColors": {},
2579
+ "seriesOverrides": [],
2580
+ "links": []
2581
+ }
2582
+ ]
2583
+ },
2584
+ {
2585
+ "title": "New row",
2586
+ "height": "250px",
2587
+ "editable": true,
2588
+ "collapse": false,
2589
+ "panels": []
2590
+ }
2591
+ ],
2592
+ "time": {
2593
+ "from": "2016-10-05T18:19:20.527Z",
2594
+ "to": "2016-10-05T19:19:20.527Z"
2595
+ },
2596
+ "timepicker": {
2597
+ "refresh_intervals": [
2598
+ "5s",
2599
+ "10s",
2600
+ "30s",
2601
+ "1m",
2602
+ "5m",
2603
+ "15m",
2604
+ "30m",
2605
+ "1h",
2606
+ "2h",
2607
+ "1d"
2608
+ ],
2609
+ "time_options": [
2610
+ "5m",
2611
+ "15m",
2612
+ "1h",
2613
+ "6h",
2614
+ "12h",
2615
+ "24h",
2616
+ "2d",
2617
+ "7d",
2618
+ "30d"
2619
+ ]
2620
+ },
2621
+ "templating": {
2622
+ "list": []
2623
+ },
2624
+ "annotations": {
2625
+ "list": []
2626
+ },
2627
+ "refresh": false,
2628
+ "schemaVersion": 12,
2629
+ "version": 4,
2630
+ "links": [],
2631
+ "gnetId": null
2632
+ }