-
Notifications
You must be signed in to change notification settings - Fork 210
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
[nri-bundle] Adding ebpf agent to nri bundle. #1520
base: master
Are you sure you want to change the base?
[nri-bundle] Adding ebpf agent to nri bundle. #1520
Conversation
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
Signed-off-by: pbeckwith <[email protected]>
703af52
to
3054826
Compare
… pbeckwith/add-ebpf
Signed-off-by: pbeckwith <[email protected]>
charts/nri-bundle/README.md.gotmpl
Outdated
@@ -26,6 +26,7 @@ here is a list of components that this chart installs and where you can find mor | |||
| [newrelic-prometheus-configurator](https://github.com/newrelic/newrelic-prometheus-configurator/tree/master/charts/newrelic-prometheus-agent) | | Configures instances of Prometheus in Agent mode to send metrics to the New Relic Prometheus endpoint. | | |||
| [newrelic-pixie](https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie) | | Connects to the Pixie API and enables the New Relic plugin in Pixie. The plugin allows you to export data from Pixie to New Relic for long-term data retention. | | |||
| [Pixie](https://docs.pixielabs.ai/installing-pixie/install-schemes/helm/#3.-deploy) | | Is an open source observability tool for Kubernetes applications that uses eBPF to automatically capture telemetry data without the need for manual instrumentation. | | |||
| [newrelic-pixie](https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie) | | Configures instances of the New Relic eBPF agent to automatically capture telemetry data without the need for manual instrumentation. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [newrelic-pixie](https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie) | | Configures instances of the New Relic eBPF agent to automatically capture telemetry data without the need for manual instrumentation. | | |
| [nr-ebpf-agent](https://github.com/newrelic/helm-charts/tree/master/charts/nr-ebpf-agent) | | Configures instances of the New Relic eBPF agent to automatically capture telemetry data without the need for manual instrumentation. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good eyes. 👍
charts/nri-bundle/README.md
Outdated
@@ -25,6 +25,7 @@ here is a list of components that this chart installs and where you can find mor | |||
| [newrelic-prometheus-configurator](https://github.com/newrelic/newrelic-prometheus-configurator/tree/master/charts/newrelic-prometheus-agent) | | Configures instances of Prometheus in Agent mode to send metrics to the New Relic Prometheus endpoint. | | |||
| [newrelic-pixie](https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie) | | Connects to the Pixie API and enables the New Relic plugin in Pixie. The plugin allows you to export data from Pixie to New Relic for long-term data retention. | | |||
| [Pixie](https://docs.pixielabs.ai/installing-pixie/install-schemes/helm/#3.-deploy) | | Is an open source observability tool for Kubernetes applications that uses eBPF to automatically capture telemetry data without the need for manual instrumentation. | | |||
| [nr-ebpf-agent](https://docs.pixielabs.ai/installing-pixie/install-schemes/helm/#3.-deploy) | | Configures instances of the New Relic eBPF agent to automatically capture telemetry data without the need for manual instrumentation. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to change the link to eBPF agent here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Good catch.
Signed-off-by: pbeckwith <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will require a review outside of me but LGTM
Is this a new chart
No.
What this PR does / why we need it:
Allows users to install the eBPF agent chart through the Nri bundle chart.
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
N/A
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[mychartname]
)