Package jetbrains.buildServer.metrics
Class MetricId
- java.lang.Object
-
- jetbrains.buildServer.metrics.MetricId
-
public class MetricId extends Object
- Author:
- kir Metric identifier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MetricDataType
getDataType()
String
getDescription()
String
getName()
String
getPrometheusName()
Map<String,String>
getTags()
String[]
getTagsList()
int
hashCode()
boolean
isExperimental()
String
toString()
-
-
-
Method Detail
-
getName
@NotNull public String getName()
-
getPrometheusName
@NotNull public String getPrometheusName()
-
getTagsList
@NotNull public String[] getTagsList()
-
getDataType
@NotNull public MetricDataType getDataType()
-
getDescription
@Nullable public String getDescription()
-
isExperimental
public boolean isExperimental()
-
-