Interface PrometheusScrapeRequest
- All Known Subinterfaces:
PrometheusHttpRequest
- All Known Implementing Classes:
HttpExchangeAdapter.HttpRequest
,HttpExchangeAdapter.Request
,HttpExchangeAdapter.Request
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
Absolute path of the HTTP request. -
getParameterValues
Seejakarta.servlet.ServletRequest.getParameterValues(String name)
-