Class PrometheusMeterServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.frankframework.http.HttpServletBase
org.frankframework.metrics.PrometheusMeterServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, DynamicRegistration, DynamicRegistration.Servlet

@IbisInitializer public class PrometheusMeterServlet extends HttpServletBase
See Also:
  • Constructor Details

    • PrometheusMeterServlet

      public PrometheusMeterServlet()
  • Method Details

    • init

      public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Servlet
      Overrides:
      init in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
    • doGet

      protected void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException
      Overrides:
      doGet in class jakarta.servlet.http.HttpServlet
      Throws:
      IOException
    • isEnabled

      public boolean isEnabled()
    • getUrlMapping

      public String getUrlMapping()
    • setRegistry

      public void setRegistry(io.micrometer.core.instrument.MeterRegistry registry)