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/zenhttp/include/zenhttp/httptest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenhttp/include') diff --git a/src/zenhttp/include/zenhttp/httptest.h b/src/zenhttp/include/zenhttp/httptest.h index afe71fbce..608462809 100644 --- a/src/zenhttp/include/zenhttp/httptest.h +++ b/src/zenhttp/include/zenhttp/httptest.h @@ -3,8 +3,8 @@ #pragma once #include -#include #include +#include #include #include -- cgit v1.2.3