Interface HttpServerMetricsTagsContributor


public interface HttpServerMetricsTagsContributor
Allows code to add additional Micrometer Tags to the metrics collected for completed HTTP server requests.

The implementations of this interface are meant to be registered via CDI beans.

See Also:
  • for a more advanced and feature complete way of interacting with Tags