TestimoX

API Reference

Class

ServiceEndpointMetrics

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Metrics for a single endpoint.

Inheritance

  • Object
  • ServiceEndpointMetrics

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 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.