-
- All Implemented Interfaces:
-
com.datadog.trace.core.tagprocessor.TagsPostProcessor
public class PostProcessorChain implements TagsPostProcessor
-
-
Constructor Summary
Constructors Constructor Description PostProcessorChain(Array<TagsPostProcessor> processors)
-
Method Summary
Modifier and Type Method Description Map<String, Object>processTags(Map<String, Object> unsafeTags)Map<String, Object>processTagsWithContext(Map<String, Object> unsafeTags, DDSpanContext spanContext)-
-
Constructor Detail
-
PostProcessorChain
PostProcessorChain(Array<TagsPostProcessor> processors)
-
-
Method Detail
-
processTagsWithContext
Map<String, Object> processTagsWithContext(Map<String, Object> unsafeTags, DDSpanContext spanContext)
-
-
-
-