App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class ApdexMetric

Inheritance
System.Object
MetricBase
ApdexMetric
Inherited Members
MetricBase.Name
MetricBase.Tags
MetricBase.Unit
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Formatters.Json
Assembly:cs.temp.dll.dll
Syntax
public sealed class ApdexMetric : MetricBase

Properties

Frustrating

Declaration
public int Frustrating { get; set; }
Property Value
Type Description
System.Int32

SampleSize

Declaration
public int SampleSize { get; set; }
Property Value
Type Description
System.Int32

Satisfied

Declaration
public int Satisfied { get; set; }
Property Value
Type Description
System.Int32

Score

Declaration
public double Score { get; set; }
Property Value
Type Description
System.Double

Tolerating

Declaration
public int Tolerating { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX