クラス PrometheusProperties

java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties

@ConfigurationProperties(prefix="management.prometheus.metrics.export") public class PrometheusProperties extends ObjectSE
Prometheus へのエクスポートメトリクスを構成するための @ConfigurationProperties
導入:
2.0.0
作成者:
Jon Schneider, Stephane Nicoll
  • コンストラクターの詳細

    • PrometheusProperties

      public PrometheusProperties()
  • メソッドの詳細

    • isDescriptions

      public boolean isDescriptions()
    • setDescriptions

      public void setDescriptions(boolean descriptions)
    • getHistogramFlavor

      public io.micrometer.prometheus.HistogramFlavor getHistogramFlavor()
    • setHistogramFlavor

      public void setHistogramFlavor(io.micrometer.prometheus.HistogramFlavor histogramFlavor)
    • getStep

      public DurationSE getStep()
    • setStep

      public void setStep(DurationSE step)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getPushgateway

      public PrometheusProperties.Pushgateway getPushgateway()