クラス PrometheusProperties
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties
@ConfigurationProperties("management.prometheus.metrics.export")
public class PrometheusProperties
extends ObjectSE
Prometheus へのエクスポートメトリクスを構成するための
@ConfigurationProperties
。- 導入:
- 2.0.0
- 作成者:
- Jon Schneider, Stephane Nicoll
ネストされたクラスのサマリー
ネストされたクラスコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getStep()
boolean
boolean
void
setDescriptions
(boolean descriptions) void
setEnabled
(boolean enabled) void
setStep
(DurationSE step)
コンストラクターの詳細
PrometheusProperties
public PrometheusProperties()
メソッドの詳細
isDescriptions
public boolean isDescriptions()setDescriptions
public void setDescriptions(boolean descriptions) getStep
setStep
isEnabled
public boolean isEnabled()setEnabled
public void setEnabled(boolean enabled) getPushgateway
getProperties