@Component @ConfigurationProperties(prefix="seata.metrics") public class MetricsProperties extends Object
| 构造器和说明 |
|---|
MetricsProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getEnabled() |
String |
getExporterList() |
Integer |
getExporterPrometheusPort() |
String |
getRegistryType() |
MetricsProperties |
setEnabled(Boolean enabled) |
MetricsProperties |
setExporterList(String exporterList) |
MetricsProperties |
setExporterPrometheusPort(Integer exporterPrometheusPort) |
MetricsProperties |
setRegistryType(String registryType) |
public Boolean getEnabled()
public MetricsProperties setEnabled(Boolean enabled)
public String getRegistryType()
public MetricsProperties setRegistryType(String registryType)
public String getExporterList()
public MetricsProperties setExporterList(String exporterList)
public Integer getExporterPrometheusPort()
public MetricsProperties setExporterPrometheusPort(Integer exporterPrometheusPort)
Copyright © 2022 Seata. All rights reserved.