Class EnablePrometheusConf

    • Constructor Detail

      • EnablePrometheusConf

        public EnablePrometheusConf()
      • EnablePrometheusConf

        public 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.
    • Method Detail

      • getPort

        public Long getPort()
        Get 应用开放的监听端口
        Returns:
        Port 应用开放的监听端口
      • setPort

        public void setPort​(Long Port)
        Set 应用开放的监听端口
        Parameters:
        Port - 应用开放的监听端口
      • getPath

        public String getPath()
        Get 业务指标暴露的url path
        Returns:
        Path 业务指标暴露的url path
      • setPath

        public void setPath​(String Path)
        Set 业务指标暴露的url path
        Parameters:
        Path - 业务指标暴露的url path