Table of Contents

Class MetricSample

Namespace
Steeltoe.Management.Endpoint.Metrics
Assembly
Steeltoe.Management.EndpointBase.dll
public class MetricSample
Inheritance
MetricSample
Inherited Members

Constructors

MetricSample(MetricStatistic, double)

public MetricSample(MetricStatistic statistic, double value)

Parameters

statistic MetricStatistic
value double

Properties

Statistic

[JsonProperty("statistic")]
[JsonConverter(typeof(StringEnumConverter))]
public MetricStatistic Statistic { get; }

Property Value

MetricStatistic

Value

[JsonProperty("value")]
public double Value { get; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string