Enum Class TextOutputFormat
java.lang.Object
java.lang.Enum<TextOutputFormat>
org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
- All Implemented Interfaces:
Serializable,Comparable<TextOutputFormat>,Constable,Producible<TextOutputFormat>
@Deprecated(since="3.3.0",
forRemoval=true)
public enum TextOutputFormat
extends Enum<TextOutputFormat>
implements Producible<TextOutputFormat>
Deprecated, for removal: This API element is subject to removal in a future version.
A
Producible enum for supported Prometheus TextFormat.- Since:
- 2.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Prometheus text version 0.0.4.Deprecated, for removal: This API element is subject to removal in a future version.OpenMetrics text version 1.0.0. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.MimeTypeDeprecated, for removal: This API element is subject to removal in a future version.Mime type that can be produced.static TextOutputFormatDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static TextOutputFormat[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.springframework.boot.actuate.endpoint.Producible
isDefault
-
Enum Constant Details
-
CONTENT_TYPE_004
Deprecated, for removal: This API element is subject to removal in a future version.Prometheus text version 0.0.4. -
CONTENT_TYPE_OPENMETRICS_100
Deprecated, for removal: This API element is subject to removal in a future version.OpenMetrics text version 1.0.0.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getProducedMimeType
public org.springframework.util.MimeType getProducedMimeType()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ProducibleMime type that can be produced.- Specified by:
getProducedMimeTypein interfaceProducible<TextOutputFormat>- Returns:
- the producible mime type
-
PrometheusOutputFormat