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

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

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

import com.fasterxml.jackson.databind.JsonNode;

public interface ScrapeOutput {

	void emit(ScrapeRuleType rule, JsonNode object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy