You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Minor updates in config description for DOWNLOADED_PACKAGED_HEADERS_PATH and DISTRO_KERNEL_HEADERS_PATH
- Added example values for above mentioned configs
Copy file name to clipboardExpand all lines: src/content/docs/ebpf/linux-installation.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,15 +237,15 @@ The `newrelic-ebpf-agent.conf` file contains the following configuration paramet
237
237
</tr>
238
238
<tr>
239
239
<td>`DOWNLOADED_PACKAGED_HEADERS_PATH`</td>
240
-
<td>Sets the absolute path of the complete directory where the required linux headers are manually downloaded and placed for the eBPF agent to use. This is useful under restricted environments where agent is not able to download required linux headers. The required headers are identified by the agent based on the kernel version. The absolute path in case of K8s should also be prepended with /host when necessary. Use only after NR support recommendation.</td>
240
+
<td>Sets the absolute path of the complete directory where the required linux headers are manually downloaded and placed for the eBPF agent to use. This is useful under restricted environments where agent is not able to download required linux headers. The required headers are identified by the agent based on the kernel version. Use only after NR support recommendation.</td>
241
241
<td>`String (Path)`</td>
242
-
<td>`""`</td>
242
+
<td>`"/path/to/downloaded/headers/dir"`</td>
243
243
</tr>
244
244
<tr>
245
245
<td>`DISTRO_KERNEL_HEADERS_PATH`</td>
246
-
<td>Sets the absolute path of the complete directory where the linux headers are present for the eBPF agent to use. This is useful where required linux headers could not be installed or path could not be determined. The absolute path in case of K8s should also be prepended with /host when necessary. Use only after NR support recommendation.</td>
246
+
<td>Sets the absolute path of the complete directory where the linux headers are present for the eBPF agent to use. This is useful where required linux headers could not be installed or path could not be determined. Use only after NR support recommendation.</td>
0 commit comments