Skip to content

Commit 3465c27

Browse files
authored
fix: ruby example of tags submission
1 parent 5aee66a commit 3465c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/metrics/custom_metrics/dogstatsd_metrics_submission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ statsd = Datadog::Statsd.new('localhost', 8125, tags: ['environment:dev'])
8686

8787
while true do
8888
statsd.increment('example_metric.increment')
89-
statsd.increment('example_metric.increment', tags: ['another': 'tag'])
89+
statsd.increment('example_metric.increment', tags: ['another:tag'])
9090
statsd.decrement('example_metric.decrement')
9191
statsd.count('example_metric.count', 2)
9292
sleep 10

0 commit comments

Comments
 (0)