Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties.Pushgateway.Format
Packages that use PrometheusProperties.Pushgateway.Format
Package
Description
Support for exporting actuator metrics to Prometheus.
-
Uses of PrometheusProperties.Pushgateway.Format in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus
Subclasses with type arguments of type PrometheusProperties.Pushgateway.Format in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheusMethods in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus that return PrometheusProperties.Pushgateway.FormatModifier and TypeMethodDescriptionPrometheusProperties.Pushgateway.getFormat()
Returns the enum constant of this class with the specified name.PrometheusProperties.Pushgateway.Format.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.FormatModifier and TypeMethodDescriptionvoid
PrometheusProperties.Pushgateway.setFormat
(PrometheusProperties.Pushgateway.Format format)