VictoriaMetrics/lib/protoparser/statsd
Nikolay ee4a94a371
follow-up for c6c5a5a186 (#6265)
* adds datadog extensions for statsd:
  - multiple packed values (v1.1)
  - additional types distribution, histogram

* adds type check and append metric type to the labels with special tag
name `__statsd_metric_type__`. It simplifies streaming aggregation
config.

* remove statsd support from cluster, since cluster doesn't support
stream aggregation.

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>

(cherry picked from commit b2765c45d0)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2024-05-17 13:49:24 +02:00
..
stream follow-up for c6c5a5a186 (#6265) 2024-05-17 13:49:24 +02:00
parser.go follow-up for c6c5a5a186 (#6265) 2024-05-17 13:49:24 +02:00
parser_test.go follow-up for c6c5a5a186 (#6265) 2024-05-17 13:49:24 +02:00
parser_timing_test.go Statsd protocol compatibility (#5053) 2024-05-10 14:28:37 +02:00