forked from Dynatrace/Dynatrace-AppMon-Splunk-Application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Splunk Business Transactions.profile.xml
2984 lines (2983 loc) · 363 KB
/
Splunk Business Transactions.profile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!-- ATTENTION - THIS IS AN AUTOMATICALLY GENERATED FILE -->
<!-- Manual changes can cause severe problems and system instability -->
<!-- Apply manual changes only if you have received explicit instructions from dynaTrace Support -->
<dynatrace version="5.5.0.5226">
<systemprofile gomezconvergenceid="1598330456" sysprofgenerated="false" repositoryaccess="true" description="" capture="true" modifiedby="">
<technology type="java" />
<technology type="dotnet" />
<technology type="webserver" />
<license interactive="false" />
<sensorgroups>
<sensorgroup>
<sensor featurehash="" order="0" description="App" hint="Default Sensor Group for Java Method Sensor Rules" jssensorttype="" group="Methods" type="java" autoplace="true" userdefined="false" defaultorder="0" key="com.dynatrace.diagnostics.sensorgroup.method.Java.54ad91890ff" />
</sensorgroup>
<sensorgroup>
<sensor featurehash="" order="0" description="App" hint="Default Sensor Group for Java Memory Sensor Rules" jssensorttype="" group="Memory" type="heap" autoplace="true" userdefined="false" defaultorder="0" key="com.dynatrace.diagnostics.sensorgroup.memory.Java.54ad9189101" />
</sensorgroup>
<sensorgroup>
<sensor featurehash="" order="0" description="App" hint="Default Sensor Group for .NET Method Sensor Rules" jssensorttype="" group="Methods" type="dotnet" autoplace="true" userdefined="false" defaultorder="0" key="com.dynatrace.diagnostics.sensorgroup.method..NET.54ad9189100" />
</sensorgroup>
<sensorgroup>
<sensor featurehash="" order="0" description="App" hint="Default Sensor Group for .NET Memory Sensor Rules" jssensorttype="" group="Memory" type="dotnetheap" autoplace="true" userdefined="false" defaultorder="0" key="com.dynatrace.diagnostics.sensorgroup.memory..NET.54ad9189102" />
</sensorgroup>
<sensorgroup>
<sensor featurehash="" order="0" description="App" hint="Default Sensor Group for PHP Sensor Rules" jssensorttype="" group="PHP" type="php" autoplace="true" userdefined="false" defaultorder="0" key="com.dynatrace.diagnostics.sensorgroup.php.PHP.54ad9189103" />
</sensorgroup>
</sensorgroups>
<measures>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET % Time in Jit" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Percentage of elapsed time spent in JIT compilation since the last JIT compilation phase." ischartable="true" metricid=".NET % Time in Jit" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="percent">
<perfmonperformancecounter performanceobject=".NET CLR Jit" instance="{monitored_process}" performancecounter="% Time in Jit" />
<color color.blue="0" color.green="192" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Garbage Collection (# Gen 0)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Number of times the generation 0 objects were garbage collected (Gen 0 GC) per interval." ischartable="true" metricid=".NET Garbage Collection (# Gen 0)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="31" calculatebaseline="false" displayunit="number">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="# Gen 0 Collections" />
<color color.blue="64" color.green="64" color.red="0" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Garbage Collection (# Gen 1)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Number of times the generation 1 objects were garbage collected (Gen 1 GC) per interval." ischartable="true" metricid=".NET Garbage Collection (# Gen 1)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="31" calculatebaseline="false" displayunit="number">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="# Gen 1 Collections" />
<color color.blue="192" color.green="192" color.red="0" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Garbage Collection (# Gen 2)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Number of times the generation 2 objects were garbage collected (Gen 2 GC) per interval." ischartable="true" metricid=".NET Garbage Collection (# Gen 2)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="31" calculatebaseline="false" displayunit="number">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="# Gen 2 Collections" />
<color color.blue="192" color.green="64" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Garbage Collection (% in GC)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Percentage of elapsed time that was spent on performing a Garbage Collection (GC) since the last GC cycle." ischartable="true" metricid=".NET Garbage Collection (% in GC)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="percent">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="% Time in GC" />
<color color.blue="128" color.green="128" color.red="0" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Heap Size Gen 0)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Maximum number of bytes that can be allocated in Generation 0 (Gen 0)." ischartable="true" metricid=".NET Memory Consumption (Heap Size Gen 0)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="Gen 0 heap size" />
<color color.blue="0" color.green="192" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Heap Size Gen 1)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Current number of bytes allocated in Generation 1 (Gen 1)." ischartable="true" metricid=".NET Memory Consumption (Heap Size Gen 1)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="Gen 1 heap size" />
<color color.blue="0" color.green="128" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Heap Size Gen 2)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Current number of bytes allocated in Generation 2 (Gen 2)." ischartable="true" metricid=".NET Memory Consumption (Heap Size Gen 2)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="Gen 2 heap size" />
<color color.blue="0" color.green="128" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Large Object Heap Size)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Current number of bytes allocated for Large Objects (>20KBytes)." ischartable="true" metricid=".NET Memory Consumption (Large Object Heap Size)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject=".NET CLR Memory" instance="{monitored_process}" performancecounter="Large Object Heap size" />
<color color.blue="128" color.green="0" color.red="0" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (NonPaged)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Amount of non-paged memory used by the monitored .NET Process." ischartable="true" metricid=".NET Memory Consumption (NonPaged)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="Pool Nonpaged Bytes" />
<color color.blue="64" color.green="192" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Paged)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Amount of paged memory used by the monitored .NET Process." ischartable="true" metricid=".NET Memory Consumption (Paged)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="Pool Paged Bytes" />
<color color.blue="192" color.green="128" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Peak)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="The maximum amount of virtual memory that the associated .NET process has requested." ischartable="true" metricid=".NET Memory Consumption (Peak)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="Virtual Bytes Peak" />
<color color.blue="128" color.green="128" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Memory Consumption (Virtual)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Amount of virtual memory used by the monitored .NET Process." ischartable="true" metricid=".NET Memory Consumption (Virtual)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="bytes">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="Virtual Bytes" />
<color color.blue="64" color.green="128" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Processor Time (Privileged)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Percentage of privileged CPU time (time that the process has spent running code inside the operating system core) generated by the monitored .NET Process." ischartable="true" metricid=".NET Processor Time (Privileged)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="percent">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="% Privileged Time" />
<color color.blue="192" color.green="0" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Processor Time (Total)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Percentage of total CPU time (time that the process has spent running code inside the operating system core and in user mode) generated by the monitored .NET Process." ischartable="true" metricid=".NET Processor Time (Total)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="number">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="% Processor Time" />
<color color.blue="64" color.green="64" color.red="0" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Processor Time (User)" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="Percentage of user CPU time (time that the process has spent running code in user mode) generated by the monitored .NET Process." ischartable="true" metricid=".NET Processor Time (User)" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="number">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="% User Time" />
<color color.blue="0" color.green="192" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id=".NET Thread Count" calculatepercentiles="false" createdtimestamp="1369812448535" errortype="none" rate="purepath" description="The number of threads currently active in this .NET process." ischartable="true" metricid=".NET Thread Count" measuretype="PerfMonMeasure" isaggregated="false" metricgroupid=".NET Common Language Runtime" displayaggregations="7" calculatebaseline="false" displayunit="number">
<perfmonperformancecounter performanceobject="Process" instance="{monitored_process}" performancecounter="Thread Count" />
<color color.blue="192" color.green="0" color.red="192" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Action Count" createdtimestamp="1369812448536" operatingsystemdetailllevel="Family" rate="purepath" description="Represents the number of user actions per visit." metricgroupid="Visits" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="true" metricid="Action Count" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="count">
<color color.blue="192" color.green="0" color.red="0" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="AdTech busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="(adserver\.adtech\.de|aka-cdn-ns\.adtech\.de)" match="regex" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Advertising.com busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="leadback.advertising.com" match="equals" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Akamai busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="(.*\.akamai\.net|.*\.akamaihd\.net)" match="regex" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Amazon Cloud Front busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="cloudfront.net" match="ends" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Amazon S3 busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="S3.amazon.com" match="equals" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Amazon Web Services busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="amazonws.com" match="ends" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="Apdex" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Apdex of Page Actions" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the application performance index as defined by apdex.org for a user action." tpdurationtype="BUSY" ischartable="true" metricid="Apdex" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="number">
<color color.blue="64" color.green="128" color.red="192" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="Count" isapplicationaggregated="true" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Apdex performance zone for Page Actions" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Application Performance Index performance zone (satisfied, tolerating, frustrated). As defined by apdex.org. Used for Business Transactions." tpdurationtype="BUSY" ischartable="false" metricid="Page Actions - Apdex Performance Zone" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" displayaggregations="31" calculatebaseline="false" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="192" color.green="0" color.red="192" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="occurrence" calculatepercentiles="false" id="Artificial Request" createdtimestamp="1369812448536" operatingsystemdetailllevel="Family" rate="purepath" description="Provides the user-agent (for example, browser) information of a visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="Robot|Synthetic Agent" servicecontext="END_USER" taggedregex="" useragentdetaillevel="ClientType" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - Browser" measuretype="EndUserVisitMeasure" isaggregated="true" match="regex" displayaggregations="31" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="192" color.green="192" color.red="64" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Bounce Rate" createdtimestamp="1369812448536" operatingsystemdetailllevel="Family" rate="purepath" description="Represents the percentage of visits with a single action." metricgroupid="Visits" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="true" metricid="Bounce Count" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="percent">
<color color.blue="192" color.green="0" color.red="128" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Browser of Visits" createdtimestamp="1369812448536" operatingsystemdetailllevel="Family" rate="purepath" description="Provides the user-agent (for example, browser) information of a visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - Browser" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="192" color.green="192" color.red="64" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure operationname="" isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" taggedregex="" usedmethod="all" endpoint="" userdefined="false" id="Bytes Received" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Represents the number of bytes received by the Web Service." endpointmatch="equals" ischartable="true" metricid="Bytes Received" measuretype="WebServiceMeasure" isaggregated="false" operationnamematch="equals" metricgroupid="Web Services" displayaggregations="31" calculatebaseline="false" displayunit="bytes">
<color color.blue="128" color.green="192" color.red="192" />
</measure>
<measure errorseverity="none" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="stringValue" calculatepercentiles="false" id="Bytes Received" servletargument="" createdtimestamp="1369812448536" rate="purepath" urimatch="equals" querymatch="contains" description="Represents the number of bytes received by the Web Request." occurrence="all" metricgroupid="Web Requests" errorpage="" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="none" referrer="" matchcasesensitive="false" ischartable="true" metricid="Bytes Received" measuretype="ServletMeasure" isaggregated="false" match="contains" displayaggregations="31" referrermatch="contains" displayunit="bytes">
<color color.blue="128" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure operationname="" isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" taggedregex="" usedmethod="all" endpoint="" userdefined="false" id="Bytes Sent" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Represents the number of bytes sent by the Web Service." endpointmatch="equals" ischartable="true" metricid="Bytes Sent" measuretype="WebServiceMeasure" isaggregated="false" operationnamematch="equals" metricgroupid="Web Services" displayaggregations="31" calculatebaseline="false" displayunit="bytes">
<color color.blue="64" color.green="192" color.red="192" />
</measure>
<measure errorseverity="none" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="stringValue" calculatepercentiles="false" id="Bytes Sent" servletargument="" createdtimestamp="1369812448536" rate="purepath" urimatch="equals" querymatch="contains" description="Represents the number of bytes sent by the Web Request." occurrence="all" metricgroupid="Web Requests" errorpage="" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="none" referrer="" matchcasesensitive="false" ischartable="true" metricid="Bytes Sent" measuretype="ServletMeasure" isaggregated="false" match="contains" displayaggregations="31" referrermatch="contains" displayunit="bytes">
<color color.blue="0" color.green="64" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="CDN busy time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="(cdn\..*|\.cdn-)" match="regex" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU I/O Wait Time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Percentage of total time the CPU spent waiting for I/O operations." ischartable="true" metricid="CPU I/O Wait Time" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="192" color.green="64" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU Idle Time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Percentage of total time the CPU was in idle mode." ischartable="true" metricid="CPU Idle Time" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="192" color.green="64" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU Other Time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Percentage of time the CPU spent in everything else. This includes steal time, interrupt time, and every unknown time." ischartable="true" metricid="CPU Other Time" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="0" color.green="128" color.red="0" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU System Time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Percentage of total time the CPU spent processing system-space programs." ischartable="true" metricid="CPU System Time" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="128" color.green="0" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU Total Time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Percentage of total time the CPU was in use." ischartable="true" metricid="CPU Total Time" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="0" color.green="192" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU User Time" calculatepercentiles="false" createdtimestamp="1369812448536" errortype="none" rate="purepath" description="Percentage of total time the CPU spent processing user-space programs." ischartable="true" metricid="CPU User Time" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="64" color.green="128" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU time system" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Process CPU time spent in system (kernel) mode." ischartable="true" metricid="CPU time system" measuretype="ProcessPerformanceMeasure" isaggregated="false" metricgroupid="Process Performance" displayaggregations="31" calculatebaseline="false" displayunit="ns">
<com.dynatrace.diagnostics.global.processperformancemeasureconfig />
<color color.blue="64" color.green="128" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="CPU time user" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Process CPU time spent in user mode." ischartable="true" metricid="CPU time user" measuretype="ProcessPerformanceMeasure" isaggregated="false" metricgroupid="Process Performance" displayaggregations="31" calculatebaseline="false" displayunit="ns">
<com.dynatrace.diagnostics.global.processperformancemeasureconfig />
<color color.blue="192" color.green="128" color.red="0" />
</measure>
<measure errorseverity="error_causing_pageview_fail" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="occurrence" calculatepercentiles="false" id="CSS or JS Resource Not Found" servletargument="" createdtimestamp="1369812448537" rate="purepath" urimatch="regex" querymatch="starts" description="Indicates if the declared Web Request returned a specific response status within a PurePath. Used for Business Transactions." occurrence="entrypath" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="(4)((00)|(02)|(03)|(04)|(05)|(06)|(07)|(08)|(09)|(10)|(11)|(12)|(13)|(14)|(15)|(16)|(17)|(22)|(23)|(24)|(25)|(26)|(44)|(49)|(50)|(99))" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri=".*\.(css|js)" errortype="http_response_code" referrer="" matchcasesensitive="false" ischartable="true" metricid="Web Requests - Response Status Code" measuretype="ServletMeasure" isaggregated="true" match="regex" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="true" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Client IP Address of Visit" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Provides the IP address of a visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - IP Address" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="128" color.green="0" color.red="0" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ClientTime" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Client Time" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" splittingbitset="0" description="Represents the time spent on the client for a user action." tpdurationtype="BUSY" ischartable="true" metricid="Client Time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<thresholds threshold.lower.severe="1.0" />
<color color.blue="0" color.green="64" color.red="192" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Client Type of Visits" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Provides the user-agent (for example, browser) information of a visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="ClientType" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - Browser" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="192" color.green="192" color.red="64" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="true" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Client of Visits" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Provides the user-agent (for example, browser) information of a visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Version" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - Browser" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="64" color.green="64" color.red="128" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="stringValue" calculatepercentiles="false" id="Complete Uri Path" servletargument="/(.*)" createdtimestamp="1369812448537" rate="purepath" urimatch="starts" querymatch="starts" description="Represents the number of Web Request (ASP.NET/Java Servlets) invocations that match a specific URI pattern." occurrence="all" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="entryPoint" uri="" errortype="none" referrer="" matchcasesensitive="false" ischartable="false" metricid="URI Pattern Value" measuretype="ServletMeasure" isaggregated="true" match="contains" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="128" color.green="192" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Concurrent Visits" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Represents the number of concurrent visits." metricgroupid="Visits" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="true" metricid="Concurrent Visits" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="192" color.green="0" color.red="192" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="NavigationTimingConnect" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Connect" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" splittingbitset="0" description="Represents the amount of time spent for establishing a socket connection from the browser to the web server (window.performance.connectEnd - window.performance.connectStart)" tpdurationtype="BUSY" ischartable="true" metricid="Connect" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="64" color.green="0" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="true" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="true" id="Connection Type of Visits" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Provides the connection type (Dial up, DSL, Broadband) information of an end-user client. Used for Visits and Page Views & Actions." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - Connection Type" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="0" color.green="64" color.red="0" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Conversion Goal" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Represents the conversion goal that converted the visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Conversion Goal" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="0" color.green="64" color.red="128" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Conversion Rate" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Represents the percentage of converted visits. Any visit converted by one or more conversion goals is considered converted." metricgroupid="Visits" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="true" metricid="Conversion Count" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="percent">
<color color.blue="192" color.green="64" color.red="128" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" messagematch="contains" userdefined="false" message="" id="Count" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Number of thrown Exceptions per PurePath (optionally filtered by a throwable class)." ischartable="true" metricid="Count" measuretype="ExceptionMeasure" isaggregated="false" throwableclassmath="contains" metricgroupid="Exceptions" displayaggregations="31" calculatebaseline="false" throwableclass="" exceptiontype="captured_exception" displayunit="number">
<color color.blue="64" color.green="64" color.red="128" />
</measure>
<measure loggingnamematch="contains" isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" logginglevel="" userdefined="false" id="Count" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Number of logged lines per PurePath (optionally filtered by severity)." ischartable="true" metricid="Count" measuretype="LoggingMeasure" loggingmessage="" isaggregated="false" metricgroupid="Logging" displayaggregations="31" calculatebaseline="false" loggingname="" loggingmessagematch="contains" logginglevelmatch="contains" displayunit="number">
<color color.blue="192" color.green="128" color.red="128" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Count Backend" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" techtype="7" description="Represents the number of subpaths started in the specified Tier." ischartable="true" metricid="Count" measuretype="TierSubPathMeasure" isaggregated="false" metricgroupid="Tier Subpaths" displayaggregations="31" calculatebaseline="false" displayunit="number">
<color color.blue="64" color.green="64" color.red="64" />
</measure>
<measure errorseverity="none" infomatch="starts" userdefined="false" info="" calculatepercentiles="false" id="Count Browser Errors" createdtimestamp="1369812448537" rate="purepath" description="Represents the number of JavaScript errors." metricgroupid="Browser Errors" calculatebaseline="false" actiontypematch="starts" isapplicationaggregated="false" servicecontext="END_USER" actiontype="" severity="severe" actionname="" errortype="none" ischartable="true" metricid="Count" measuretype="EndUserErrorMeasure" isaggregated="true" displayaggregations="31" displayunit="number" actionnamematch="starts">
<color color.blue="0" color.green="64" color.red="128" />
<pagematcher>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</pagematcher>
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Count Web Server" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" techtype="16" description="Represents the number of subpaths started in the specified Tier." ischartable="true" metricid="Count" measuretype="TierSubPathMeasure" isaggregated="false" metricgroupid="Tier Subpaths" displayaggregations="31" calculatebaseline="false" displayunit="number">
<color color.blue="64" color.green="64" color.red="64" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Country of Visits" createdtimestamp="1369812448537" operatingsystemdetailllevel="Family" rate="purepath" description="Provides geographical location information of a visit." metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="false" metricid="Visits - Geo Information" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="128" color.green="128" color.red="128" />
<actiongeoinfo measuredetaillevel="Custom">
<customrules>
<rule ruledetaillevel="Region" rulekey="US" />
</customrules>
</actiongeoinfo>
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Current CPU load" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Percentage of total CPU load generated by monitored Process." ischartable="true" metricid="Current CPU load" measuretype="ProcessPerformanceMeasure" isaggregated="false" metricgroupid="Process Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<com.dynatrace.diagnostics.global.processperformancemeasureconfig />
<color color.blue="0" color.green="128" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Current Overall Memory Consumption" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Amount of memory consumed by the monitored Process." ischartable="true" metricid="Current Overall Memory Consumption" measuretype="ProcessPerformanceMeasure" isaggregated="false" metricgroupid="Process Performance" displayaggregations="31" calculatebaseline="false" displayunit="kilobytes">
<com.dynatrace.diagnostics.global.processperformancemeasureconfig />
<color color.blue="128" color.green="0" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Current Thread count" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Number of operating system threads in the monitored process." ischartable="true" metricid="Current Thread count" measuretype="ProcessPerformanceMeasure" isaggregated="false" metricgroupid="Process Performance" displayaggregations="31" calculatebaseline="false" displayunit="number">
<com.dynatrace.diagnostics.global.processperformancemeasureconfig />
<color color.blue="0" color.green="0" color.red="128" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" matchignorewhitespaces="false" userdefined="false" id="DB Count" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" matchcasesensitive="true" sql="" rate="purepath" description="Represents the number of executed statements regardless of whether the statement has been prepared before or not." ischartable="true" metricid="Execution Count" measuretype="JdbcMeasure" isaggregated="false" sqlmatch="equals" metricgroupid="Database" displayaggregations="31" calculatebaseline="false" displayunit="number">
<color color.blue="64" color.green="192" color.red="0" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" matchignorewhitespaces="false" userdefined="false" id="DB Time" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" matchcasesensitive="true" sql="" rate="purepath" description="Represents the total time that has been spent by the database connection component and the database management system for database execution calls." ischartable="true" metricid="Time" measuretype="JdbcMeasure" isaggregated="false" sqlmatch="equals" metricgroupid="Database" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="0" color.green="128" color.red="128" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="NavigationTimingDNS" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="DNS" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" splittingbitset="0" description="Represents the amount of time spent for resolving domain names (window.performance.domainLookupEnd - window.performance.domainLookupStart)" tpdurationtype="BUSY" ischartable="true" metricid="DNS" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="128" color.red="0" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure isapplicationaggregated="false" errorseverity="error" servicecontext="SERVER" messagematch="contains" userdefined="false" message="" id="Database Exceptions" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="exceptions" rate="purepath" description="Number of thrown Exceptions per PurePath (optionally filtered by a throwable class)." ischartable="true" metricid="Count" measuretype="ExceptionMeasure" isaggregated="false" throwableclassmath="contains" metricgroupid="Exceptions" displayaggregations="31" calculatebaseline="false" throwableclass="" exceptiontype="database_exception" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="64" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Disk I/O Bytes Read per Second" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Number of bytes read from a specific disk per second." ischartable="true" metricid="Disk I/O Bytes Read per Second" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="bytes">
<color color.blue="0" color.green="128" color.red="192" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Disk I/O Bytes Written per Second" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Number of bytes written on a specific disk per second." ischartable="true" metricid="Disk I/O Bytes Written per Second" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="bytes">
<color color.blue="128" color.green="192" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Disk Storage Utilization" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" description="Used storage space on medium." ischartable="true" metricid="Disk Storage Utilization" measuretype="HostPerformanceMeasure" isaggregated="false" metricgroupid="Host Performance" displayaggregations="31" calculatebaseline="false" displayunit="percent">
<color color.blue="192" color.green="128" color.red="64" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="NavigationTimingDocumentDone" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Document Fetch Done" calculatepercentiles="false" createdtimestamp="1369812448537" errortype="none" rate="purepath" splittingbitset="0" description="Represents the amount of time spent until the document (HTML) was completely downloaded (window.performance.responseEnd - window.performance.navigationStart)" tpdurationtype="BUSY" ischartable="true" metricid="Document Fetch Done" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="0" color.green="0" color.red="128" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="NavigationTimingDocumentInteractive" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Document Interactive" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="0" description="Represents the amount of time spent until the document became interactive (window.performance.domInteractive - window.performance.navigationStart)" tpdurationtype="BUSY" ischartable="true" metricid="Document Interactive" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="0" color.red="0" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="DomReady" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Document load time" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="0" description="Represents the load time of the Document Object Model (DOM) of a specific user action." tpdurationtype="BUSY" ischartable="true" metricid="DOM Load Time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="192" color.green="192" color.red="128" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="NavigationTimingRequest" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Document request" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="0" description="Represents the amount of time spent waiting for the first byte of the document response (window.performance.responseStart - window.performance.requestStart)" tpdurationtype="BUSY" ischartable="true" metricid="Document request" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="192" color.green="0" color.red="128" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="NavigationTimingResponse" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Document response" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="0" description="Represents the amount of time spent downloading the document response (window.performance.responseEnd - window.performance.responseStart)" tpdurationtype="BUSY" ischartable="true" metricid="Document response" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="192" color.green="64" color.red="192" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Doubleclick busy time" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="doubleclick.net" match="ends" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure errorseverity="error_causing_pageview_fail" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="regex" userdefined="false" groupmeasurement="None" evaluation="occurrence" calculatepercentiles="false" id="Error Page Redirect" servletargument="" createdtimestamp="1369812448538" rate="purepath" urimatch="starts" querymatch="starts" description="Indicates if the declared Web Request returned a specific response status within a PurePath. Used for Business Transactions." occurrence="entrypath" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="(?i).*ERROR.*" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="(3)((02)|(07))" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="http_response_code" referrer="" matchcasesensitive="false" ischartable="true" metricid="Web Requests - Response Status Code" measuretype="ServletMeasure" isaggregated="true" match="regex" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time .NET Remoting" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api=".NET Remoting" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="33" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time .NET WCF" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api=".NET WCF" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="122" color.green="151" color.red="235" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time .NET Web Services" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api=".NET Web Services" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="118" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time ADO.NET" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="ADO.NET" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="178" color.green="136" color.red="26" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time ASP.NET" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="ASP.NET" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="168" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time App" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="App" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="13" color.green="89" color.red="74" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time EJB" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="EJB" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="222" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time Hibernate" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="Hibernate" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="133" color.green="80" color.red="20" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time HttpClient" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="HttpClient" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="20" color.green="133" color.red="76" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time JDBC" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="JDBC" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="178" color.green="136" color.red="26" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time JMS" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="JMS" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="161" color.green="27" color.red="177" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time JNDI" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="JNDI" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="133" color.green="20" color.red="88" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time JTA" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="JTA" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="78" color.green="228" color.red="198" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time Java Web Services" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="Java Web Services" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="118" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time RMI" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="RMI" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="33" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time Servlet" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="Servlet" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="122" color.green="203" color.red="235" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time Struts" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="Struts" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="235" color.green="204" color.red="122" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution CPU Time XA" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the CPU time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution CPU Time" api="XA" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="77" color.green="229" color.red="152" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time .NET Components" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api=".NET Components" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="222" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time .NET Exception" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api=".NET Exception" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="26" color.green="178" color.red="39" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time .NET Logging" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api=".NET Logging" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="177" color.green="222" color.red="33" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time .NET Remoting" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api=".NET Remoting" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="33" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time .NET WCF" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api=".NET WCF" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="122" color.green="151" color.red="235" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time .NET Web Services" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api=".NET Web Services" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="118" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time ADO.NET" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="ADO.NET" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="178" color.green="136" color.red="26" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time ASP.NET" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="ASP.NET" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="168" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time App" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="App" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="13" color.green="89" color.red="74" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time EJB" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="EJB" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="222" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time Hibernate" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="Hibernate" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="133" color.green="80" color.red="20" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time HttpClient" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="HttpClient" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="20" color.green="133" color.red="76" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time JDBC" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="JDBC" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="178" color.green="136" color.red="26" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time JMS" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="JMS" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="161" color.green="27" color.red="177" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time JNDI" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="JNDI" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="133" color.green="20" color.red="88" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time JTA" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="JTA" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="78" color.green="228" color.red="198" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time Java Web Services" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="Java Web Services" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="118" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time RMI" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="RMI" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="33" color.green="33" color.red="222" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time Servlet" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="Servlet" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="122" color.green="203" color.red="235" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time Struts" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="Struts" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="235" color.green="204" color.red="122" />
</measure>
<measure isapplicationaggregated="false" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Execution Time XA" calculatepercentiles="false" createdtimestamp="1369812448538" apimatch="equals" errortype="none" rate="purepath" description="Represents the time that has been spent on methods of the given API without calls to other APIs." ischartable="true" metricid="Execution Time" api="XA" measuretype="ApiMeasure" isaggregated="true" metricgroupid="API Breakdown" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="77" color.green="229" color.red="152" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="Count" isapplicationaggregated="true" errorseverity="none" servicecontext="END_USER" userdefined="true" tpdurationresource="ALL" id="Exit Page of Visits" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="8" description="Provides the exit page of a visit." tpdurationtype="BUSY" ischartable="false" metricid="Visits - Exit Page" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" displayaggregations="31" calculatebaseline="false" displayunit="number">
<color color.blue="64" color.green="0" color.red="192" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="" match="starts" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Facebook busy time" calculatepercentiles="false" createdtimestamp="1369812448538" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="(connect\.facebook\.net|www\.facebook\.com|static\.ak\.fbcdn\.net|s-static\.ak\.fbcdn\.net|fbcdn-profile-a\.akamaihd\.net)" match="regex" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure errorseverity="none" matchignorewhitespaces="false" userdefined="false" experiencezone="UNKNOWN" evaluation="stringValue" calculatepercentiles="false" id="Failed Actions Count" createdtimestamp="1369812448538" operatingsystemdetailllevel="Family" rate="purepath" description="Represents average the number of failed actions as defined by error detection visit." metricgroupid="Visits" calculatebaseline="false" isapplicationaggregated="false" valuetomatch="" servicecontext="END_USER" taggedregex="" useragentdetaillevel="Family" errortype="none" matchcasesensitive="false" ischartable="true" metricid="Failed Actions Count" measuretype="EndUserVisitMeasure" isaggregated="true" match="contains" displayaggregations="31" displayunit="number">
<color color.blue="192" color.green="128" color.red="192" />
<actiongeoinfo measuredetaillevel="Country" />
<action>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</action>
</measure>
<measure errorseverity="none" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="stringValue" calculatepercentiles="false" id="First Uri Path Part" servletargument="/([^(/;\?)]*).*" createdtimestamp="1369812448539" rate="purepath" urimatch="starts" querymatch="starts" description="Represents the number of Web Request (ASP.NET/Java Servlets) invocations that match a specific URI pattern." occurrence="all" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="entryPoint" uri="" errortype="none" referrer="" matchcasesensitive="false" ischartable="false" metricid="URI Pattern Value" measuretype="ServletMeasure" isaggregated="true" match="contains" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="128" color.green="192" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="Free Memory" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="none" rate="purepath" description="Amount of heap memory currently free for use." ischartable="true" metricid="Free Memory" measuretype="Measure" isaggregated="false" metricgroupid="Java Virtual Machine" displayaggregations="31" calculatebaseline="false" displayunit="megabytes">
<color color.blue="192" color.green="64" color.red="64" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="GC Collection Old Gen Time" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="none" rate="purepath" description="Garbage collection old generation" ischartable="true" metricid="GC Collection Old Gen Time" measuretype="JvmStatMeasure" isaggregated="false" metricgroupid="Java Virtual Machine" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="192" color.green="192" color.red="128" />
</measure>
<measure isapplicationaggregated="true" errorseverity="none" servicecontext="SERVER" userdefined="false" id="GC Collection Young Gen Time" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="none" rate="purepath" description="Garbage collection young generation" ischartable="true" metricid="GC Collection Young Gen Time" measuretype="JvmStatMeasure" isaggregated="false" metricgroupid="Java Virtual Machine" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="64" color.green="128" color.red="64" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Google APIs busy time" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="googleapis.com" match="ends" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Google Ad busy time" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="www.googleadserverices.com" match="equals" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure tpdurationthreshold="500" evaluationcriterion="ThirdPartyDuration" isapplicationaggregated="false" errorseverity="none" servicecontext="END_USER" userdefined="false" tpdurationresource="ALL" id="Google Plus busy time" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="none" rate="purepath" splittingbitset="0" description="Represents the duration of third party content during a user action." tpdurationtype="BUSY" ischartable="true" metricid="Third party content load time" measuretype="EndUserPageActionMeasure" isaggregated="true" metricgroupid="Page Actions" displayaggregations="31" calculatebaseline="false" displayunit="ms">
<color color.blue="128" color.green="64" color.red="64" />
<sourcepagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</sourcepagematch>
<targetpagematch>
<pagetitle pattern="" match="starts" />
<uri pattern="" match="starts" />
<query pattern="" match="starts" />
</targetpagematch>
<sourceaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</sourceaction>
<customaction>
<actionname pattern="" match="starts" />
<actiontype pattern="" match="starts" />
</customaction>
<thirdpartydomainrule pattern="(ssl\.gstatic\.com|plus\.google\.com|plusone\.google\.com)" match="regex" />
<adkvaluerule pattern="" match="starts" />
</measure>
<measure errorseverity="error" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="occurrence" calculatepercentiles="false" id="HTTP 4xx Response (internal)" servletargument="" createdtimestamp="1369812448539" rate="purepath" urimatch="starts" querymatch="starts" description="Indicates if the declared Web Request returned a specific response status within a PurePath. Used for Business Transactions." occurrence="all" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="4" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="http_response_code" referrer="" matchcasesensitive="false" ischartable="true" metricid="Web Requests - Response Status Code" measuretype="ServletMeasure" isaggregated="true" match="starts" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure errorseverity="error_causing_transaction_fail" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="occurrence" calculatepercentiles="false" id="HTTP 4xx Response on Transaction Entry" servletargument="" createdtimestamp="1369812448539" rate="purepath" urimatch="starts" querymatch="starts" description="Indicates if the declared Web Request returned a specific response status within a PurePath. Used for Business Transactions." occurrence="entrypath" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="(4)((00)|(02)|(03)|(04)|(05)|(06)|(07)|(08)|(09)|(10)|(11)|(12)|(13)|(14)|(15)|(16)|(17)|(22)|(23)|(24)|(25)|(26)|(44)|(49)|(50)|(99))" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="http_response_code" referrer="" matchcasesensitive="false" ischartable="true" metricid="Web Requests - Response Status Code" measuretype="ServletMeasure" isaggregated="true" match="regex" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure errorseverity="error" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="occurrence" calculatepercentiles="false" id="HTTP 5xx Response (internal)" servletargument="" createdtimestamp="1369812448539" rate="purepath" urimatch="starts" querymatch="starts" description="Indicates if the declared Web Request returned a specific response status within a PurePath. Used for Business Transactions." occurrence="all" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="5" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="http_response_code" referrer="" matchcasesensitive="false" ischartable="true" metricid="Web Requests - Response Status Code" measuretype="ServletMeasure" isaggregated="true" match="starts" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure errorseverity="error_causing_pageview_fail" query="" matchignorewhitespaces="false" webserver="false" errorpagematch="contains" userdefined="false" groupmeasurement="None" evaluation="occurrence" calculatepercentiles="false" id="HTTP 5xx Response on Transaction Entry" servletargument="" createdtimestamp="1369812448539" rate="purepath" urimatch="starts" querymatch="starts" description="Indicates if the declared Web Request returned a specific response status within a PurePath. Used for Business Transactions." occurrence="entrypath" metricgroupid="Business Transaction Evaluation/Filter/Grouping Values" errorpage="" calculatebaseline="false" isapplicationaggregated="true" valuetomatch="5" tagging="all" includequery="false" servicecontext="SERVER" taggedregex="" usedmethod="all" uri="" errortype="http_response_code" referrer="" matchcasesensitive="false" ischartable="true" metricid="Web Requests - Response Status Code" measuretype="ServletMeasure" isaggregated="true" match="starts" displayaggregations="31" referrermatch="contains" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="64" color.green="0" color.red="64" />
<geoinfo measuredetaillevel="Country" />
</measure>
<measure loggingnamematch="contains" isapplicationaggregated="false" errorseverity="error" servicecontext="SERVER" logginglevel="(ERROR.*|FATAL.*|SEVERE.*)" userdefined="false" id="Important Loggings" calculatepercentiles="false" createdtimestamp="1369812448539" errortype="logging" rate="purepath" description="Number of logged lines per PurePath (optionally filtered by severity)." ischartable="true" metricid="Count" measuretype="LoggingMeasure" loggingmessage="" isaggregated="false" metricgroupid="Logging" displayaggregations="31" calculatebaseline="false" loggingname="" loggingmessagematch="contains" logginglevelmatch="regex" displayunit="number">
<thresholds threshold.upper.severe="1.0" />
<color color.blue="192" color.green="128" color.red="128" />
</measure>
<measure errorseverity="error" infomatch="regex" userdefined="false" info=".*[sS]yntax\p{Blank}?[eE]rror.*" calculatepercentiles="false" id="JavaScript SyntaxError" createdtimestamp="1369812448539" rate="purepath" description="Represents the number of JavaScript errors." metricgroupid="Browser Errors" calculatebaseline="false" actiontypematch="starts" isapplicationaggregated="false" servicecontext="END_USER" actiontype="" severity="severe" actionname="" errortype="browser_error" ischartable="true" metricid="Count" measuretype="EndUserErrorMeasure" isaggregated="true" displayaggregations="31" displayunit="number" actionnamematch="starts">
<thresholds threshold.upper.severe="1.0" />