include gauges
diff --git a/src/couch_stats_httpd.erl b/src/couch_stats_httpd.erl
index ab8b851..415ab4e 100644
--- a/src/couch_stats_httpd.erl
+++ b/src/couch_stats_httpd.erl
@@ -37,6 +37,8 @@
 
 transform_stat(counter, Props) ->
     Props;
+transform_stat(gauge, Props) ->
+    Props;
 transform_stat(histogram, Props) ->
     lists:map(fun
         ({value, Value}) ->