We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb3374 commit 4100c8aCopy full SHA for 4100c8a
redis-statsd.py
@@ -62,7 +62,7 @@ def send_metric(name, mtype, value, tags=None):
62
tags.extend(args.global_tags.split(','))
63
64
if len(tags) > 0 and args.tags:
65
- tagstring = '#{}'.format(','.join(tags))
+ tagstring = '|#{}'.format(','.join(tags))
66
67
if mtype == 'c':
68
# For counters we will calculate our own deltas.
0 commit comments