VictoriaMetrics/lib/filestream
Andrii Chubatiuk 01430a155c
vlinsert: added opentelemetry logs support
Commit adds the following changes:

* Adds support of OpenTelemetry logs for Victoria Logs with protobuf encoded messages

*  json encoding is not supported for the following reasons:
   - It brings a lot of fragile code, which works inefficiently.
   - json encoding is impossible to use with language SDK.

* splits metrics and logs structures at lib/protoparser/opentelemetry/pb package.

* adds docs with examples for opentelemetry logs.

---
Related issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4839

Co-authored-by: AndrewChubatiuk <andrew.chubatiuk@gmail.com>
Co-authored-by: f41gh7 <nik@victoriametrics.com>
2024-09-03 20:12:05 +02:00
..
filestream.go testing: allow disabling fsync to make tests run faster (#6871) 2024-08-30 10:54:46 +02:00
filestream_darwin.go vlinsert: added opentelemetry logs support 2024-09-03 20:12:05 +02:00
filestream_freebsd.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
filestream_linux.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
filestream_openbsd.go lib/{fs,filestream}: small consistency-related updates after cc90a548b1 2020-09-29 00:42:43 +03:00
filestream_solaris.go fixes solaris build (#1345) 2021-05-31 09:21:23 +03:00
filestream_test.go lib/filestream: change Create() to MustCreate() 2023-04-14 15:12:48 -07:00
filestream_windows.go all: follow-up after 34634ec357 2023-03-25 11:57:39 -07:00