Interface PrometheusScrapeRequest


public interface PrometheusScrapeRequest
Infos extracted from the request received by the endpoint
  • Method Summary

    Modifier and Type
    Method
    Description
    See jakarta.servlet.ServletRequest.getParameterValues(String name)
    Absolute path of the HTTP request.
  • Method Details

    • getRequestPath

      String getRequestPath()
      Absolute path of the HTTP request.
    • getParameterValues

      String[] getParameterValues(String name)
      See jakarta.servlet.ServletRequest.getParameterValues(String name)