Class PrometheusMetricsEndpoint

java.lang.Object
io.kroxylicious.proxy.internal.admin.PrometheusMetricsEndpoint
All Implemented Interfaces:
Function<io.netty.handler.codec.http.HttpRequest,io.netty.handler.codec.http.HttpResponse>

public class PrometheusMetricsEndpoint extends Object implements Function<io.netty.handler.codec.http.HttpRequest,io.netty.handler.codec.http.HttpResponse>
  • Field Details

  • Constructor Details

    • PrometheusMetricsEndpoint

      public PrometheusMetricsEndpoint(MeterRegistries registries)
  • Method Details

    • apply

      public io.netty.handler.codec.http.HttpResponse apply(io.netty.handler.codec.http.HttpRequest httpRequest)
      Specified by:
      apply in interface Function<io.netty.handler.codec.http.HttpRequest,io.netty.handler.codec.http.HttpResponse>