Skip to content

add opentelemetry-ebpf-instrumentation#597

Merged
NimrodAvni78 merged 4 commits into
masterfrom
feature/opentelemetry-ebpf-instrumentation
Jun 16, 2025
Merged

add opentelemetry-ebpf-instrumentation#597
NimrodAvni78 merged 4 commits into
masterfrom
feature/opentelemetry-ebpf-instrumentation

Conversation

@NimrodAvni78

@NimrodAvni78 NimrodAvni78 commented Jun 15, 2025

Copy link
Copy Markdown
Contributor

Description

adds new subchart for opentelemetry-ebpf-instrumentation

How Has This Been Tested?

  1. package chart:
helm package -u ./otel-integration/k8s-helm
  1. install on cluster, enabling opentelemetry-ebpf-instrumentation
helm upgrade --install otel-coralogix-integration ./otel-integration/otel-integration-0.0.190.tgz \
  --render-subchart-notes \
  --set global.domain=<<domain>> \
  --set global.clusterName=<<cluster>> \
  --set opentelemetry-ebpf-instrumentation.enabled=true
  1. validating opentelemetry-ebpf-instruemntation and otel-ebpf-k8s-cache pods
kubectl get pods | grep ebpf
otel-coralogix-integration-opentelemetry-ebpf-instrumentatq8ht7   1/1     Running   0          18m
otel-coralogix-integration-opentelemetry-ebpf-instrumentatv9jdb   1/1     Running   0          18m
otel-ebpf-k8s-cache-7b795676c5-4jmg5                              1/1     Running   0          18m
otel-ebpf-k8s-cache-7b795676c5-tt7sq                              1/1     Running   0          18m
  1. validate metric and trace data being sent to coralogix from ebpf agent

Checklist:

  • I have updated the relevant Helm chart(s) version(s)
  • I have updated the relevant component changelog(s)
  • This change does not affect any particular component (e.g. it's CI or docs change)

@NimrodAvni78
NimrodAvni78 merged commit c9f0419 into master Jun 16, 2025
8 checks passed
@NimrodAvni78
NimrodAvni78 deleted the feature/opentelemetry-ebpf-instrumentation branch June 16, 2025 09:17
veronikaambar pushed a commit that referenced this pull request Jun 27, 2025
* add opentelemetry-ebpf-instrumentation

* update version

* clerify k8s-cache docs

* format docs
veronikaambar pushed a commit that referenced this pull request Jun 27, 2025
* add opentelemetry-ebpf-instrumentation

* update version

* clerify k8s-cache docs

* format docs
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.

4 participants