From 98061eecab1aef966a79e2cfd1c2f70d1c1df395 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Wed, 11 Feb 2015 14:58:35 -0500 Subject: [PATCH] Add todo comment to bring back error reporting --- prometheus/process_collector_procfs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prometheus/process_collector_procfs.go b/prometheus/process_collector_procfs.go index a15a75f..5a09ded 100644 --- a/prometheus/process_collector_procfs.go +++ b/prometheus/process_collector_procfs.go @@ -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 {