aboutsummaryrefslogtreecommitdiff
path: root/src/zentelemetry/stats.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add support for OTLP logging/tracing (#599)Stefan Boberg2025-10-221-0/+831
- adds `zentelemetry` project which houses new functionality for serializing logs and traces in OpenTelemetry Protocol format (OTLP) - moved existing stats functionality from `zencore` to `zentelemetry` - adds `TRefCounted<T>` for vtable-less refcounting - adds `MemoryArena` class which allows for linear allocation of memory from chunks - adds `protozero` which is used to encode OTLP protobuf messages