TestimoX

API Reference

Class

MetricsLatency

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Aggregate latency metrics.

Inheritance

  • Object
  • MetricsLatency

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public MetricsLatency() #

Properties

public Int64 Count { get; set; } #

Number of samples.

public Int64 Sum { get; set; } #

Total latency in milliseconds.

public Double Avg { get; set; } #

Average latency in milliseconds.