Uses of Enum Class
io.prometheus.metrics.exporter.pushgateway.Scheme
Packages that use Scheme
-
Uses of Scheme in io.prometheus.metrics.exporter.pushgateway
Subclasses with type arguments of type Scheme in io.prometheus.metrics.exporter.pushgatewayFields in io.prometheus.metrics.exporter.pushgateway declared as SchemeMethods in io.prometheus.metrics.exporter.pushgateway that return SchemeModifier and TypeMethodDescriptionstatic SchemeScheme.fromString(String name) private SchemePushGateway.Builder.getScheme(ExporterPushgatewayProperties properties) 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.