mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
get counter instead
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user