Class PrometheusPushGatewayManager

java.lang.Object
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager

public class PrometheusPushGatewayManager extends Object
Class that can be used to manage the pushing of metrics to a Prometheus PushGateway. Handles the scheduling of push operations, error handling and shutdown operations.
Since:
2.1.0
Author:
David J. M. Karlsen, Phillip Webb