From 5c139e2d8a260544bc5e730de0440edbab4b0f03 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 22 Oct 2025 17:57:29 +0200 Subject: add support for OTLP logging/tracing (#599) - 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` 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 --- src/zencore/zencore.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/zencore/zencore.cpp') diff --git a/src/zencore/zencore.cpp b/src/zencore/zencore.cpp index b78991918..4ff79edc7 100644 --- a/src/zencore/zencore.cpp +++ b/src/zencore/zencore.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include @@ -267,7 +266,6 @@ zencore_forcelinktests() zen::process_forcelink(); zen::refcount_forcelink(); zen::sha1_forcelink(); - zen::stats_forcelink(); zen::stream_forcelink(); zen::string_forcelink(); zen::thread_forcelink(); -- cgit v1.2.3