Class MetricsResponse
Inheritance
System.Object
MetricsResponse
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class MetricsResponse : object, IMetricsResponse
Constructors
|
Edit this page
View Source
MetricsResponse(String, List<MetricSample>, List<MetricTag>)
Declaration
public MetricsResponse(string name, List<MetricSample> measurements, List<MetricTag> availableTags)
Parameters
Properties
|
Edit this page
View Source
Declaration
public List<MetricTag> AvailableTags { get; }
Property Value
|
Edit this page
View Source
Measurements
Declaration
public List<MetricSample> Measurements { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Implements