Interface MetricContext
- Since:
- 4.6.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()put(OptionalTag... tags) Creates aContextFragmentwithin which theOptionalTags will exist.
-
Method Details
-
put
Creates aContextFragmentwithin which theOptionalTags will exist.Note: There can only be one tag with the same key, the last one wins.
- Since:
- 4.6.0
-
getAll
Set<OptionalTag> getAll()- Returns:
- all tags that already exist in context.
- Since:
- 4.6.0
-