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

[NPM-3754] Add config to enable traceroute in sysprobe #1744

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pimlu
Copy link

@pimlu pimlu commented Mar 6, 2025

What this PR does / why we need it:

This PR adds a config flag to enable the traceroute module in system-probe.

Which issue this PR fixes

This PR makes it possible to enable Network Path with the helm charts.

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Chart Version bumped
  • Documentation has been updated with helm-docs (run: .github/helm-docs.sh)
  • CHANGELOG.md has been updated
  • Variables are documented in the README.md
  • For datadog or datadog-operator chart or value changes, update the test baselines (run: make update-test-baselines)

@github-actions github-actions bot added the chart/datadog This issue or pull request is related to the datadog chart label Mar 6, 2025
@pimlu pimlu marked this pull request as ready for review March 6, 2025 18:45
@pimlu pimlu requested review from a team as code owners March 6, 2025 18:45
@@ -66,6 +66,10 @@ data:
native:
enabled: {{ $.Values.datadog.serviceMonitoring.tls.native.enabled }}
{{- end }}
{{- if not (eq .Values.datadog.traceroute.enabled nil) }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need to guard with the not-nil check.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart/datadog This issue or pull request is related to the datadog chart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants