Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Include base tags for updates.client.ping.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Cambridge committed May 13, 2015
1 parent 58fb27f commit 0ff7043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def finish_notifications(self, notifs):

def _send_ping(self):
self.last_ping = time.time()
self.metrics.increment("updates.client.ping")
self.metrics.increment("updates.client.ping", tags=self.base_tags)
return self.sendMessage("{}", False)

def process_ping(self):
Expand Down

0 comments on commit 0ff7043

Please sign in to comment.