techfromsage/tripod-php

Allow StatsD class to have multiple prefixes

Closed this issue · 1 comments

The current implementation only allows stats to go to one metric. StatsD->prefix should allow either a string or an array of strings. If it's the latter, it should send the value to metrics built off of each prefix.

Wrong assumption