Uses of Enum Class
io.prometheus.metrics.config.EscapingScheme
-
Uses of EscapingScheme in io.prometheus.metrics.config
Fields in io.prometheus.metrics.config declared as EscapingSchemeModifier and TypeFieldDescriptionstatic final EscapingSchemeEscapingScheme.DEFAULTDefault escaping scheme for names when not specified.Methods in io.prometheus.metrics.config that return EscapingSchemeModifier and TypeMethodDescriptionstatic EscapingSchemeEscapingScheme.fromAcceptHeader(String acceptHeader) fromAcceptHeader returns an EscapingScheme depending on the Accept header.ExporterPushgatewayProperties.getEscapingScheme()Escaping scheme to be used when pushing metric data to the pushgateway.static EscapingSchemeReturns the enum constant of this class with the specified name.static EscapingScheme[]EscapingScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.prometheus.metrics.config with parameters of type EscapingSchemeModifier and TypeMethodDescriptionExporterPushgatewayProperties.Builder.escapingScheme(EscapingScheme escapingScheme)