From dc3671dc644234cce7a74e81221d4de0f8be7bb9 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 2 Dec 2014 21:49:47 +0100 Subject: [PATCH] reset counter type to it's initial value It was a COUNTER, not a GAUGE before it got accidentally deleted by 6372ca6a38. --- src/types.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.db b/src/types.db index 7410243d..a454a2b5 100644 --- a/src/types.db +++ b/src/types.db @@ -23,7 +23,7 @@ connections value:DERIVE:0:U conntrack value:GAUGE:0:4294967295 contextswitch value:DERIVE:0:U count value:GAUGE:0:U -counter value:GAUGE:0:U +counter value:COUNTER:U:U cpufreq value:GAUGE:0:U cpu value:DERIVE:0:U current_connections value:GAUGE:0:U -- 2.11.0