Package io.quarkus.micrometer.runtime
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
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.TagsCalled when Vert.x http client request has ended
-
Method Details
-
contribute
Called when Vert.x http client request has ended
-