Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway.Scheme
Packages that use PrometheusProperties.Pushgateway.Scheme
Package
Description
Support for exporting actuator metrics to Prometheus.
-
Uses of PrometheusProperties.Pushgateway.Scheme in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus that return PrometheusProperties.Pushgateway.SchemeModifier and TypeMethodDescriptionPrometheusProperties.Pushgateway.getScheme()
Returns the enum constant of this class with the specified name.PrometheusProperties.Pushgateway.Scheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus with parameters of type PrometheusProperties.Pushgateway.SchemeModifier and TypeMethodDescriptionvoid
PrometheusProperties.Pushgateway.setScheme
(PrometheusProperties.Pushgateway.Scheme scheme)