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

Class TimerOptions

Inheritance
System.Object
MetricValueOptionsBase
MetricValueWithSamplingOption
TimerOptions
Inherited Members
MetricValueWithSamplingOption.Reservoir
MetricValueOptionsBase.Context
MetricValueOptionsBase.MeasurementUnit
MetricValueOptionsBase.Name
MetricValueOptionsBase.Tags
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.Core.Options
Assembly:cs.temp.dll.dll
Syntax
public class TimerOptions : MetricValueWithSamplingOption

Constructors

TimerOptions()

Declaration
public TimerOptions()

Properties

DurationUnit

Gets or sets the duration unit used for visualization which defaults to Milliseconds

Declaration
public TimeUnit DurationUnit { get; set; }
Property Value
Type Description
TimeUnit

The duration unit.

RateUnit

Gets or sets the rate unit used for visualization which defaults to Minutes

Declaration
public TimeUnit RateUnit { get; set; }
Property Value
Type Description
TimeUnit

The rate unit.

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX