public class EnablePrometheusConf extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EnablePrometheusConf() | 
| EnablePrometheusConf(EnablePrometheusConf source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPath()Get 业务指标暴露的url path | 
| Long | getPort()Get 应用开放的监听端口 | 
| void | setPath(String Path)Set 业务指标暴露的url path | 
| void | setPort(Long Port)Set 应用开放的监听端口 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EnablePrometheusConf()
public EnablePrometheusConf(EnablePrometheusConf source)
public Long getPort()
public void setPort(Long Port)
Port - 应用开放的监听端口public String getPath()
public void setPath(String Path)
Path - 业务指标暴露的url pathCopyright © 2025. All rights reserved.