Skip to content

feat(observability): add configurable insecure connection for OpenTelemetry#8

Merged
faranjit merged 1 commit into
mainfrom
feat/otel-insecure
May 25, 2026
Merged

feat(observability): add configurable insecure connection for OpenTelemetry#8
faranjit merged 1 commit into
mainfrom
feat/otel-insecure

Conversation

@faranjit

Copy link
Copy Markdown
Owner

Adds the ability to toggle insecure connections to the OpenTelemetry collector endpoint via configuration.

  • Adds OTELInsecure to the application configuration (env: OTEL_INSECURE).
  • Updates InitTracer to configure gRPC dial options based on the insecure flag.
  • Updates Helm chart values.yaml and configmap to support otelInsecure (defaulting to false).
  • Updates controller and worker initializations to pass the new flag.

…emetry

Adds the ability to toggle insecure connections to the OpenTelemetry collector endpoint via configuration.

- Adds `OTELInsecure` to the application configuration (env: `OTEL_INSECURE`).
- Updates `InitTracer` to configure gRPC dial options based on the insecure flag.
- Updates Helm chart ``values.yaml`` and configmap to support `otelInsecure` (defaulting to false).
- Updates controller and worker initializations to pass the new flag.
@codecov

codecov Bot commented May 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.74%. Comparing base (65318b2) to head (ed44cd2).

Files with missing lines Patch % Lines
cmd/controller/main.go 0.00% 1 Missing ⚠️
cmd/worker/main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   68.66%   68.74%   +0.07%     
==========================================
  Files          39       39              
  Lines        2582     2588       +6     
==========================================
+ Hits         1773     1779       +6     
  Misses        691      691              
  Partials      118      118              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@faranjit faranjit merged commit 08375ab into main May 25, 2026
6 checks passed
@faranjit faranjit deleted the feat/otel-insecure branch May 25, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant