Changed Methods |
String context()
|
Changed from abstract to non-abstract.
|
@return the context name of the record |
String description()
|
Changed from abstract to non-abstract.
|
@return the description of the record |
Iterable metrics()
|
Changed from abstract to non-abstract.
|
Get the metrics of the record |
String name()
|
Changed from abstract to non-abstract.
|
@return the record name |
Collection tags()
|
Changed from abstract to non-abstract.
|
Get the tags of the record Note: returning a collection instead of iterable as we need to use tags as keys (hence Collection#hashCode etc.) in maps |
long timestamp()
|
Changed from abstract to non-abstract.
|
Get the timestamp of the metrics |