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

Commit

Permalink
Added link to explanation of how Graphite event tagging actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Johansson committed Nov 2, 2016
1 parent 935bcfa commit ac0dd9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lighter/graphite.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def notify(self, metricname, title, message, tags=[]):
logging.debug('Sending Graphite deployment event %s', message)
self._send(self._address, '%s 1 %s\n' % (metricname, now))

# For info on Graphite tags and filtering see
# https://github.com/grafana/grafana/issues/1474#issuecomment-105811191
self._call('/events/', {
'what': title,
'data': message,
Expand Down

0 comments on commit ac0dd9e

Please sign in to comment.