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

net.thisptr.java.prometheus.metrics.agent.scraper.ScrapeRule Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package net.thisptr.java.prometheus.metrics.agent.scraper;

import java.util.List;

import net.thisptr.java.prometheus.metrics.agent.misc.AttributeNamePattern;

public interface ScrapeRule {

	List patterns();

	boolean skip();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy