From 8d28dc43915a1ec92bc5186593966ebba6f826d0 Mon Sep 17 00:00:00 2001 From: Ankit Kataria <68365825+ankit-k2io@users.noreply.github.com> Date: Mon, 17 Nov 2025 12:57:56 +0530 Subject: [PATCH 1/3] decoupling config support for host and k8s --- src/content/docs/ebpf/k8s-installation.mdx | 18 ++++++++++++++++++ src/content/docs/ebpf/linux-installation.mdx | 12 ++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/content/docs/ebpf/k8s-installation.mdx b/src/content/docs/ebpf/k8s-installation.mdx index 05a72a2aa73..c8390bf94e1 100644 --- a/src/content/docs/ebpf/k8s-installation.mdx +++ b/src/content/docs/ebpf/k8s-installation.mdx @@ -207,6 +207,18 @@ These parameters control the core identity and data destination for the eBPF age `String` `"12345"` + + `apmDataReporting` + Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data + `String` + `true` + + + `tcpStatsReporting` + Enable TCP statistics reporting. When enabled, the agent collects and reports TCP connection metrics + `String` + `true` + @@ -418,6 +430,12 @@ These sections control the deployment settings for the solution's main component `Object` `{"iam.amazonaws.com/role": "my-role"}` + + `otelCollector.receiverPort` + Port on which the OTLP receiver listens for gRPC connections. + `String` + `4317` + diff --git a/src/content/docs/ebpf/linux-installation.mdx b/src/content/docs/ebpf/linux-installation.mdx index 85ca3318257..387051e1e60 100644 --- a/src/content/docs/ebpf/linux-installation.mdx +++ b/src/content/docs/ebpf/linux-installation.mdx @@ -187,6 +187,18 @@ The `newrelic-ebpf-agent.conf` file contains the following configuration paramet `String` `"12345"` + + `APM_DATA_REPORTING` + Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data. + `String` + `"true"` + + + `TCP_STATS_REPORTING` + Enable TCP statistics reporting. When enabled, the agent collects and reports TCP connection metrics. + `String` + `"true"` + `DROP_DATA_FOR_ENTITY` Regular expression pattern to match the specific name(s) of the entity set that you wish to exclude. From 4e1604ff01b0c2afc0530fe713a81f63932e058d Mon Sep 17 00:00:00 2001 From: Ankit Kataria <68365825+ankit-k2io@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:09:16 +0530 Subject: [PATCH 2/3] minor change in description --- src/content/docs/ebpf/k8s-installation.mdx | 2 +- src/content/docs/ebpf/linux-installation.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ebpf/k8s-installation.mdx b/src/content/docs/ebpf/k8s-installation.mdx index c8390bf94e1..51807e977cc 100644 --- a/src/content/docs/ebpf/k8s-installation.mdx +++ b/src/content/docs/ebpf/k8s-installation.mdx @@ -215,7 +215,7 @@ These parameters control the core identity and data destination for the eBPF age `tcpStatsReporting` - Enable TCP statistics reporting. When enabled, the agent collects and reports TCP connection metrics + Enable TCP statistics reporting. When enabled, the agent collects and reports low level tcp metrics and starts network monitoring. `String` `true` diff --git a/src/content/docs/ebpf/linux-installation.mdx b/src/content/docs/ebpf/linux-installation.mdx index 387051e1e60..a75971b06e6 100644 --- a/src/content/docs/ebpf/linux-installation.mdx +++ b/src/content/docs/ebpf/linux-installation.mdx @@ -195,7 +195,7 @@ The `newrelic-ebpf-agent.conf` file contains the following configuration paramet `TCP_STATS_REPORTING` - Enable TCP statistics reporting. When enabled, the agent collects and reports TCP connection metrics. + Enable TCP statistics reporting. When enabled, the agent collects and reports low level tcp metrics and starts network monitoring. `String` `"true"` From 6b93ac3f6d4360b6d27abefd17a3ab1a7a56ea42 Mon Sep 17 00:00:00 2001 From: cbehera-newrelic Date: Fri, 21 Nov 2025 16:42:36 +0530 Subject: [PATCH 3/3] minor correction --- src/content/docs/ebpf/k8s-installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ebpf/k8s-installation.mdx b/src/content/docs/ebpf/k8s-installation.mdx index 51807e977cc..6315ddede14 100644 --- a/src/content/docs/ebpf/k8s-installation.mdx +++ b/src/content/docs/ebpf/k8s-installation.mdx @@ -209,7 +209,7 @@ These parameters control the core identity and data destination for the eBPF age `apmDataReporting` - Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data + Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data. `String` `true`