Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored Jan 11, 2024
1 parent 18c1dbe commit ea0eafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ meter_provider:
timeout: 10000
# Configure client transport security for the exporter's connection.
#
# Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_METRICS_INSECURE, OTEL_EXPORTER_OTLP_METRIC_INSECURE
# Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_METRICS_INSECURE
insecure: true
# Configure temporality preference.
#
Expand Down Expand Up @@ -296,7 +296,7 @@ tracer_provider:
timeout: 10000
# Configure client transport security for the exporter's connection.
#
# Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_TRACES_INSECURE, OTEL_EXPORTER_OTLP_TRACE_INSECURE
# Environment variable: OTEL_EXPORTER_OTLP_INSECURE, OTEL_EXPORTER_OTLP_TRACES_INSECURE
insecure: true
# Configure a batch span processor.
- batch:
Expand Down

0 comments on commit ea0eafd

Please sign in to comment.