get counter instead

This commit is contained in:
Kenneth Reitz
2012-12-06 16:22:25 -05:00
parent a0c43749fd
commit 9dbcdeaa69
+1 -1
View File
@@ -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