com.netflix.servo.tag
Interface TaggingContext

All Known Implementing Classes:
ThreadLocalTaggingContext

public interface TaggingContext

Returns the set of tags associated with the current execution context. Implementations of this interface are used to provide a common set of tags for all contextual monitors in a given execution flow.


Method Summary
 TagList getTags()
          Returns the tags for the current execution context.
 

Method Detail

getTags

TagList getTags()
Returns the tags for the current execution context.