Class StandardTagsProvider
- java.lang.Object
-
- org.apache.cxf.metrics.micrometer.provider.StandardTagsProvider
-
- All Implemented Interfaces:
TagsProvider
public class StandardTagsProvider extends Object implements TagsProvider
-
-
Constructor Summary
Constructors Constructor Description StandardTagsProvider(ExceptionClassProvider exceptionClassProvider, StandardTags standardTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<io.micrometer.core.instrument.Tag>getTags(Exchange ex, boolean client)
-
-
-
Constructor Detail
-
StandardTagsProvider
public StandardTagsProvider(ExceptionClassProvider exceptionClassProvider, StandardTags standardTags)
-
-
Method Detail
-
getTags
public Iterable<io.micrometer.core.instrument.Tag> getTags(Exchange ex, boolean client)
- Specified by:
getTagsin interfaceTagsProvider
-
-