com.netflix.servo.tag
Interface Tag

All Known Implementing Classes:
BasicTag, DataSourceLevel, DataSourceType, InjectableTag

public interface Tag

A key-value pair associated with a metric.


Method Summary
 java.lang.String getKey()
          Returns the key corresponding to this tag.
 java.lang.String getValue()
          Returns the value corresponding to this tag.
 java.lang.String tagString()
          Returns the string representation of this tag.
 

Method Detail

getKey

java.lang.String getKey()
Returns the key corresponding to this tag.


getValue

java.lang.String getValue()
Returns the value corresponding to this tag.


tagString

java.lang.String tagString()
Returns the string representation of this tag.