Add todo comment to bring back error reporting

This commit is contained in:
Tobias Schmidt 2015-02-11 14:58:35 -05:00
parent 7faf9e76ef
commit 98061eecab
1 changed files with 2 additions and 0 deletions

View File

@ -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 {