From 9dbcdeaa6944e4ab29219a918fe22b3d8584fbf9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 6 Dec 2012 16:22:25 -0500 Subject: [PATCH] get counter instead --- httpbin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index e271869..15bbbdc 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -42,7 +42,7 @@ sentry = Sentry(app) metrics = librato.connect( os.environ.get('LIBRATO_USER'), os.environ.get('LIBRATO_TOKEN') - ).get_gauge('httpbin-requests') + ).get_counter('httpbin-requests') # ------ # Routes