Class MeterKey
java.lang.Object
com.atlassian.diagnostics.ipd.api.MeterKey
Represents a key for an IPD meter, which includes a name and an array of tags. Tags are meters dimensions.
This class provides methods to retrieve the name, tags, and their corresponding formats.
- Since:
- 5.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MeterKey
-
-
Method Details
-
getName
-
getTags
-
getTagsAsMap
-
getFormattedTagsAsMap
The formatted tag values are displayed in JMX and log files. SeeMeterTag.getFormattedTag()- Returns:
- the tags as a map with the tag keys as the keys and the formatted tag values as the values
-
getTag
-
equals
-
hashCode
public int hashCode() -
toString
-