Package io.quarkus.micrometer.runtime
Interface HttpServerMetricsTagsContributor
-
public interface HttpServerMetricsTagsContributorAllows code to add additional MicrometerTagsto 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpServerMetricsTagsContributor.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.micrometer.core.instrument.Tagscontribute(HttpServerMetricsTagsContributor.Context context)Called when Vert.x http server response has ended
-
-
-
Method Detail
-
contribute
io.micrometer.core.instrument.Tags contribute(HttpServerMetricsTagsContributor.Context context)
Called when Vert.x http server response has ended
-
-