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