Ai
4 Star 2 Fork 0

Gitee 极速下载/cloudinsight-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/cloudinsight/cloudinsight-agent
克隆/下载
cloudinsight-agent.conf.example 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
嗟米克 提交于 2016-11-01 19:09 +08:00 . Add proxy option to support TLS connection
# Cloudinsight Agent Configuration
[global]
# The host of the Cloudinsight data collector server to send Agent data to
ci_url = "https://dc-cloud.oneapm.com"
# The Cloudinsight license key to associate your Agent's data with your organization.
# You can find it at https://cloud.oneapm.com/#/settings
license_key = ""
# Set the hostname to whatever you want, if empty use your system hostname.
hostname = ""
# Set the host's tags
tags = ""
# Proxy to use for TLS connection, you can set it as "http://user:password@proxy-server:proxy-port"
proxy = ""
# The loopback address the Forwarder and Statsd will bind.
bind_host = "127.0.0.1"
# Change port the Agent is listening to
listen_port = 10010
# Change port the Statsd is listening to
statsd_port = 8251
# Allow non-local traffic to this Agent
# This is required when using this Agent as a proxy for other Agents that might not have an internet connection
non_local_traffic = false
# ========================================================================== #
# Logging
# ========================================================================== #
[logging]
log_level = "info"
log_file = "/var/log/cloudinsight-agent/cloudinsight-agent.log"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/cloudinsight-agent.git
git@gitee.com:mirrors/cloudinsight-agent.git
mirrors
cloudinsight-agent
cloudinsight-agent
master

搜索帮助