From 9c36a8ec236d7fff0871c3e07591c4d433d7d647 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 29 Aug 2016 08:50:17 +0200 Subject: [PATCH] Updated TODO (markdown) --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 82274da..17f13b2 100644 --- a/TODO.md +++ b/TODO.md @@ -2,12 +2,12 @@ If you are working on a task, please put your github @name next to it - * improve naming in perf.go in accordance with https://prometheus.io/docs/instrumenting/writing_exporters/#naming + * ~~improve naming in perf.go in accordance with https://prometheus.io/docs/instrumenting/writing_exporters/#naming~~ * ~~perf: export all disks ... currently only first disk is exported~~ * ~~use help text to indicate underlying WMI metrics, rather than human-readable text~~ * ~~perf: hardcode the "_Total" disk and always exclude it~~ - * perf: FreeMegabytes should be a ratio - * perf: dont export Avg* and *_Base values (https://github.com/martinlindhe/wmi_exporter/issues/4) + * ~~perf: FreeMegabytes should be a ratio~~ + * ~~perf: dont export Avg* and *_Base values (https://github.com/martinlindhe/wmi_exporter/issues/4)~~ ## Roadmap * stabilize naming