mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
3d75c39ff4
- Disallow more than 3 items in Loki line entry, since it must contain two mandatory entries: timestamp and message,
plus one optional entry - structured metadata. See https://grafana.com/docs/loki/latest/reference/loki-http-api/#ingest-logs
- Update references to structured metadata docs in Loki, in order to simplify further maintenance of the code
- Move the change from bugfix to feature at docs/VictoriaLogs/CHANGELOG.md, since VictoriaLogs never supported
structured metadata over JSON Loki protocol. The support for structured metadata in protobuf Loki protocol
has been added in
|
||
---|---|---|
.. | ||
loki.go | ||
loki_json.go | ||
loki_json_test.go | ||
loki_json_timing_test.go | ||
loki_protobuf.go | ||
loki_protobuf_test.go | ||
loki_protobuf_timing_test.go | ||
pb.go |