Interface Tag
-
- All Known Implementing Classes:
ImmutableTag
public interface Tag
Key/value pair representing a dimension of a meter used to classify and drill into measurements.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
String
getValue()
static Tag
of(String key, String value)
-