org.cloudfoundry.promregator.endpoint.LoopbackScrapingDetectedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of promregator Show documentation
Show all versions of promregator Show documentation
Prometheus/CloudFoundry Metrics Aggregator
package org.cloudfoundry.promregator.endpoint;
public class LoopbackScrapingDetectedException extends RuntimeException {
private static final long serialVersionUID = -8088563578585318179L;
public LoopbackScrapingDetectedException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy