Class MetricTag
Inheritance
System.Object
MetricTag
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class MetricTag : object
Constructors
|
Edit this page
View Source
MetricTag(String, ISet<String>)
Declaration
public MetricTag(string tag, ISet<string> values)
Parameters
Type |
Name |
Description |
System.String |
tag |
|
ISet<System.String> |
values |
|
Properties
|
Edit this page
View Source
Tag
Declaration
public string Tag { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Values
Declaration
public ISet<string> Values { get; }
Property Value
Type |
Description |
ISet<System.String> |
|