Uses of Enum Class
io.prometheus.metrics.exporter.pushgateway.Scheme
-
Uses of Scheme in io.prometheus.metrics.exporter.pushgateway
Methods in io.prometheus.metrics.exporter.pushgateway that return SchemeModifier and TypeMethodDescriptionstatic SchemeScheme.fromString(String name) static SchemeReturns the enum constant of this class with the specified name.static Scheme[]Scheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.prometheus.metrics.exporter.pushgateway with parameters of type SchemeModifier and TypeMethodDescriptionSpecify if metrics should be pushed using HTTP or HTTPS.