Class StandardTags
java.lang.Object
org.apache.cxf.metrics.micrometer.provider.StandardTags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.Tagio.micrometer.core.instrument.Tagmethod(org.apache.cxf.message.Message request) io.micrometer.core.instrument.Tagoutcome(org.apache.cxf.message.Message response) io.micrometer.core.instrument.Tagstatus(org.apache.cxf.message.Message response) io.micrometer.core.instrument.Taguri(org.apache.cxf.message.Message request)
-
Constructor Details
-
StandardTags
public StandardTags()
-
-
Method Details
-
method
public io.micrometer.core.instrument.Tag method(org.apache.cxf.message.Message request) -
status
public io.micrometer.core.instrument.Tag status(org.apache.cxf.message.Message response) -
uri
public io.micrometer.core.instrument.Tag uri(org.apache.cxf.message.Message request) -
exception
-
outcome
public io.micrometer.core.instrument.Tag outcome(org.apache.cxf.message.Message response)
-