VictoriaMetrics/app/vlinsert
Aliaksandr Valialkin 9e1c037249
lib/logstorage: properly parse timezone offset at TryParseTimestampRFC3339Nano()
The TryParseTimestampRFC3339Nano() must properly parse RFC3339 timestamps with timezone offsets.

While at it, make tryParseTimestampISO8601 function private in order to prevent
from improper usage of this function from outside the lib/logstorage package.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6508
2024-06-25 14:53:38 +02:00
..
elasticsearch app/vlinsert: properly parse length-delimited syslog messages sent over TCP according to RFC5425 2024-06-17 22:28:26 +02:00
insertutils lib/logstorage: properly parse timezone offset at TryParseTimestampRFC3339Nano() 2024-06-25 14:53:38 +02:00
jsonline app/vlinsert: properly parse timestamps with nanosecond precision at /insert/jsonline HTTP endpoint 2024-06-18 00:23:25 +02:00
loki app/vlinsert/syslog: allow accepting syslog messages with different configs at different ports 2024-06-17 23:16:34 +02:00
syslog app/vlinsert: properly parse timestamps with nanosecond precision at /insert/jsonline HTTP endpoint 2024-06-18 00:23:25 +02:00
main.go lib/logstorage: work-in-progress 2024-06-17 12:13:18 +02:00