From 3840585007f044846a7388fa5f70dc26ef573933 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Wed, 31 Jul 2013 11:30:16 +0200 Subject: [PATCH] Fix temperature type to be unit-agnostic The minimum value of -273.15 implies Celcius, which is not necessarily what is used for this type. --- src/types.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.db b/src/types.db index 173c641e..723b477d 100644 --- a/src/types.db +++ b/src/types.db @@ -164,7 +164,7 @@ spl value:GAUGE:U:U swap_io value:DERIVE:0:U swap value:GAUGE:0:1099511627776 tcp_connections value:GAUGE:0:4294967295 -temperature value:GAUGE:-273.15:U +temperature value:GAUGE:U:U threads value:GAUGE:0:U time_dispersion value:GAUGE:-1000000:1000000 timeleft value:GAUGE:0:U -- 2.30.2