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
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
Hi @goir! Multiple metrics in one package can be supported, but these are one of the features we didn't implement because we don't use them in production. Pull requests are always welcome. :)
The official statsd node client uses \n as separator for multiple metrics in a single packet.
https://github.com/etsy/statsd/blob/master/docs/server.md
"Multiple metrics can be received in a single packet if separated by the \n character."
Update:
A simple python script to test this:
This gives me
instance=brubeck_debug sampler=statsd event=bad_key key='foo.baz:1|c
foo.def:1|c
' from=127.0.0.1
If I use "\0" or "\n\0" as the separator I don't the the error but just the first metric is send to carbon.
Is it possible to support multiple metrics in one package ?
The text was updated successfully, but these errors were encountered: