java.lang.Object
java.lang.Enum<TextOutputFormat>
org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
All Implemented Interfaces:
Serializable, Comparable<TextOutputFormat>, Constable, Producible<TextOutputFormat>

public enum TextOutputFormat extends Enum<TextOutputFormat> implements Producible<TextOutputFormat>
A Producible enum for supported Prometheus TextFormat.
Since:
2.5.0
Author:
Andy Wilkinson
  • Enum Constant Details

    • CONTENT_TYPE_004

      public static final TextOutputFormat CONTENT_TYPE_004
      Prometheus text version 0.0.4.
    • CONTENT_TYPE_OPENMETRICS_100

      public static final TextOutputFormat CONTENT_TYPE_OPENMETRICS_100
      OpenMetrics text version 1.0.0.
  • Method Details

    • values

      public static TextOutputFormat[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TextOutputFormat valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getProducedMimeType

      public MimeType getProducedMimeType()
      Description copied from interface: Producible
      Mime type that can be produced.
      Specified by:
      getProducedMimeType in interface Producible<TextOutputFormat>
      Returns:
      the producible mime type