Skip to content

feat(target allocator): add OTLP self-telemetry API to CRDs#5293

Open
odubajDT wants to merge 1 commit into
open-telemetry:mainfrom
odubajDT:ta-selftelemetry-crd
Open

feat(target allocator): add OTLP self-telemetry API to CRDs#5293
odubajDT wants to merge 1 commit into
open-telemetry:mainfrom
odubajDT:ta-selftelemetry-crd

Conversation

@odubajDT

@odubajDT odubajDT commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

CRD + operator wiring for the TargetAllocator OTLP self-telemetry feature:

  • spec.targetAllocator.telemetry.metrics.otlp (OpenTelemetryCollector CR) and spec.telemetry.metrics.otlp (TargetAllocator CR), typed fields following the Instrumentation CRD pattern (endpoint, protocol, temporality, headers, TLS, export interval/timeout)
  • operator renders the telemetry block into the TargetAllocator ConfigMap
  • generated CRDs, bundles, API docs, deepcopy

Refs #5047

Based on #5068

@odubajDT odubajDT marked this pull request as ready for review July 6, 2026 05:23
@odubajDT odubajDT requested a review from a team as a code owner July 6, 2026 05:23
@odubajDT odubajDT requested review from jaronoff97 and yuriolisa July 6, 2026 05:23
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.08%. Comparing base (31d5381) to head (18164b6).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5293      +/-   ##
==========================================
+ Coverage   63.04%   63.08%   +0.03%     
==========================================
  Files         215      215              
  Lines       15261    15280      +19     
==========================================
+ Hits         9622     9640      +18     
  Misses       4960     4960              
- Partials      679      680       +1     
Flag Coverage Δ
integration 68.10% <ø> (ø)
unittests 63.08% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

CRD + operator wiring for the TargetAllocator OTLP self-telemetry feature:
- spec.targetAllocator.telemetry.metrics.otlp (OpenTelemetryCollector CR) and
  spec.telemetry.metrics.otlp (TargetAllocator CR), typed fields following the
  Instrumentation CRD pattern (endpoint, protocol, temporality, headers, TLS,
  export interval/timeout)
- operator renders the telemetry block into the TargetAllocator ConfigMap
- generated CRDs, bundles, API docs, deepcopy

Refs open-telemetry#5047
@odubajDT odubajDT force-pushed the ta-selftelemetry-crd branch from a4beca9 to 18164b6 Compare July 6, 2026 05:41
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