From 84c276d6707ea15d84ac953e26d1abaab218b600 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Tue, 18 Jul 2023 15:19:22 -0700 Subject: [PATCH] add insecure field Signed-off-by: Alex Boten --- examples/kitchen-sink.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/kitchen-sink.yaml b/examples/kitchen-sink.yaml index 9ff415c..e3e060d 100644 --- a/examples/kitchen-sink.yaml +++ b/examples/kitchen-sink.yaml @@ -80,6 +80,10 @@ logger_provider: # # Environment variable: OTEL_EXPORTER_OTLP_TIMEOUT, OTEL_EXPORTER_OTLP_LOGS_TIMEOUT timeout: 10000 + # Whether to enable client transport security for the exporter's connection. + # + # Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_LOGS_INSECURE + insecure: true # Configure the log record limits. See also attribute_limits. limits: # Set the max log record attribute value size. Overrides attribute_limits.attribute_value_length_limit. @@ -156,6 +160,10 @@ meter_provider: # # Environment variable: OTEL_EXPORTER_OTLP_TIMEOUT, OTEL_EXPORTER_OTLP_METRICS_TIMEOUT timeout: 10000 + # Whether to enable client transport security for the exporter's connection. + # + # Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_METRICS_INSECURE, OTEL_EXPORTER_OTLP_METRIC_INSECURE + insecure: true # Sets the temporality preference. # # Environment variable: OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE @@ -265,6 +273,10 @@ tracer_provider: # # Environment variable: OTEL_EXPORTER_OTLP_TIMEOUT, OTEL_EXPORTER_OTLP_TRACES_TIMEOUT timeout: 10000 + # Whether to enable client transport security for the exporter's connection. + # + # Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_TRACES_INSECURE, OTEL_EXPORTER_OTLP_TRACE_INSECURE + insecure: true # Add a simple span processor. - simple: # Set the exporter.