Add todo comment to bring back error reporting
This commit is contained in:
parent
7faf9e76ef
commit
98061eecab
|
@ -24,6 +24,8 @@ func processCollectSupported() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
// TODO(ts): Bring back error reporting by reverting 7faf9e7 as soon as the
|
||||
// client allows users to configure the error behavior.
|
||||
func (c *processCollector) processCollect(ch chan<- Metric) {
|
||||
pid, err := c.pidFn()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue