VictoriaMetrics/lib/protoparser/statsd
Oleg c6c5a5a186
Statsd protocol compatibility (#5053)
In this PR I added compatibility with [statsd
protocol](https://github.com/b/statsd_spec) with tags to be able to send
metrics directly from statsd clients to vmagent or directly to VM.
For example its compatible with
[statsd-instrument](https://github.com/Shopify/statsd-instrument) and
[dogstatsd-ruby](https://github.com/DataDog/dogstatsd-ruby) gems

Related issues: #5052, #206, #4600
2024-05-07 21:46:08 +02:00
..
stream Statsd protocol compatibility (#5053) 2024-05-07 21:46:08 +02:00
parser.go Statsd protocol compatibility (#5053) 2024-05-07 21:46:08 +02:00
parser_test.go Statsd protocol compatibility (#5053) 2024-05-07 21:46:08 +02:00
parser_timing_test.go Statsd protocol compatibility (#5053) 2024-05-07 21:46:08 +02:00