This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
xrefmap.yml
12081 lines (12081 loc) · 908 KB
/
xrefmap.yml
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
### YamlMime:XRefMap
sorted: true
references:
- uid: App.Metrics
name: App.Metrics
href: api/App.Metrics.html#App_Metrics
commentId: N:App.Metrics
fullName: App.Metrics
nameWithType: App.Metrics
- uid: App.Metrics.Apdex
name: App.Metrics.Apdex
href: api/App.Metrics.Apdex.html#App_Metrics_Apdex
commentId: N:App.Metrics.Apdex
fullName: App.Metrics.Apdex
nameWithType: App.Metrics.Apdex
- uid: App.Metrics.Apdex.ApdexProvider
name: ApdexProvider
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider
commentId: T:App.Metrics.Apdex.ApdexProvider
fullName: App.Metrics.Apdex.ApdexProvider
nameWithType: ApdexProvider
- uid: App.Metrics.Apdex.ApdexProvider.#ctor(App.Metrics.Sampling.Interfaces.IReservoir)
name: ApdexProvider(IReservoir)
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider__ctor_App_Metrics_Sampling_Interfaces_IReservoir_
commentId: M:App.Metrics.Apdex.ApdexProvider.#ctor(App.Metrics.Sampling.Interfaces.IReservoir)
fullName: App.Metrics.Apdex.ApdexProvider.ApdexProvider(App.Metrics.Sampling.Interfaces.IReservoir)
nameWithType: ApdexProvider.ApdexProvider(IReservoir)
- uid: App.Metrics.Apdex.ApdexProvider.#ctor(App.Metrics.Sampling.Interfaces.IReservoir,System.Double)
name: ApdexProvider(IReservoir, Double)
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider__ctor_App_Metrics_Sampling_Interfaces_IReservoir_System_Double_
commentId: M:App.Metrics.Apdex.ApdexProvider.#ctor(App.Metrics.Sampling.Interfaces.IReservoir,System.Double)
fullName: App.Metrics.Apdex.ApdexProvider.ApdexProvider(App.Metrics.Sampling.Interfaces.IReservoir, System.Double)
nameWithType: ApdexProvider.ApdexProvider(IReservoir, Double)
- uid: App.Metrics.Apdex.ApdexProvider.#ctor*
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider__ctor_
commentId: Overload:App.Metrics.Apdex.ApdexProvider.#ctor
name: ApdexProvider
fullName: App.Metrics.Apdex.ApdexProvider.ApdexProvider(App.Metrics.Sampling.Interfaces.IReservoir)
- uid: App.Metrics.Apdex.ApdexProvider.Dispose
name: Dispose()
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Dispose
commentId: M:App.Metrics.Apdex.ApdexProvider.Dispose
fullName: App.Metrics.Apdex.ApdexProvider.Dispose()
nameWithType: ApdexProvider.Dispose()
- uid: App.Metrics.Apdex.ApdexProvider.Dispose(System.Boolean)
name: Dispose(Boolean)
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Dispose_System_Boolean_
commentId: M:App.Metrics.Apdex.ApdexProvider.Dispose(System.Boolean)
fullName: App.Metrics.Apdex.ApdexProvider.Dispose(System.Boolean)
nameWithType: ApdexProvider.Dispose(Boolean)
- uid: App.Metrics.Apdex.ApdexProvider.Dispose*
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Dispose_
commentId: Overload:App.Metrics.Apdex.ApdexProvider.Dispose
name: Dispose
fullName: App.Metrics.Apdex.ApdexProvider.Dispose()
- uid: App.Metrics.Apdex.ApdexProvider.Finalize
name: Finalize()
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Finalize
commentId: M:App.Metrics.Apdex.ApdexProvider.Finalize
fullName: App.Metrics.Apdex.ApdexProvider.Finalize()
nameWithType: ApdexProvider.Finalize()
- uid: App.Metrics.Apdex.ApdexProvider.Finalize*
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Finalize_
commentId: Overload:App.Metrics.Apdex.ApdexProvider.Finalize
name: Finalize
fullName: App.Metrics.Apdex.ApdexProvider.Finalize()
- uid: App.Metrics.Apdex.ApdexProvider.GetSnapshot(System.Boolean)
name: GetSnapshot(Boolean)
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_GetSnapshot_System_Boolean_
commentId: M:App.Metrics.Apdex.ApdexProvider.GetSnapshot(System.Boolean)
fullName: App.Metrics.Apdex.ApdexProvider.GetSnapshot(System.Boolean)
nameWithType: ApdexProvider.GetSnapshot(Boolean)
- uid: App.Metrics.Apdex.ApdexProvider.GetSnapshot*
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_GetSnapshot_
commentId: Overload:App.Metrics.Apdex.ApdexProvider.GetSnapshot
name: GetSnapshot
fullName: App.Metrics.Apdex.ApdexProvider.GetSnapshot(System.Boolean)
- uid: App.Metrics.Apdex.ApdexProvider.Reset
name: Reset()
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Reset
commentId: M:App.Metrics.Apdex.ApdexProvider.Reset
fullName: App.Metrics.Apdex.ApdexProvider.Reset()
nameWithType: ApdexProvider.Reset()
- uid: App.Metrics.Apdex.ApdexProvider.Reset*
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Reset_
commentId: Overload:App.Metrics.Apdex.ApdexProvider.Reset
name: Reset
fullName: App.Metrics.Apdex.ApdexProvider.Reset()
- uid: App.Metrics.Apdex.ApdexProvider.Update(System.Int64)
name: Update(Int64)
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Update_System_Int64_
commentId: M:App.Metrics.Apdex.ApdexProvider.Update(System.Int64)
fullName: App.Metrics.Apdex.ApdexProvider.Update(System.Int64)
nameWithType: ApdexProvider.Update(Int64)
- uid: App.Metrics.Apdex.ApdexProvider.Update*
href: api/App.Metrics.Apdex.ApdexProvider.html#App_Metrics_Apdex_ApdexProvider_Update_
commentId: Overload:App.Metrics.Apdex.ApdexProvider.Update
name: Update
fullName: App.Metrics.Apdex.ApdexProvider.Update(System.Int64)
- uid: App.Metrics.Apdex.ApdexProviderBuilder
name: ApdexProviderBuilder
href: api/App.Metrics.Apdex.ApdexProviderBuilder.html#App_Metrics_Apdex_ApdexProviderBuilder
commentId: T:App.Metrics.Apdex.ApdexProviderBuilder
fullName: App.Metrics.Apdex.ApdexProviderBuilder
nameWithType: ApdexProviderBuilder
- uid: App.Metrics.Apdex.ApdexProviderBuilder.Build(App.Metrics.SamplingType,System.Int32,System.Double,System.Double)
name: Build(SamplingType, Int32, Double, Double)
href: api/App.Metrics.Apdex.ApdexProviderBuilder.html#App_Metrics_Apdex_ApdexProviderBuilder_Build_App_Metrics_SamplingType_System_Int32_System_Double_System_Double_
commentId: M:App.Metrics.Apdex.ApdexProviderBuilder.Build(App.Metrics.SamplingType,System.Int32,System.Double,System.Double)
fullName: App.Metrics.Apdex.ApdexProviderBuilder.Build(App.Metrics.SamplingType, System.Int32, System.Double, System.Double)
nameWithType: ApdexProviderBuilder.Build(SamplingType, Int32, Double, Double)
- uid: App.Metrics.Apdex.ApdexProviderBuilder.Build*
href: api/App.Metrics.Apdex.ApdexProviderBuilder.html#App_Metrics_Apdex_ApdexProviderBuilder_Build_
commentId: Overload:App.Metrics.Apdex.ApdexProviderBuilder.Build
name: Build
fullName: App.Metrics.Apdex.ApdexProviderBuilder.Build(App.Metrics.SamplingType, System.Int32, System.Double, System.Double)
- uid: App.Metrics.Apdex.ApdexSnapshot
name: ApdexSnapshot
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot
commentId: T:App.Metrics.Apdex.ApdexSnapshot
fullName: App.Metrics.Apdex.ApdexSnapshot
nameWithType: ApdexSnapshot
- uid: App.Metrics.Apdex.ApdexSnapshot.#ctor(System.Collections.Generic.IEnumerable{System.Int64},System.Double)
name: ApdexSnapshot(IEnumerable<Int64>, Double)
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot__ctor_System_Collections_Generic_IEnumerable_System_Int64__System_Double_
commentId: M:App.Metrics.Apdex.ApdexSnapshot.#ctor(System.Collections.Generic.IEnumerable{System.Int64},System.Double)
name.vb: ApdexSnapshot(IEnumerable(Of Int64), Double)
fullName: App.Metrics.Apdex.ApdexSnapshot.ApdexSnapshot(System.Collections.Generic.IEnumerable<System.Int64>, System.Double)
fullName.vb: App.Metrics.Apdex.ApdexSnapshot.ApdexSnapshot(System.Collections.Generic.IEnumerable(Of System.Int64), System.Double)
nameWithType: ApdexSnapshot.ApdexSnapshot(IEnumerable<Int64>, Double)
nameWithType.vb: ApdexSnapshot(IEnumerable(Of Int64), Double)
- uid: App.Metrics.Apdex.ApdexSnapshot.#ctor*
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot__ctor_
commentId: Overload:App.Metrics.Apdex.ApdexSnapshot.#ctor
name: ApdexSnapshot
name.vb: ApdexSnapshot
fullName: App.Metrics.Apdex.ApdexSnapshot.ApdexSnapshot(System.Collections.Generic.IEnumerable<System.Int64>, System.Double)
fullName.vb: App.Metrics.Apdex.ApdexSnapshot.ApdexSnapshot
- uid: App.Metrics.Apdex.ApdexSnapshot.FrustratingSize
name: FrustratingSize
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot_FrustratingSize
commentId: P:App.Metrics.Apdex.ApdexSnapshot.FrustratingSize
fullName: App.Metrics.Apdex.ApdexSnapshot.FrustratingSize
nameWithType: ApdexSnapshot.FrustratingSize
- uid: App.Metrics.Apdex.ApdexSnapshot.FrustratingSize*
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot_FrustratingSize_
commentId: Overload:App.Metrics.Apdex.ApdexSnapshot.FrustratingSize
name: FrustratingSize
fullName: App.Metrics.Apdex.ApdexSnapshot.FrustratingSize
- uid: App.Metrics.Apdex.ApdexSnapshot.SatisfiedSize
name: SatisfiedSize
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot_SatisfiedSize
commentId: P:App.Metrics.Apdex.ApdexSnapshot.SatisfiedSize
fullName: App.Metrics.Apdex.ApdexSnapshot.SatisfiedSize
nameWithType: ApdexSnapshot.SatisfiedSize
- uid: App.Metrics.Apdex.ApdexSnapshot.SatisfiedSize*
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot_SatisfiedSize_
commentId: Overload:App.Metrics.Apdex.ApdexSnapshot.SatisfiedSize
name: SatisfiedSize
fullName: App.Metrics.Apdex.ApdexSnapshot.SatisfiedSize
- uid: App.Metrics.Apdex.ApdexSnapshot.ToleratingSize
name: ToleratingSize
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot_ToleratingSize
commentId: P:App.Metrics.Apdex.ApdexSnapshot.ToleratingSize
fullName: App.Metrics.Apdex.ApdexSnapshot.ToleratingSize
nameWithType: ApdexSnapshot.ToleratingSize
- uid: App.Metrics.Apdex.ApdexSnapshot.ToleratingSize*
href: api/App.Metrics.Apdex.ApdexSnapshot.html#App_Metrics_Apdex_ApdexSnapshot_ToleratingSize_
commentId: Overload:App.Metrics.Apdex.ApdexSnapshot.ToleratingSize
name: ToleratingSize
fullName: App.Metrics.Apdex.ApdexSnapshot.ToleratingSize
- uid: App.Metrics.Apdex.Interfaces
name: App.Metrics.Apdex.Interfaces
href: api/App.Metrics.Apdex.Interfaces.html#App_Metrics_Apdex_Interfaces
commentId: N:App.Metrics.Apdex.Interfaces
fullName: App.Metrics.Apdex.Interfaces
nameWithType: App.Metrics.Apdex.Interfaces
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider
name: IApdexProvider
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider
commentId: T:App.Metrics.Apdex.Interfaces.IApdexProvider
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider
nameWithType: IApdexProvider
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider.GetSnapshot(System.Boolean)
name: GetSnapshot(Boolean)
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider_GetSnapshot_System_Boolean_
commentId: M:App.Metrics.Apdex.Interfaces.IApdexProvider.GetSnapshot(System.Boolean)
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider.GetSnapshot(System.Boolean)
nameWithType: IApdexProvider.GetSnapshot(Boolean)
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider.GetSnapshot*
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider_GetSnapshot_
commentId: Overload:App.Metrics.Apdex.Interfaces.IApdexProvider.GetSnapshot
name: GetSnapshot
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider.GetSnapshot(System.Boolean)
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider.Reset
name: Reset()
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider_Reset
commentId: M:App.Metrics.Apdex.Interfaces.IApdexProvider.Reset
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider.Reset()
nameWithType: IApdexProvider.Reset()
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider.Reset*
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider_Reset_
commentId: Overload:App.Metrics.Apdex.Interfaces.IApdexProvider.Reset
name: Reset
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider.Reset()
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider.Update(System.Int64)
name: Update(Int64)
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider_Update_System_Int64_
commentId: M:App.Metrics.Apdex.Interfaces.IApdexProvider.Update(System.Int64)
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider.Update(System.Int64)
nameWithType: IApdexProvider.Update(Int64)
- uid: App.Metrics.Apdex.Interfaces.IApdexProvider.Update*
href: api/App.Metrics.Apdex.Interfaces.IApdexProvider.html#App_Metrics_Apdex_Interfaces_IApdexProvider_Update_
commentId: Overload:App.Metrics.Apdex.Interfaces.IApdexProvider.Update
name: Update
fullName: App.Metrics.Apdex.Interfaces.IApdexProvider.Update(System.Int64)
- uid: App.Metrics.ApdexContext
name: ApdexContext
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext
commentId: T:App.Metrics.ApdexContext
fullName: App.Metrics.ApdexContext
nameWithType: ApdexContext
- uid: App.Metrics.ApdexContext.#ctor(App.Metrics.Core.Interfaces.IApdex)
name: ApdexContext(IApdex)
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext__ctor_App_Metrics_Core_Interfaces_IApdex_
commentId: M:App.Metrics.ApdexContext.#ctor(App.Metrics.Core.Interfaces.IApdex)
fullName: App.Metrics.ApdexContext.ApdexContext(App.Metrics.Core.Interfaces.IApdex)
nameWithType: ApdexContext.ApdexContext(IApdex)
- uid: App.Metrics.ApdexContext.#ctor*
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext__ctor_
commentId: Overload:App.Metrics.ApdexContext.#ctor
name: ApdexContext
fullName: App.Metrics.ApdexContext.ApdexContext(App.Metrics.Core.Interfaces.IApdex)
- uid: App.Metrics.ApdexContext.Dispose
name: Dispose()
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext_Dispose
commentId: M:App.Metrics.ApdexContext.Dispose
fullName: App.Metrics.ApdexContext.Dispose()
nameWithType: ApdexContext.Dispose()
- uid: App.Metrics.ApdexContext.Dispose*
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext_Dispose_
commentId: Overload:App.Metrics.ApdexContext.Dispose
name: Dispose
fullName: App.Metrics.ApdexContext.Dispose()
- uid: App.Metrics.ApdexContext.Elapsed
name: Elapsed
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext_Elapsed
commentId: P:App.Metrics.ApdexContext.Elapsed
fullName: App.Metrics.ApdexContext.Elapsed
nameWithType: ApdexContext.Elapsed
- uid: App.Metrics.ApdexContext.Elapsed*
href: api/App.Metrics.ApdexContext.html#App_Metrics_ApdexContext_Elapsed_
commentId: Overload:App.Metrics.ApdexContext.Elapsed
name: Elapsed
fullName: App.Metrics.ApdexContext.Elapsed
- uid: App.Metrics.ApdexHealthCheck
name: ApdexHealthCheck
href: api/App.Metrics.ApdexHealthCheck.html#App_Metrics_ApdexHealthCheck
commentId: T:App.Metrics.ApdexHealthCheck
fullName: App.Metrics.ApdexHealthCheck
nameWithType: ApdexHealthCheck
- uid: App.Metrics.ApdexHealthCheck.#ctor(System.Lazy{App.Metrics.IMetrics},App.Metrics.Extensions.Middleware.DependencyInjection.Options.AspNetMetricsOptions)
name: ApdexHealthCheck(Lazy<IMetrics>, AspNetMetricsOptions)
href: api/App.Metrics.ApdexHealthCheck.html#App_Metrics_ApdexHealthCheck__ctor_System_Lazy_App_Metrics_IMetrics__App_Metrics_Extensions_Middleware_DependencyInjection_Options_AspNetMetricsOptions_
commentId: M:App.Metrics.ApdexHealthCheck.#ctor(System.Lazy{App.Metrics.IMetrics},App.Metrics.Extensions.Middleware.DependencyInjection.Options.AspNetMetricsOptions)
name.vb: ApdexHealthCheck(Lazy(Of IMetrics), AspNetMetricsOptions)
fullName: App.Metrics.ApdexHealthCheck.ApdexHealthCheck(System.Lazy<App.Metrics.IMetrics>, App.Metrics.Extensions.Middleware.DependencyInjection.Options.AspNetMetricsOptions)
fullName.vb: App.Metrics.ApdexHealthCheck.ApdexHealthCheck(System.Lazy(Of App.Metrics.IMetrics), App.Metrics.Extensions.Middleware.DependencyInjection.Options.AspNetMetricsOptions)
nameWithType: ApdexHealthCheck.ApdexHealthCheck(Lazy<IMetrics>, AspNetMetricsOptions)
nameWithType.vb: ApdexHealthCheck(Lazy(Of IMetrics), AspNetMetricsOptions)
- uid: App.Metrics.ApdexHealthCheck.#ctor*
href: api/App.Metrics.ApdexHealthCheck.html#App_Metrics_ApdexHealthCheck__ctor_
commentId: Overload:App.Metrics.ApdexHealthCheck.#ctor
name: ApdexHealthCheck
name.vb: ApdexHealthCheck
fullName: App.Metrics.ApdexHealthCheck.ApdexHealthCheck(System.Lazy<App.Metrics.IMetrics>, App.Metrics.Extensions.Middleware.DependencyInjection.Options.AspNetMetricsOptions)
fullName.vb: App.Metrics.ApdexHealthCheck.ApdexHealthCheck
- uid: App.Metrics.ApdexHealthCheck.CheckAsync(System.Threading.CancellationToken)
name: CheckAsync(CancellationToken)
href: api/App.Metrics.ApdexHealthCheck.html#App_Metrics_ApdexHealthCheck_CheckAsync_System_Threading_CancellationToken_
commentId: M:App.Metrics.ApdexHealthCheck.CheckAsync(System.Threading.CancellationToken)
fullName: App.Metrics.ApdexHealthCheck.CheckAsync(System.Threading.CancellationToken)
nameWithType: ApdexHealthCheck.CheckAsync(CancellationToken)
- uid: App.Metrics.ApdexHealthCheck.CheckAsync*
href: api/App.Metrics.ApdexHealthCheck.html#App_Metrics_ApdexHealthCheck_CheckAsync_
commentId: Overload:App.Metrics.ApdexHealthCheck.CheckAsync
name: CheckAsync
fullName: App.Metrics.ApdexHealthCheck.CheckAsync(System.Threading.CancellationToken)
- uid: App.Metrics.ApdexScore
name: ApdexScore
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore
commentId: T:App.Metrics.ApdexScore
fullName: App.Metrics.ApdexScore
nameWithType: ApdexScore
- uid: App.Metrics.ApdexScore.Frustrating
name: Frustrating
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Frustrating
commentId: P:App.Metrics.ApdexScore.Frustrating
fullName: App.Metrics.ApdexScore.Frustrating
nameWithType: ApdexScore.Frustrating
- uid: App.Metrics.ApdexScore.Frustrating*
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Frustrating_
commentId: Overload:App.Metrics.ApdexScore.Frustrating
name: Frustrating
fullName: App.Metrics.ApdexScore.Frustrating
- uid: App.Metrics.ApdexScore.SampleSize
name: SampleSize
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_SampleSize
commentId: P:App.Metrics.ApdexScore.SampleSize
fullName: App.Metrics.ApdexScore.SampleSize
nameWithType: ApdexScore.SampleSize
- uid: App.Metrics.ApdexScore.SampleSize*
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_SampleSize_
commentId: Overload:App.Metrics.ApdexScore.SampleSize
name: SampleSize
fullName: App.Metrics.ApdexScore.SampleSize
- uid: App.Metrics.ApdexScore.Satisfied
name: Satisfied
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Satisfied
commentId: P:App.Metrics.ApdexScore.Satisfied
fullName: App.Metrics.ApdexScore.Satisfied
nameWithType: ApdexScore.Satisfied
- uid: App.Metrics.ApdexScore.Satisfied*
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Satisfied_
commentId: Overload:App.Metrics.ApdexScore.Satisfied
name: Satisfied
fullName: App.Metrics.ApdexScore.Satisfied
- uid: App.Metrics.ApdexScore.Score
name: Score
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Score
commentId: P:App.Metrics.ApdexScore.Score
fullName: App.Metrics.ApdexScore.Score
nameWithType: ApdexScore.Score
- uid: App.Metrics.ApdexScore.Score*
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Score_
commentId: Overload:App.Metrics.ApdexScore.Score
name: Score
fullName: App.Metrics.ApdexScore.Score
- uid: App.Metrics.ApdexScore.Tolerating
name: Tolerating
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Tolerating
commentId: P:App.Metrics.ApdexScore.Tolerating
fullName: App.Metrics.ApdexScore.Tolerating
nameWithType: ApdexScore.Tolerating
- uid: App.Metrics.ApdexScore.Tolerating*
href: api/App.Metrics.ApdexScore.html#App_Metrics_ApdexScore_Tolerating_
commentId: Overload:App.Metrics.ApdexScore.Tolerating
name: Tolerating
fullName: App.Metrics.ApdexScore.Tolerating
- uid: App.Metrics.Configuration
name: App.Metrics.Configuration
href: api/App.Metrics.Configuration.html#App_Metrics_Configuration
commentId: N:App.Metrics.Configuration
fullName: App.Metrics.Configuration
nameWithType: App.Metrics.Configuration
- uid: App.Metrics.Configuration.AppMetricsOptionExtensions
name: AppMetricsOptionExtensions
href: api/App.Metrics.Configuration.AppMetricsOptionExtensions.html#App_Metrics_Configuration_AppMetricsOptionExtensions
commentId: T:App.Metrics.Configuration.AppMetricsOptionExtensions
fullName: App.Metrics.Configuration.AppMetricsOptionExtensions
nameWithType: AppMetricsOptionExtensions
- uid: App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags(App.Metrics.Configuration.AppMetricsOptions,System.Action{System.Collections.Generic.Dictionary{System.String,System.String},App.Metrics.Data.EnvironmentInfo})
name: WithGlobalTags(AppMetricsOptions, Action<Dictionary<String, String>, EnvironmentInfo>)
href: api/App.Metrics.Configuration.AppMetricsOptionExtensions.html#App_Metrics_Configuration_AppMetricsOptionExtensions_WithGlobalTags_App_Metrics_Configuration_AppMetricsOptions_System_Action_System_Collections_Generic_Dictionary_System_String_System_String__App_Metrics_Data_EnvironmentInfo__
commentId: M:App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags(App.Metrics.Configuration.AppMetricsOptions,System.Action{System.Collections.Generic.Dictionary{System.String,System.String},App.Metrics.Data.EnvironmentInfo})
name.vb: WithGlobalTags(AppMetricsOptions, Action(Of Dictionary(Of String, String), EnvironmentInfo))
fullName: App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags(App.Metrics.Configuration.AppMetricsOptions, System.Action<System.Collections.Generic.Dictionary<System.String, System.String>, App.Metrics.Data.EnvironmentInfo>)
fullName.vb: App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags(App.Metrics.Configuration.AppMetricsOptions, System.Action(Of System.Collections.Generic.Dictionary(Of System.String, System.String), App.Metrics.Data.EnvironmentInfo))
nameWithType: AppMetricsOptionExtensions.WithGlobalTags(AppMetricsOptions, Action<Dictionary<String, String>, EnvironmentInfo>)
nameWithType.vb: WithGlobalTags(AppMetricsOptions, Action(Of Dictionary(Of String, String), EnvironmentInfo))
- uid: App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags*
href: api/App.Metrics.Configuration.AppMetricsOptionExtensions.html#App_Metrics_Configuration_AppMetricsOptionExtensions_WithGlobalTags_
commentId: Overload:App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags
name: WithGlobalTags
name.vb: WithGlobalTags
fullName: App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags(App.Metrics.Configuration.AppMetricsOptions, System.Action<System.Collections.Generic.Dictionary<System.String, System.String>, App.Metrics.Data.EnvironmentInfo>)
fullName.vb: App.Metrics.Configuration.AppMetricsOptionExtensions.WithGlobalTags
- uid: App.Metrics.Configuration.AppMetricsOptions
name: AppMetricsOptions
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions
commentId: T:App.Metrics.Configuration.AppMetricsOptions
fullName: App.Metrics.Configuration.AppMetricsOptions
nameWithType: AppMetricsOptions
- uid: App.Metrics.Configuration.AppMetricsOptions.DefaultContextLabel
name: DefaultContextLabel
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_DefaultContextLabel
commentId: P:App.Metrics.Configuration.AppMetricsOptions.DefaultContextLabel
fullName: App.Metrics.Configuration.AppMetricsOptions.DefaultContextLabel
nameWithType: AppMetricsOptions.DefaultContextLabel
- uid: App.Metrics.Configuration.AppMetricsOptions.DefaultContextLabel*
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_DefaultContextLabel_
commentId: Overload:App.Metrics.Configuration.AppMetricsOptions.DefaultContextLabel
name: DefaultContextLabel
fullName: App.Metrics.Configuration.AppMetricsOptions.DefaultContextLabel
- uid: App.Metrics.Configuration.AppMetricsOptions.DefaultSamplingType
name: DefaultSamplingType
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_DefaultSamplingType
commentId: P:App.Metrics.Configuration.AppMetricsOptions.DefaultSamplingType
fullName: App.Metrics.Configuration.AppMetricsOptions.DefaultSamplingType
nameWithType: AppMetricsOptions.DefaultSamplingType
- uid: App.Metrics.Configuration.AppMetricsOptions.DefaultSamplingType*
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_DefaultSamplingType_
commentId: Overload:App.Metrics.Configuration.AppMetricsOptions.DefaultSamplingType
name: DefaultSamplingType
fullName: App.Metrics.Configuration.AppMetricsOptions.DefaultSamplingType
- uid: App.Metrics.Configuration.AppMetricsOptions.GlobalTags
name: GlobalTags
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_GlobalTags
commentId: P:App.Metrics.Configuration.AppMetricsOptions.GlobalTags
fullName: App.Metrics.Configuration.AppMetricsOptions.GlobalTags
nameWithType: AppMetricsOptions.GlobalTags
- uid: App.Metrics.Configuration.AppMetricsOptions.GlobalTags*
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_GlobalTags_
commentId: Overload:App.Metrics.Configuration.AppMetricsOptions.GlobalTags
name: GlobalTags
fullName: App.Metrics.Configuration.AppMetricsOptions.GlobalTags
- uid: App.Metrics.Configuration.AppMetricsOptions.MetricsEnabled
name: MetricsEnabled
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_MetricsEnabled
commentId: P:App.Metrics.Configuration.AppMetricsOptions.MetricsEnabled
fullName: App.Metrics.Configuration.AppMetricsOptions.MetricsEnabled
nameWithType: AppMetricsOptions.MetricsEnabled
- uid: App.Metrics.Configuration.AppMetricsOptions.MetricsEnabled*
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_MetricsEnabled_
commentId: Overload:App.Metrics.Configuration.AppMetricsOptions.MetricsEnabled
name: MetricsEnabled
fullName: App.Metrics.Configuration.AppMetricsOptions.MetricsEnabled
- uid: App.Metrics.Configuration.AppMetricsOptions.ReportingEnabled
name: ReportingEnabled
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_ReportingEnabled
commentId: P:App.Metrics.Configuration.AppMetricsOptions.ReportingEnabled
fullName: App.Metrics.Configuration.AppMetricsOptions.ReportingEnabled
nameWithType: AppMetricsOptions.ReportingEnabled
- uid: App.Metrics.Configuration.AppMetricsOptions.ReportingEnabled*
href: api/App.Metrics.Configuration.AppMetricsOptions.html#App_Metrics_Configuration_AppMetricsOptions_ReportingEnabled_
commentId: Overload:App.Metrics.Configuration.AppMetricsOptions.ReportingEnabled
name: ReportingEnabled
fullName: App.Metrics.Configuration.AppMetricsOptions.ReportingEnabled
- uid: App.Metrics.Core
name: App.Metrics.Core
href: api/App.Metrics.Core.html#App_Metrics_Core
commentId: N:App.Metrics.Core
fullName: App.Metrics.Core
nameWithType: App.Metrics.Core
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions
name: AdvancedMetricsContextExtensions
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions
commentId: T:App.Metrics.Core.AdvancedMetricsContextExtensions
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions
nameWithType: AdvancedMetricsContextExtensions
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.ApdexOptions)
name: BuildApdex(IAdvancedMetrics, ApdexOptions)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildApdex_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_ApdexOptions_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.ApdexOptions)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.ApdexOptions)
nameWithType: AdvancedMetricsContextExtensions.BuildApdex(IAdvancedMetrics, ApdexOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.ApdexOptions,App.Metrics.Sampling.Interfaces.IReservoir)
name: BuildApdex(IAdvancedMetrics, ApdexOptions, IReservoir)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildApdex_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_ApdexOptions_App_Metrics_Sampling_Interfaces_IReservoir_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.ApdexOptions,App.Metrics.Sampling.Interfaces.IReservoir)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.ApdexOptions, App.Metrics.Sampling.Interfaces.IReservoir)
nameWithType: AdvancedMetricsContextExtensions.BuildApdex(IAdvancedMetrics, ApdexOptions, IReservoir)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex*
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildApdex_
commentId: Overload:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex
name: BuildApdex
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildApdex(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.ApdexOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildCounter(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.CounterOptions)
name: BuildCounter(IAdvancedMetrics, CounterOptions)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildCounter_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_CounterOptions_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildCounter(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.CounterOptions)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildCounter(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.CounterOptions)
nameWithType: AdvancedMetricsContextExtensions.BuildCounter(IAdvancedMetrics, CounterOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildCounter*
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildCounter_
commentId: Overload:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildCounter
name: BuildCounter
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildCounter(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.CounterOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.GaugeOptions,System.Func{System.Double})
name: BuildGauge(IAdvancedMetrics, GaugeOptions, Func<Double>)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildGauge_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_GaugeOptions_System_Func_System_Double__
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.GaugeOptions,System.Func{System.Double})
name.vb: BuildGauge(IAdvancedMetrics, GaugeOptions, Func(Of Double))
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.GaugeOptions, System.Func<System.Double>)
fullName.vb: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.GaugeOptions, System.Func(Of System.Double))
nameWithType: AdvancedMetricsContextExtensions.BuildGauge(IAdvancedMetrics, GaugeOptions, Func<Double>)
nameWithType.vb: BuildGauge(IAdvancedMetrics, GaugeOptions, Func(Of Double))
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge*
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildGauge_
commentId: Overload:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge
name: BuildGauge
name.vb: BuildGauge
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.GaugeOptions, System.Func<System.Double>)
fullName.vb: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildGauge
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.HistogramOptions)
name: BuildHistogram(IAdvancedMetrics, HistogramOptions)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildHistogram_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_HistogramOptions_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.HistogramOptions)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.HistogramOptions)
nameWithType: AdvancedMetricsContextExtensions.BuildHistogram(IAdvancedMetrics, HistogramOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.HistogramOptions,App.Metrics.Sampling.Interfaces.IReservoir)
name: BuildHistogram(IAdvancedMetrics, HistogramOptions, IReservoir)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildHistogram_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_HistogramOptions_App_Metrics_Sampling_Interfaces_IReservoir_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.HistogramOptions,App.Metrics.Sampling.Interfaces.IReservoir)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.HistogramOptions, App.Metrics.Sampling.Interfaces.IReservoir)
nameWithType: AdvancedMetricsContextExtensions.BuildHistogram(IAdvancedMetrics, HistogramOptions, IReservoir)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram*
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildHistogram_
commentId: Overload:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram
name: BuildHistogram
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildHistogram(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.HistogramOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildMeter(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.MeterOptions)
name: BuildMeter(IAdvancedMetrics, MeterOptions)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildMeter_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_MeterOptions_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildMeter(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.MeterOptions)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildMeter(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.MeterOptions)
nameWithType: AdvancedMetricsContextExtensions.BuildMeter(IAdvancedMetrics, MeterOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildMeter*
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildMeter_
commentId: Overload:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildMeter
name: BuildMeter
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildMeter(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.MeterOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.TimerOptions)
name: BuildTimer(IAdvancedMetrics, TimerOptions)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildTimer_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_TimerOptions_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.TimerOptions)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.TimerOptions)
nameWithType: AdvancedMetricsContextExtensions.BuildTimer(IAdvancedMetrics, TimerOptions)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.TimerOptions,App.Metrics.Core.Interfaces.IHistogramMetric)
name: BuildTimer(IAdvancedMetrics, TimerOptions, IHistogramMetric)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildTimer_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_TimerOptions_App_Metrics_Core_Interfaces_IHistogramMetric_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.TimerOptions,App.Metrics.Core.Interfaces.IHistogramMetric)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.TimerOptions, App.Metrics.Core.Interfaces.IHistogramMetric)
nameWithType: AdvancedMetricsContextExtensions.BuildTimer(IAdvancedMetrics, TimerOptions, IHistogramMetric)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.TimerOptions,App.Metrics.Sampling.Interfaces.IReservoir)
name: BuildTimer(IAdvancedMetrics, TimerOptions, IReservoir)
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildTimer_App_Metrics_Core_Interfaces_IAdvancedMetrics_App_Metrics_Core_Options_TimerOptions_App_Metrics_Sampling_Interfaces_IReservoir_
commentId: M:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics,App.Metrics.Core.Options.TimerOptions,App.Metrics.Sampling.Interfaces.IReservoir)
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.TimerOptions, App.Metrics.Sampling.Interfaces.IReservoir)
nameWithType: AdvancedMetricsContextExtensions.BuildTimer(IAdvancedMetrics, TimerOptions, IReservoir)
- uid: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer*
href: api/App.Metrics.Core.AdvancedMetricsContextExtensions.html#App_Metrics_Core_AdvancedMetricsContextExtensions_BuildTimer_
commentId: Overload:App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer
name: BuildTimer
fullName: App.Metrics.Core.AdvancedMetricsContextExtensions.BuildTimer(App.Metrics.Core.Interfaces.IAdvancedMetrics, App.Metrics.Core.Options.TimerOptions)
- uid: App.Metrics.Core.ApdexMetric
name: ApdexMetric
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric
commentId: T:App.Metrics.Core.ApdexMetric
fullName: App.Metrics.Core.ApdexMetric
nameWithType: ApdexMetric
- uid: App.Metrics.Core.ApdexMetric.#ctor(App.Metrics.Apdex.Interfaces.IApdexProvider,App.Metrics.Utils.IClock,System.Boolean)
name: ApdexMetric(IApdexProvider, IClock, Boolean)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric__ctor_App_Metrics_Apdex_Interfaces_IApdexProvider_App_Metrics_Utils_IClock_System_Boolean_
commentId: M:App.Metrics.Core.ApdexMetric.#ctor(App.Metrics.Apdex.Interfaces.IApdexProvider,App.Metrics.Utils.IClock,System.Boolean)
fullName: App.Metrics.Core.ApdexMetric.ApdexMetric(App.Metrics.Apdex.Interfaces.IApdexProvider, App.Metrics.Utils.IClock, System.Boolean)
nameWithType: ApdexMetric.ApdexMetric(IApdexProvider, IClock, Boolean)
- uid: App.Metrics.Core.ApdexMetric.#ctor(App.Metrics.SamplingType,System.Int32,System.Double,App.Metrics.Utils.IClock,System.Boolean)
name: ApdexMetric(SamplingType, Int32, Double, IClock, Boolean)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric__ctor_App_Metrics_SamplingType_System_Int32_System_Double_App_Metrics_Utils_IClock_System_Boolean_
commentId: M:App.Metrics.Core.ApdexMetric.#ctor(App.Metrics.SamplingType,System.Int32,System.Double,App.Metrics.Utils.IClock,System.Boolean)
fullName: App.Metrics.Core.ApdexMetric.ApdexMetric(App.Metrics.SamplingType, System.Int32, System.Double, App.Metrics.Utils.IClock, System.Boolean)
nameWithType: ApdexMetric.ApdexMetric(SamplingType, Int32, Double, IClock, Boolean)
- uid: App.Metrics.Core.ApdexMetric.#ctor(App.Metrics.SamplingType,System.Int32,System.Double,App.Metrics.Utils.IClock,System.Double,System.Boolean)
name: ApdexMetric(SamplingType, Int32, Double, IClock, Double, Boolean)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric__ctor_App_Metrics_SamplingType_System_Int32_System_Double_App_Metrics_Utils_IClock_System_Double_System_Boolean_
commentId: M:App.Metrics.Core.ApdexMetric.#ctor(App.Metrics.SamplingType,System.Int32,System.Double,App.Metrics.Utils.IClock,System.Double,System.Boolean)
fullName: App.Metrics.Core.ApdexMetric.ApdexMetric(App.Metrics.SamplingType, System.Int32, System.Double, App.Metrics.Utils.IClock, System.Double, System.Boolean)
nameWithType: ApdexMetric.ApdexMetric(SamplingType, Int32, Double, IClock, Double, Boolean)
- uid: App.Metrics.Core.ApdexMetric.#ctor*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric__ctor_
commentId: Overload:App.Metrics.Core.ApdexMetric.#ctor
name: ApdexMetric
fullName: App.Metrics.Core.ApdexMetric.ApdexMetric(App.Metrics.SamplingType, System.Int32, System.Double, App.Metrics.Utils.IClock, System.Boolean)
- uid: App.Metrics.Core.ApdexMetric.CurrentTime
name: CurrentTime()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_CurrentTime
commentId: M:App.Metrics.Core.ApdexMetric.CurrentTime
fullName: App.Metrics.Core.ApdexMetric.CurrentTime()
nameWithType: ApdexMetric.CurrentTime()
- uid: App.Metrics.Core.ApdexMetric.CurrentTime*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_CurrentTime_
commentId: Overload:App.Metrics.Core.ApdexMetric.CurrentTime
name: CurrentTime
fullName: App.Metrics.Core.ApdexMetric.CurrentTime()
- uid: App.Metrics.Core.ApdexMetric.Dispose
name: Dispose()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Dispose
commentId: M:App.Metrics.Core.ApdexMetric.Dispose
fullName: App.Metrics.Core.ApdexMetric.Dispose()
nameWithType: ApdexMetric.Dispose()
- uid: App.Metrics.Core.ApdexMetric.Dispose(System.Boolean)
name: Dispose(Boolean)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Dispose_System_Boolean_
commentId: M:App.Metrics.Core.ApdexMetric.Dispose(System.Boolean)
fullName: App.Metrics.Core.ApdexMetric.Dispose(System.Boolean)
nameWithType: ApdexMetric.Dispose(Boolean)
- uid: App.Metrics.Core.ApdexMetric.Dispose*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Dispose_
commentId: Overload:App.Metrics.Core.ApdexMetric.Dispose
name: Dispose
fullName: App.Metrics.Core.ApdexMetric.Dispose()
- uid: App.Metrics.Core.ApdexMetric.EndRecording
name: EndRecording()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_EndRecording
commentId: M:App.Metrics.Core.ApdexMetric.EndRecording
fullName: App.Metrics.Core.ApdexMetric.EndRecording()
nameWithType: ApdexMetric.EndRecording()
- uid: App.Metrics.Core.ApdexMetric.EndRecording*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_EndRecording_
commentId: Overload:App.Metrics.Core.ApdexMetric.EndRecording
name: EndRecording
fullName: App.Metrics.Core.ApdexMetric.EndRecording()
- uid: App.Metrics.Core.ApdexMetric.Finalize
name: Finalize()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Finalize
commentId: M:App.Metrics.Core.ApdexMetric.Finalize
fullName: App.Metrics.Core.ApdexMetric.Finalize()
nameWithType: ApdexMetric.Finalize()
- uid: App.Metrics.Core.ApdexMetric.Finalize*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Finalize_
commentId: Overload:App.Metrics.Core.ApdexMetric.Finalize
name: Finalize
fullName: App.Metrics.Core.ApdexMetric.Finalize()
- uid: App.Metrics.Core.ApdexMetric.GetValue(System.Boolean)
name: GetValue(Boolean)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_GetValue_System_Boolean_
commentId: M:App.Metrics.Core.ApdexMetric.GetValue(System.Boolean)
fullName: App.Metrics.Core.ApdexMetric.GetValue(System.Boolean)
nameWithType: ApdexMetric.GetValue(Boolean)
- uid: App.Metrics.Core.ApdexMetric.GetValue*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_GetValue_
commentId: Overload:App.Metrics.Core.ApdexMetric.GetValue
name: GetValue
fullName: App.Metrics.Core.ApdexMetric.GetValue(System.Boolean)
- uid: App.Metrics.Core.ApdexMetric.NewContext
name: NewContext()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_NewContext
commentId: M:App.Metrics.Core.ApdexMetric.NewContext
fullName: App.Metrics.Core.ApdexMetric.NewContext()
nameWithType: ApdexMetric.NewContext()
- uid: App.Metrics.Core.ApdexMetric.NewContext*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_NewContext_
commentId: Overload:App.Metrics.Core.ApdexMetric.NewContext
name: NewContext
fullName: App.Metrics.Core.ApdexMetric.NewContext()
- uid: App.Metrics.Core.ApdexMetric.Reset
name: Reset()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Reset
commentId: M:App.Metrics.Core.ApdexMetric.Reset
fullName: App.Metrics.Core.ApdexMetric.Reset()
nameWithType: ApdexMetric.Reset()
- uid: App.Metrics.Core.ApdexMetric.Reset*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Reset_
commentId: Overload:App.Metrics.Core.ApdexMetric.Reset
name: Reset
fullName: App.Metrics.Core.ApdexMetric.Reset()
- uid: App.Metrics.Core.ApdexMetric.StartRecording
name: StartRecording()
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_StartRecording
commentId: M:App.Metrics.Core.ApdexMetric.StartRecording
fullName: App.Metrics.Core.ApdexMetric.StartRecording()
nameWithType: ApdexMetric.StartRecording()
- uid: App.Metrics.Core.ApdexMetric.StartRecording*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_StartRecording_
commentId: Overload:App.Metrics.Core.ApdexMetric.StartRecording
name: StartRecording
fullName: App.Metrics.Core.ApdexMetric.StartRecording()
- uid: App.Metrics.Core.ApdexMetric.Track(System.Action)
name: Track(Action)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Track_System_Action_
commentId: M:App.Metrics.Core.ApdexMetric.Track(System.Action)
fullName: App.Metrics.Core.ApdexMetric.Track(System.Action)
nameWithType: ApdexMetric.Track(Action)
- uid: App.Metrics.Core.ApdexMetric.Track(System.Int64)
name: Track(Int64)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Track_System_Int64_
commentId: M:App.Metrics.Core.ApdexMetric.Track(System.Int64)
fullName: App.Metrics.Core.ApdexMetric.Track(System.Int64)
nameWithType: ApdexMetric.Track(Int64)
- uid: App.Metrics.Core.ApdexMetric.Track*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Track_
commentId: Overload:App.Metrics.Core.ApdexMetric.Track
name: Track
fullName: App.Metrics.Core.ApdexMetric.Track(System.Int64)
- uid: App.Metrics.Core.ApdexMetric.Track``1(System.Func{``0})
name: Track<T>(Func<T>)
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Track__1_System_Func___0__
commentId: M:App.Metrics.Core.ApdexMetric.Track``1(System.Func{``0})
name.vb: Track(Of T)(Func(Of T))
fullName: App.Metrics.Core.ApdexMetric.Track<T>(System.Func<T>)
fullName.vb: App.Metrics.Core.ApdexMetric.Track(Of T)(System.Func(Of T))
nameWithType: ApdexMetric.Track<T>(Func<T>)
nameWithType.vb: Track(Of T)(Func(Of T))
- uid: App.Metrics.Core.ApdexMetric.Value
name: Value
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Value
commentId: P:App.Metrics.Core.ApdexMetric.Value
fullName: App.Metrics.Core.ApdexMetric.Value
nameWithType: ApdexMetric.Value
- uid: App.Metrics.Core.ApdexMetric.Value*
href: api/App.Metrics.Core.ApdexMetric.html#App_Metrics_Core_ApdexMetric_Value_
commentId: Overload:App.Metrics.Core.ApdexMetric.Value
name: Value
fullName: App.Metrics.Core.ApdexMetric.Value
- uid: App.Metrics.Core.CounterMetric
name: CounterMetric
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric
commentId: T:App.Metrics.Core.CounterMetric
fullName: App.Metrics.Core.CounterMetric
nameWithType: CounterMetric
- uid: App.Metrics.Core.CounterMetric.Decrement
name: Decrement()
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement
commentId: M:App.Metrics.Core.CounterMetric.Decrement
fullName: App.Metrics.Core.CounterMetric.Decrement()
nameWithType: CounterMetric.Decrement()
- uid: App.Metrics.Core.CounterMetric.Decrement(App.Metrics.MetricItem)
name: Decrement(MetricItem)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement_App_Metrics_MetricItem_
commentId: M:App.Metrics.Core.CounterMetric.Decrement(App.Metrics.MetricItem)
fullName: App.Metrics.Core.CounterMetric.Decrement(App.Metrics.MetricItem)
nameWithType: CounterMetric.Decrement(MetricItem)
- uid: App.Metrics.Core.CounterMetric.Decrement(App.Metrics.MetricItem,System.Int64)
name: Decrement(MetricItem, Int64)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement_App_Metrics_MetricItem_System_Int64_
commentId: M:App.Metrics.Core.CounterMetric.Decrement(App.Metrics.MetricItem,System.Int64)
fullName: App.Metrics.Core.CounterMetric.Decrement(App.Metrics.MetricItem, System.Int64)
nameWithType: CounterMetric.Decrement(MetricItem, Int64)
- uid: App.Metrics.Core.CounterMetric.Decrement(System.Int64)
name: Decrement(Int64)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement_System_Int64_
commentId: M:App.Metrics.Core.CounterMetric.Decrement(System.Int64)
fullName: App.Metrics.Core.CounterMetric.Decrement(System.Int64)
nameWithType: CounterMetric.Decrement(Int64)
- uid: App.Metrics.Core.CounterMetric.Decrement(System.String)
name: Decrement(String)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement_System_String_
commentId: M:App.Metrics.Core.CounterMetric.Decrement(System.String)
fullName: App.Metrics.Core.CounterMetric.Decrement(System.String)
nameWithType: CounterMetric.Decrement(String)
- uid: App.Metrics.Core.CounterMetric.Decrement(System.String,System.Int64)
name: Decrement(String, Int64)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement_System_String_System_Int64_
commentId: M:App.Metrics.Core.CounterMetric.Decrement(System.String,System.Int64)
fullName: App.Metrics.Core.CounterMetric.Decrement(System.String, System.Int64)
nameWithType: CounterMetric.Decrement(String, Int64)
- uid: App.Metrics.Core.CounterMetric.Decrement*
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Decrement_
commentId: Overload:App.Metrics.Core.CounterMetric.Decrement
name: Decrement
fullName: App.Metrics.Core.CounterMetric.Decrement()
- uid: App.Metrics.Core.CounterMetric.GetValue(System.Boolean)
name: GetValue(Boolean)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_GetValue_System_Boolean_
commentId: M:App.Metrics.Core.CounterMetric.GetValue(System.Boolean)
fullName: App.Metrics.Core.CounterMetric.GetValue(System.Boolean)
nameWithType: CounterMetric.GetValue(Boolean)
- uid: App.Metrics.Core.CounterMetric.GetValue*
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_GetValue_
commentId: Overload:App.Metrics.Core.CounterMetric.GetValue
name: GetValue
fullName: App.Metrics.Core.CounterMetric.GetValue(System.Boolean)
- uid: App.Metrics.Core.CounterMetric.Increment
name: Increment()
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment
commentId: M:App.Metrics.Core.CounterMetric.Increment
fullName: App.Metrics.Core.CounterMetric.Increment()
nameWithType: CounterMetric.Increment()
- uid: App.Metrics.Core.CounterMetric.Increment(App.Metrics.MetricItem)
name: Increment(MetricItem)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment_App_Metrics_MetricItem_
commentId: M:App.Metrics.Core.CounterMetric.Increment(App.Metrics.MetricItem)
fullName: App.Metrics.Core.CounterMetric.Increment(App.Metrics.MetricItem)
nameWithType: CounterMetric.Increment(MetricItem)
- uid: App.Metrics.Core.CounterMetric.Increment(App.Metrics.MetricItem,System.Int64)
name: Increment(MetricItem, Int64)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment_App_Metrics_MetricItem_System_Int64_
commentId: M:App.Metrics.Core.CounterMetric.Increment(App.Metrics.MetricItem,System.Int64)
fullName: App.Metrics.Core.CounterMetric.Increment(App.Metrics.MetricItem, System.Int64)
nameWithType: CounterMetric.Increment(MetricItem, Int64)
- uid: App.Metrics.Core.CounterMetric.Increment(System.Int64)
name: Increment(Int64)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment_System_Int64_
commentId: M:App.Metrics.Core.CounterMetric.Increment(System.Int64)
fullName: App.Metrics.Core.CounterMetric.Increment(System.Int64)
nameWithType: CounterMetric.Increment(Int64)
- uid: App.Metrics.Core.CounterMetric.Increment(System.String)
name: Increment(String)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment_System_String_
commentId: M:App.Metrics.Core.CounterMetric.Increment(System.String)
fullName: App.Metrics.Core.CounterMetric.Increment(System.String)
nameWithType: CounterMetric.Increment(String)
- uid: App.Metrics.Core.CounterMetric.Increment(System.String,System.Int64)
name: Increment(String, Int64)
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment_System_String_System_Int64_
commentId: M:App.Metrics.Core.CounterMetric.Increment(System.String,System.Int64)
fullName: App.Metrics.Core.CounterMetric.Increment(System.String, System.Int64)
nameWithType: CounterMetric.Increment(String, Int64)
- uid: App.Metrics.Core.CounterMetric.Increment*
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Increment_
commentId: Overload:App.Metrics.Core.CounterMetric.Increment
name: Increment
fullName: App.Metrics.Core.CounterMetric.Increment()
- uid: App.Metrics.Core.CounterMetric.Reset
name: Reset()
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Reset
commentId: M:App.Metrics.Core.CounterMetric.Reset
fullName: App.Metrics.Core.CounterMetric.Reset()
nameWithType: CounterMetric.Reset()
- uid: App.Metrics.Core.CounterMetric.Reset*
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Reset_
commentId: Overload:App.Metrics.Core.CounterMetric.Reset
name: Reset
fullName: App.Metrics.Core.CounterMetric.Reset()
- uid: App.Metrics.Core.CounterMetric.Value
name: Value
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Value
commentId: P:App.Metrics.Core.CounterMetric.Value
fullName: App.Metrics.Core.CounterMetric.Value
nameWithType: CounterMetric.Value
- uid: App.Metrics.Core.CounterMetric.Value*
href: api/App.Metrics.Core.CounterMetric.html#App_Metrics_Core_CounterMetric_Value_
commentId: Overload:App.Metrics.Core.CounterMetric.Value
name: Value
fullName: App.Metrics.Core.CounterMetric.Value
- uid: App.Metrics.Core.DerivedGauge
name: DerivedGauge
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge
commentId: T:App.Metrics.Core.DerivedGauge
fullName: App.Metrics.Core.DerivedGauge
nameWithType: DerivedGauge
- uid: App.Metrics.Core.DerivedGauge.#ctor(App.Metrics.Data.Interfaces.IMetricValueProvider{System.Double},System.Func{System.Double,System.Double})
name: DerivedGauge(IMetricValueProvider<Double>, Func<Double, Double>)
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge__ctor_App_Metrics_Data_Interfaces_IMetricValueProvider_System_Double__System_Func_System_Double_System_Double__
commentId: M:App.Metrics.Core.DerivedGauge.#ctor(App.Metrics.Data.Interfaces.IMetricValueProvider{System.Double},System.Func{System.Double,System.Double})
name.vb: DerivedGauge(IMetricValueProvider(Of Double), Func(Of Double, Double))
fullName: App.Metrics.Core.DerivedGauge.DerivedGauge(App.Metrics.Data.Interfaces.IMetricValueProvider<System.Double>, System.Func<System.Double, System.Double>)
fullName.vb: App.Metrics.Core.DerivedGauge.DerivedGauge(App.Metrics.Data.Interfaces.IMetricValueProvider(Of System.Double), System.Func(Of System.Double, System.Double))
nameWithType: DerivedGauge.DerivedGauge(IMetricValueProvider<Double>, Func<Double, Double>)
nameWithType.vb: DerivedGauge(IMetricValueProvider(Of Double), Func(Of Double, Double))
- uid: App.Metrics.Core.DerivedGauge.#ctor*
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge__ctor_
commentId: Overload:App.Metrics.Core.DerivedGauge.#ctor
name: DerivedGauge
name.vb: DerivedGauge
fullName: App.Metrics.Core.DerivedGauge.DerivedGauge(App.Metrics.Data.Interfaces.IMetricValueProvider<System.Double>, System.Func<System.Double, System.Double>)
fullName.vb: App.Metrics.Core.DerivedGauge.DerivedGauge
- uid: App.Metrics.Core.DerivedGauge.GetValue(System.Boolean)
name: GetValue(Boolean)
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge_GetValue_System_Boolean_
commentId: M:App.Metrics.Core.DerivedGauge.GetValue(System.Boolean)
fullName: App.Metrics.Core.DerivedGauge.GetValue(System.Boolean)
nameWithType: DerivedGauge.GetValue(Boolean)
- uid: App.Metrics.Core.DerivedGauge.GetValue*
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge_GetValue_
commentId: Overload:App.Metrics.Core.DerivedGauge.GetValue
name: GetValue
fullName: App.Metrics.Core.DerivedGauge.GetValue(System.Boolean)
- uid: App.Metrics.Core.DerivedGauge.Value
name: Value
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge_Value
commentId: P:App.Metrics.Core.DerivedGauge.Value
fullName: App.Metrics.Core.DerivedGauge.Value
nameWithType: DerivedGauge.Value
- uid: App.Metrics.Core.DerivedGauge.Value*
href: api/App.Metrics.Core.DerivedGauge.html#App_Metrics_Core_DerivedGauge_Value_
commentId: Overload:App.Metrics.Core.DerivedGauge.Value
name: Value
fullName: App.Metrics.Core.DerivedGauge.Value
- uid: App.Metrics.Core.FunctionGauge
name: FunctionGauge
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge
commentId: T:App.Metrics.Core.FunctionGauge
fullName: App.Metrics.Core.FunctionGauge
nameWithType: FunctionGauge
- uid: App.Metrics.Core.FunctionGauge.#ctor(System.Func{System.Double})
name: FunctionGauge(Func<Double>)
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge__ctor_System_Func_System_Double__
commentId: M:App.Metrics.Core.FunctionGauge.#ctor(System.Func{System.Double})
name.vb: FunctionGauge(Func(Of Double))
fullName: App.Metrics.Core.FunctionGauge.FunctionGauge(System.Func<System.Double>)
fullName.vb: App.Metrics.Core.FunctionGauge.FunctionGauge(System.Func(Of System.Double))
nameWithType: FunctionGauge.FunctionGauge(Func<Double>)
nameWithType.vb: FunctionGauge(Func(Of Double))
- uid: App.Metrics.Core.FunctionGauge.#ctor*
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge__ctor_
commentId: Overload:App.Metrics.Core.FunctionGauge.#ctor
name: FunctionGauge
name.vb: FunctionGauge
fullName: App.Metrics.Core.FunctionGauge.FunctionGauge(System.Func<System.Double>)
fullName.vb: App.Metrics.Core.FunctionGauge.FunctionGauge
- uid: App.Metrics.Core.FunctionGauge.GetValue(System.Boolean)
name: GetValue(Boolean)
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge_GetValue_System_Boolean_
commentId: M:App.Metrics.Core.FunctionGauge.GetValue(System.Boolean)
fullName: App.Metrics.Core.FunctionGauge.GetValue(System.Boolean)
nameWithType: FunctionGauge.GetValue(Boolean)
- uid: App.Metrics.Core.FunctionGauge.GetValue*
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge_GetValue_
commentId: Overload:App.Metrics.Core.FunctionGauge.GetValue
name: GetValue
fullName: App.Metrics.Core.FunctionGauge.GetValue(System.Boolean)
- uid: App.Metrics.Core.FunctionGauge.Value
name: Value
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge_Value
commentId: P:App.Metrics.Core.FunctionGauge.Value
fullName: App.Metrics.Core.FunctionGauge.Value
nameWithType: FunctionGauge.Value
- uid: App.Metrics.Core.FunctionGauge.Value*
href: api/App.Metrics.Core.FunctionGauge.html#App_Metrics_Core_FunctionGauge_Value_
commentId: Overload:App.Metrics.Core.FunctionGauge.Value
name: Value
fullName: App.Metrics.Core.FunctionGauge.Value
- uid: App.Metrics.Core.HealthCheck
name: HealthCheck
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck
commentId: T:App.Metrics.Core.HealthCheck
fullName: App.Metrics.Core.HealthCheck
nameWithType: HealthCheck
- uid: App.Metrics.Core.HealthCheck.#ctor(System.String)
name: HealthCheck(String)
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck__ctor_System_String_
commentId: M:App.Metrics.Core.HealthCheck.#ctor(System.String)
fullName: App.Metrics.Core.HealthCheck.HealthCheck(System.String)
nameWithType: HealthCheck.HealthCheck(String)
- uid: App.Metrics.Core.HealthCheck.#ctor(System.String,System.Func{System.Threading.Tasks.Task{App.Metrics.Core.HealthCheckResult}})
name: HealthCheck(String, Func<Task<HealthCheckResult>>)
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck__ctor_System_String_System_Func_System_Threading_Tasks_Task_App_Metrics_Core_HealthCheckResult___
commentId: M:App.Metrics.Core.HealthCheck.#ctor(System.String,System.Func{System.Threading.Tasks.Task{App.Metrics.Core.HealthCheckResult}})
name.vb: HealthCheck(String, Func(Of Task(Of HealthCheckResult)))
fullName: App.Metrics.Core.HealthCheck.HealthCheck(System.String, System.Func<System.Threading.Tasks.Task<App.Metrics.Core.HealthCheckResult>>)
fullName.vb: App.Metrics.Core.HealthCheck.HealthCheck(System.String, System.Func(Of System.Threading.Tasks.Task(Of App.Metrics.Core.HealthCheckResult)))
nameWithType: HealthCheck.HealthCheck(String, Func<Task<HealthCheckResult>>)
nameWithType.vb: HealthCheck(String, Func(Of Task(Of HealthCheckResult)))
- uid: App.Metrics.Core.HealthCheck.#ctor(System.String,System.Func{System.Threading.Tasks.Task{System.String}})
name: HealthCheck(String, Func<Task<String>>)
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck__ctor_System_String_System_Func_System_Threading_Tasks_Task_System_String___
commentId: M:App.Metrics.Core.HealthCheck.#ctor(System.String,System.Func{System.Threading.Tasks.Task{System.String}})
name.vb: HealthCheck(String, Func(Of Task(Of String)))
fullName: App.Metrics.Core.HealthCheck.HealthCheck(System.String, System.Func<System.Threading.Tasks.Task<System.String>>)
fullName.vb: App.Metrics.Core.HealthCheck.HealthCheck(System.String, System.Func(Of System.Threading.Tasks.Task(Of System.String)))
nameWithType: HealthCheck.HealthCheck(String, Func<Task<String>>)
nameWithType.vb: HealthCheck(String, Func(Of Task(Of String)))
- uid: App.Metrics.Core.HealthCheck.#ctor*
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck__ctor_
commentId: Overload:App.Metrics.Core.HealthCheck.#ctor
name: HealthCheck
name.vb: HealthCheck
fullName: App.Metrics.Core.HealthCheck.HealthCheck(System.String, System.Func<System.Threading.Tasks.Task<System.String>>)
fullName.vb: App.Metrics.Core.HealthCheck.HealthCheck
- uid: App.Metrics.Core.HealthCheck.CheckAsync(System.Threading.CancellationToken)
name: CheckAsync(CancellationToken)
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck_CheckAsync_System_Threading_CancellationToken_
commentId: M:App.Metrics.Core.HealthCheck.CheckAsync(System.Threading.CancellationToken)
fullName: App.Metrics.Core.HealthCheck.CheckAsync(System.Threading.CancellationToken)
nameWithType: HealthCheck.CheckAsync(CancellationToken)
- uid: App.Metrics.Core.HealthCheck.CheckAsync*
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck_CheckAsync_
commentId: Overload:App.Metrics.Core.HealthCheck.CheckAsync
name: CheckAsync
fullName: App.Metrics.Core.HealthCheck.CheckAsync(System.Threading.CancellationToken)
- uid: App.Metrics.Core.HealthCheck.ExecuteAsync(System.Threading.CancellationToken)
name: ExecuteAsync(CancellationToken)
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck_ExecuteAsync_System_Threading_CancellationToken_
commentId: M:App.Metrics.Core.HealthCheck.ExecuteAsync(System.Threading.CancellationToken)
fullName: App.Metrics.Core.HealthCheck.ExecuteAsync(System.Threading.CancellationToken)
nameWithType: HealthCheck.ExecuteAsync(CancellationToken)
- uid: App.Metrics.Core.HealthCheck.ExecuteAsync*
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck_ExecuteAsync_
commentId: Overload:App.Metrics.Core.HealthCheck.ExecuteAsync
name: ExecuteAsync
fullName: App.Metrics.Core.HealthCheck.ExecuteAsync(System.Threading.CancellationToken)
- uid: App.Metrics.Core.HealthCheck.Name
name: Name
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck_Name
commentId: P:App.Metrics.Core.HealthCheck.Name
fullName: App.Metrics.Core.HealthCheck.Name
nameWithType: HealthCheck.Name
- uid: App.Metrics.Core.HealthCheck.Name*
href: api/App.Metrics.Core.HealthCheck.html#App_Metrics_Core_HealthCheck_Name_
commentId: Overload:App.Metrics.Core.HealthCheck.Name
name: Name
fullName: App.Metrics.Core.HealthCheck.Name
- uid: App.Metrics.Core.HealthCheck.Result
name: HealthCheck.Result
href: api/App.Metrics.Core.HealthCheck.Result.html#App_Metrics_Core_HealthCheck_Result
commentId: T:App.Metrics.Core.HealthCheck.Result
fullName: App.Metrics.Core.HealthCheck.Result
nameWithType: HealthCheck.Result
- uid: App.Metrics.Core.HealthCheck.Result.#ctor(System.String,App.Metrics.Core.HealthCheckResult)
name: Result(String, HealthCheckResult)
href: api/App.Metrics.Core.HealthCheck.Result.html#App_Metrics_Core_HealthCheck_Result__ctor_System_String_App_Metrics_Core_HealthCheckResult_
commentId: M:App.Metrics.Core.HealthCheck.Result.#ctor(System.String,App.Metrics.Core.HealthCheckResult)
fullName: App.Metrics.Core.HealthCheck.Result.Result(System.String, App.Metrics.Core.HealthCheckResult)
nameWithType: HealthCheck.Result.Result(String, HealthCheckResult)
- uid: App.Metrics.Core.HealthCheck.Result.#ctor*
href: api/App.Metrics.Core.HealthCheck.Result.html#App_Metrics_Core_HealthCheck_Result__ctor_
commentId: Overload:App.Metrics.Core.HealthCheck.Result.#ctor
name: Result