Module io.prometheus.metrics.model
Interface PrometheusScrapeRequest
public interface PrometheusScrapeRequest
Infos extracted from the request received by the endpoint
-
Method Summary
Modifier and TypeMethodDescriptionString[]getParameterValues(String name) Seejakarta.servlet.ServletRequest.getParameterValues(String name)Absolute path of the HTTP request.
-
Method Details
-
getRequestPath
String getRequestPath()Absolute path of the HTTP request. -
getParameterValues
Seejakarta.servlet.ServletRequest.getParameterValues(String name)
-