prometheus/storage/remote/otlptranslator
Arve Knudsen 9895d882b4
OTLP receiver: Use stdlib for splitting metric name in classical mode (#15573)
In non-UTF-8 mode, use strings.FieldsFunc to split string into tokens,
as it was before PR #15258. This makes the code more robust and
readable.

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2024-12-11 15:12:53 +01:00
..
prometheus OTLP receiver: Use stdlib for splitting metric name in classical mode (#15573) 2024-12-11 15:12:53 +01:00
prometheusremotewrite OTLP receiver: Don't call NormalizeLabel in NoUTF8EscapingWithSuffixes mode 2024-12-04 17:01:08 +01:00