Class StandardTagsProvider
java.lang.Object
org.apache.cxf.metrics.micrometer.provider.StandardTagsProvider
- All Implemented Interfaces:
TagsProvider
-
Constructor Summary
ConstructorsConstructorDescriptionStandardTagsProvider(ExceptionClassProvider exceptionClassProvider, StandardTags standardTags) -
Method Summary
-
Constructor Details
-
StandardTagsProvider
public StandardTagsProvider(ExceptionClassProvider exceptionClassProvider, StandardTags standardTags)
-
-
Method Details
-
getTags
public Iterable<io.micrometer.core.instrument.Tag> getTags(org.apache.cxf.message.Exchange ex, boolean client) - Specified by:
getTagsin interfaceTagsProvider
-