Package com.netflix.servo.tag

Code related to Tagging objects with metadata.

See:
          Description

Interface Summary
Tag A key-value pair associated with a metric.
TaggingContext Returns the set of tags associated with the current execution context.
TagList Represents a list of tags associated with a metric value.
 

Class Summary
BasicTag Immutable tag.
BasicTagList Immutable tag list.
SortedTagList  
SortedTagList.Builder  
TagComparator Comparator for ordering tags based on the key then the value.
Tags Helper functions for working with tags and tag lists.
ThreadLocalTaggingContext Keeps track of tags that should be applied to counters incremented in the current thread.
 

Enum Summary
InjectableTag Group of Tags who's values will be dynamically set at runtime based on local calls.
StandardTagKeys Standard tag keys that are used within this library.
 

Package com.netflix.servo.tag Description

Code related to Tagging objects with metadata.