Interface HttpClientMetricsTagsContributor


public interface HttpClientMetricsTagsContributor
Allows code to add additional Micrometer Tags to the metrics collected for completed HTTP client 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