From 98618070f57d3c139a0a67307b0e2cc912d0ca4d Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:02:16 -0700 Subject: [PATCH] add description to type_descriptions Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- schema/type_descriptions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/type_descriptions.yaml b/schema/type_descriptions.yaml index 5abfefa..49c506a 100644 --- a/schema/type_descriptions.yaml +++ b/schema/type_descriptions.yaml @@ -15,6 +15,7 @@ property_descriptions: file_format: The file format version. disabled: Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled. + log_level: Configure the log level of the internal logger used by the SDK resource: Configure resource for all signals. propagator: Configure text map context propagators. attribute_limits: Configure general attribute limits. See also tracer_provider.limits, logger_provider.limits.