From fa2b8ae760ce7a1be864f839b6fb38b58decc411 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Tue, 18 Nov 2025 11:49:54 +0100 Subject: [PATCH] Mention client reports in Logs dev docs Added section on client reports for discarded log messages. --- develop-docs/sdk/telemetry/logs.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/develop-docs/sdk/telemetry/logs.mdx b/develop-docs/sdk/telemetry/logs.mdx index 40a8a06fc7505..45ab8f8c7712e 100644 --- a/develop-docs/sdk/telemetry/logs.mdx +++ b/develop-docs/sdk/telemetry/logs.mdx @@ -687,3 +687,7 @@ Example: : **String, optional**. The time the log was created in Unix nanoseconds. If not set, the SDK should set this to the current time. + +## Client Reports + +SDKs must report count (`log_item`) and size in bytes (`log_byte`) of discarded log messages. An approximation of log size is sufficient (e.g. by counting as if serialized).