You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: