Uses of Class
org.apache.cxf.metrics.micrometer.provider.StandardTags
-
Packages that use StandardTags Package Description org.apache.cxf.metrics.micrometer.provider org.apache.cxf.spring.boot.autoconfigure.micrometer -
-
Uses of StandardTags in org.apache.cxf.metrics.micrometer.provider
Constructors in org.apache.cxf.metrics.micrometer.provider with parameters of type StandardTags Constructor Description StandardTagsProvider(ExceptionClassProvider exceptionClassProvider, StandardTags standardTags) -
Uses of StandardTags in org.apache.cxf.spring.boot.autoconfigure.micrometer
Methods in org.apache.cxf.spring.boot.autoconfigure.micrometer that return StandardTags Modifier and Type Method Description StandardTagsMicrometerMetricsAutoConfiguration. standardTags()Methods in org.apache.cxf.spring.boot.autoconfigure.micrometer with parameters of type StandardTags Modifier and Type Method Description TagsProviderMicrometerMetricsAutoConfiguration. tagsProvider(ExceptionClassProvider exceptionClassProvider, StandardTags standardTags)
-