Uses of Enum Class
org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
Packages that use PrometheusPushGatewayManager.ShutdownOperation
Package
Description
Support for exporting actuator metrics to Prometheus.
Actuator support for exporting metrics to Prometheus.
-
Uses of PrometheusPushGatewayManager.ShutdownOperation in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus that return PrometheusPushGatewayManager.ShutdownOperationMethods in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus with parameters of type PrometheusPushGatewayManager.ShutdownOperationModifier and TypeMethodDescriptionvoid
PrometheusProperties.Pushgateway.setShutdownOperation
(PrometheusPushGatewayManager.ShutdownOperation shutdownOperation) -
Uses of PrometheusPushGatewayManager.ShutdownOperation in org.springframework.boot.actuate.metrics.export.prometheus
Subclasses with type arguments of type PrometheusPushGatewayManager.ShutdownOperation in org.springframework.boot.actuate.metrics.export.prometheusModifier and TypeClassDescriptionstatic enum
The operation that should be performed on shutdown.Methods in org.springframework.boot.actuate.metrics.export.prometheus that return PrometheusPushGatewayManager.ShutdownOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PrometheusPushGatewayManager.ShutdownOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.boot.actuate.metrics.export.prometheus with parameters of type PrometheusPushGatewayManager.ShutdownOperationModifierConstructorDescriptionPrometheusPushGatewayManager
(io.prometheus.metrics.exporter.pushgateway.PushGateway pushGateway, Duration pushRate, PrometheusPushGatewayManager.ShutdownOperation shutdownOperation) Create a newPrometheusPushGatewayManager
instance.