Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Commit

Permalink
Prefix stats with location_leaderboard #292
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlockhart committed May 4, 2016
1 parent b7ce92d commit cf544e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leaderboard/stats.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import statsd

stats_client = statsd.StatsClient('localhost', 8125)
stats_client = statsd.StatsClient(
'localhost', 8125, prefix='location_leaderboard')

0 comments on commit cf544e3

Please sign in to comment.