prometheus/storage/remote
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
..
azuread
googleiam
otlptranslator
chunked.go
chunked_test.go
client.go
client_test.go
codec.go
codec_test.go
dial_context.go
dial_context_test.go
ewma.go
intern.go
intern_test.go
max_timestamp.go
metadata_watcher.go
metadata_watcher_test.go
queue_manager.go
queue_manager_test.go
read.go Add streaming remote read to ReadClient (#11379) 2024-08-28 07:23:54 +01:00
read_handler.go
read_handler_test.go
read_test.go
stats.go
storage.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
storage_test.go
write.go
write_handler.go
write_handler_test.go
write_test.go