BedrockStreaming / Statsd

PHP component easing the statsd usage
13 stars 14 forks source link

Alternative tagging strategies are not supported #24

Open andrewmatthews opened 7 years ago

andrewmatthews commented 7 years ago

We are using DataDog, which supports tagging StatsD metrics also. However the tagging strategy is different: <node_name>|<value>|<tag_name=tag_value>|<tag_name=tag_value>|....

It would be great to be able to configure a tagging strategy to use, and not couple MessageEntity to that strategy.

For now, we are going to fork the repository to make it usable with DataDog, but we will try to create a PR to use the strategy pattern for this to make it extendible.