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
- Author:
- Andy Wilkinson
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum 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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Mime type that can be produced.static TextOutputFormat
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.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, valueOf
Methods 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
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Producible
Mime type that can be produced.- Specified by:
getProducedMimeType
in interfaceProducible<TextOutputFormat>
- Returns:
- the producible mime type
-
PrometheusOutputFormat