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
- statisticMetricStatistic
- valuedouble
Properties
Statistic
[JsonProperty("statistic")]
[JsonConverter(typeof(StringEnumConverter))]
public MetricStatistic Statistic { get; }Property Value
Value
[JsonProperty("value")]
public double Value { get; }Property Value
Methods
ToString()
public override string ToString()