Interface JettyCoreRequestTagsProvider

All Known Implementing Classes:
DefaultJettyCoreRequestTagsProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface JettyCoreRequestTagsProvider
Provides Tags for Jetty Core request handling.
Since:
1.13.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<io.micrometer.core.instrument.Tag>
    getTags(org.eclipse.jetty.server.Request request)
    Provides tags to be associated with metrics for the given request.
  • Method Details

    • getTags

      Iterable<io.micrometer.core.instrument.Tag> getTags(org.eclipse.jetty.server.Request request)
      Provides tags to be associated with metrics for the given request.
      Parameters:
      request - the request
      Returns:
      tags to associate with metrics for the request