~johnsca/charms/trusty/cloudfoundry/reconciler-ui

« back to all changes in this revision

Viewing changes to reconciler/ui/static/waterfall.html

  • Committer: Whit Morriss
  • Date: 2014-10-13 06:50:17 UTC
  • Revision ID: whit.morriss@canonical.com-20141013065017-0feo2ku3yllymkol
reorg reconciler

Show diffs side-by-side

added added

removed removed

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