wangwenjie2500

Results 2 comments of wangwenjie2500

我们的解决办法是在agent里面屏蔽掉指定标签的数据 agent/cron/g/cfg.go type GlobalConfig struct { Debug bool `json:"debug"` Hostname string `json:"hostname"` IP string `json:"ip"` Plugin *PluginConfig `json:"plugin"` Heartbeat *HeartbeatConfig `json:"heartbeat"` Transfer *TransferConfig `json:"transfer"` Http *HttpConfig `json:"http"` Collector *CollectorConfig `json:"collector"`...