All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.prometheus.metrics.model.registry.PrometheusScrapeRequest Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package io.prometheus.metrics.model.registry;

/**
 * Infos extracted from the request received by the endpoint
 */
public interface PrometheusScrapeRequest {

	/**
	 * Absolute path of the HTTP request.
	 */
	String getRequestPath();

	/**
	 * See {@code jakarta.servlet.ServletRequest.getParameterValues(String name)}
	 */
	String[] getParameterValues(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy