Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy ebpf agent without collector #486

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

NimrodAvni78
Copy link
Contributor

@NimrodAvni78 NimrodAvni78 commented Dec 12, 2024

Description

increased ebpf agent version to 0.1.7
added a way to deploy ebpf agent for an existing collector setup

How Has This Been Tested?

created a new k8s cluster
setup a otel collector sending to coralogix not as part as the helm chart
and the ran

helm dependency build ./otel-integration/k8s-helm
helm package ./otel-integration/k8s-helm
helm install cx-otel ./otel-integration-0.0.125.tgz --namespace coralogix-ebpf  --create-namespace -f otel-integration/k8s-helm/values-ebpf-agent-existing-collector.yaml --set coralogix-ebpf-agent.ebpf_agent.otel.exporter.endpoint="http://otel-collector-sandbox.default.svc.cluster.local:4317"

then validate spans are reaching the collector / coralogix instance

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 force-pushed the chore/ebpf-agent-with-existing-collector branch from c0fac3a to 9e46fda Compare December 12, 2024 15:53
@NimrodAvni78 NimrodAvni78 force-pushed the chore/ebpf-agent-with-existing-collector branch from 9e46fda to ff5ec39 Compare December 12, 2024 15:59
@NimrodAvni78 NimrodAvni78 force-pushed the chore/ebpf-agent-with-existing-collector branch from ff5ec39 to 0771182 Compare December 12, 2024 16:02
@NimrodAvni78 NimrodAvni78 merged commit 0a5f178 into master Dec 12, 2024
7 checks passed
@NimrodAvni78 NimrodAvni78 deleted the chore/ebpf-agent-with-existing-collector branch December 12, 2024 16:13
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.

2 participants