Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescriptionDefault
cxf.metrics.enabledEnables or disables metrics auto-configurationtrue
cxf.metrics.jaxrs.enabledEnables or disables JAX-RS metrics auto-configurationtrue
cxf.metrics.jaxws.enabledEnables or disables JAX-WS metrics auto-configurationtrue
cxf.metrics.server.autoTimeRequests

Whether requests handled by CXF should be automatically timed.  If the number of time series emitted grows
too large on account of request mapping timings, set it to "false" and use @Timed or @TimeSet on a per
invocation basis as needed.

true
cxf.metrics.server.requestsMetricNameName of the metric for received requests (server-side)cxf.server.requests
cxf.metrics.server.maxUriTags

Maximum number of unique URI tag values allowed. After the max number of tag values is reached,
metrics with additional tag values are denied by filter.

100
cxf.metrics.client.requestsMetricNameName of the metric for sent requests (client-side)cxf.client.requests
cxf.metrics.client.maxUriTags

Maximum number of unique URI tag values allowed. After the max number of tag values is reached,
metrics with additional tag values are denied by filter.

100

Spring Boot CXF JAX-WS Starter

...