Mingyang Zheng
Mingyang Zheng
use hostName rather than VMName as nodeName #### What type of PR is this? /kind feature #### What this PR does / why we need it: No matter how the...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR is the first part of FlexScaleSet implementation of VMSet...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Currently, the CCM first checks the node type then chooses the...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Draft PR to test VMSSFlex-CSI integration **Which issue(s) this PR fixes**: **Requirements**: -...
## Summary The [panicRecover(input)](https://github.com/influxdata/telegraf/blob/master/agent/agent.go#L559) cannot capture the panic inside the Gather method in each plugin because the Gather() method is called in a separate go routine: [this line](https://github.com/influxdata/telegraf/blob/master/agent/agent.go#L583-L585). Adding the...
### Relevant telegraf.conf ```toml # Telegraf Configuration # # Telegraf is entirely plugin driven. All metrics are gathered from the # declared inputs, and sent to the declared outputs. #...