From c417a9a8c623026b5362f38a9dc2f17fb323d036 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Fri, 1 Nov 2024 02:39:04 +0100 Subject: [PATCH] Another typo "ot". --- examples/kitchen-sink.yaml | 2 +- examples/sdk-config.yaml | 2 +- examples/sdk-migration-config.yaml | 2 +- schema/type_descriptions.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/kitchen-sink.yaml b/examples/kitchen-sink.yaml index acb53ae..90e6e21 100644 --- a/examples/kitchen-sink.yaml +++ b/examples/kitchen-sink.yaml @@ -325,7 +325,7 @@ tracer_provider: # Configure resource for all signals. resource: # Configure resource attributes. Entries have higher priority than entries from .resource.attributes_list. - # Entries must contain .name and .value, and may optionally include .type, which defaults ot "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. + # Entries must contain .name and .value, and may optionally include .type, which defaults to "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. attributes: - name: service.name value: unknown_service diff --git a/examples/sdk-config.yaml b/examples/sdk-config.yaml index 9bc3673..40ca996 100644 --- a/examples/sdk-config.yaml +++ b/examples/sdk-config.yaml @@ -16,7 +16,7 @@ disabled: false # Configure resource for all signals. resource: # Configure resource attributes. Entries have higher priority than entries from .resource.attributes_list. - # Entries must contain .name and .value, and may optionally include .type, which defaults ot "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. + # Entries must contain .name and .value, and may optionally include .type, which defaults to "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. attributes: - name: service.name value: unknown_service diff --git a/examples/sdk-migration-config.yaml b/examples/sdk-migration-config.yaml index 5f14d26..9fbcd7d 100644 --- a/examples/sdk-migration-config.yaml +++ b/examples/sdk-migration-config.yaml @@ -45,7 +45,7 @@ disabled: ${OTEL_SDK_DISABLED:-false} # Configure resource for all signals. resource: # Configure resource attributes. Entries have higher priority than entries from .resource.attributes_list. - # Entries must contain .name and .value, and may optionally include .type, which defaults ot "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. + # Entries must contain .name and .value, and may optionally include .type, which defaults to "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. attributes: - name: service.name value: ${OTEL_SERVICE_NAME:-unknown_service} diff --git a/schema/type_descriptions.yaml b/schema/type_descriptions.yaml index e5d269d..6fc0041 100644 --- a/schema/type_descriptions.yaml +++ b/schema/type_descriptions.yaml @@ -35,7 +35,7 @@ attributes: > Configure resource attributes. Entries have higher priority than entries from .resource.attributes_list. - Entries must contain .name and .value, and may optionally include .type, which defaults ot "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. + Entries must contain .name and .value, and may optionally include .type, which defaults to "string" if not set. The value must match the type. Values for .type include: string, bool, int, double, string_array, bool_array, int_array, double_array. attributes_list: > Configure resource attributes. Entries have lower priority than entries from .resource.attributes.