mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-02-16 15:45:14 +00:00
The line ``` |h|#consumer:Kafka::SharedConfigurationConsumer,topic:shared_configuration_update,partition:1,consumer_group:tc_rc_us ``` caused a panic because the line parsing _first_ splits by `:` and then failed to find a `|` to split on. Check that we get at least two "line parts" (i.e. splits around `|`) when we expect them, and if not, gracefully reject the line instead of crashing. Fixes #572. Signed-off-by: Matthias Rampke <matthias@prometheus.io> |
||
---|---|---|
.. | ||
line.go | ||
line_test.go |