类 PrometheusConfig
- java.lang.Object
-
- org.apache.dubbo.config.nested.PrometheusConfig
-
public class PrometheusConfig extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classPrometheusConfig.Exporterstatic classPrometheusConfig.Pushgateway
-
构造器概要
构造器 构造器 说明 PrometheusConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PrometheusConfig.ExportergetExporter()PrometheusConfig.PushgatewaygetPushgateway()voidsetExporter(PrometheusConfig.Exporter exporter)voidsetPushgateway(PrometheusConfig.Pushgateway pushgateway)
-
-
-
方法详细资料
-
getExporter
public PrometheusConfig.Exporter getExporter()
-
setExporter
public void setExporter(PrometheusConfig.Exporter exporter)
-
getPushgateway
public PrometheusConfig.Pushgateway getPushgateway()
-
setPushgateway
public void setPushgateway(PrometheusConfig.Pushgateway pushgateway)
-
-