Class MetricsRequest
Inheritance
System.Object
MetricsRequest
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class MetricsRequest : object
Constructors
|
Edit this page
View Source
MetricsRequest(String, List<KeyValuePair<String, String>>)
Declaration
public MetricsRequest(string metricName, List<KeyValuePair<string, string>> tags)
Parameters
Type |
Name |
Description |
System.String |
metricName |
|
List<KeyValuePair<System.String, System.String>> |
tags |
|
Properties
|
Edit this page
View Source
MetricName
Declaration
public string MetricName { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public List<KeyValuePair<string, string>> Tags { get; }
Property Value
Type |
Description |
List<KeyValuePair<System.String, System.String>> |
|