TestimoX

API Reference

Class

ServiceEndpointMetrics

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Metrics for a single endpoint.

Inheritance

  • Object
  • ServiceEndpointMetrics

Constructors

public ServiceEndpointMetrics() #

Properties

public String Path { get; set; } #

Endpoint path.

public Int64 Requests { get; set; } #

Request count.

public Int64 Fail { get; set; } #

Failure count.

public MetricsDuration DurationMs { get; set; } #

Duration metrics.