Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/content/docs/ebpf/k8s-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,18 @@ These parameters control the core identity and data destination for the eBPF age
<td>`String`</td>
<td>`"12345"`</td>
</tr>
<tr>
<td>`apmDataReporting`</td>
<td>Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data.</td>
<td>`String`</td>
<td>`true`</td>
</tr>
<tr>
<td>`tcpStatsReporting`</td>
<td>Enable TCP statistics reporting. When enabled, the agent collects and reports low level tcp metrics and starts network monitoring.</td>
<td>`String`</td>
<td>`true`</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -418,6 +430,12 @@ These sections control the deployment settings for the solution's main component
<td>`Object`</td>
<td>`{"iam.amazonaws.com/role": "my-role"}`</td>
</tr>
<tr>
<td>`otelCollector.receiverPort`</td>
<td>Port on which the OTLP receiver listens for gRPC connections.</td>
<td>`String`</td>
<td>`4317`</td>
</tr>
</tbody>
</table>

Expand Down
12 changes: 12 additions & 0 deletions src/content/docs/ebpf/linux-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,18 @@ The `newrelic-ebpf-agent.conf` file contains the following configuration paramet
<td>`String`</td>
<td>`"12345"`</td>
</tr>
<tr>
<td>`APM_DATA_REPORTING`</td>
<td>Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data.</td>
<td>`String`</td>
<td>`"true"`</td>
</tr>
<tr>
<td>`TCP_STATS_REPORTING`</td>
<td>Enable TCP statistics reporting. When enabled, the agent collects and reports low level tcp metrics and starts network monitoring.</td>
<td>`String`</td>
<td>`"true"`</td>
</tr>
<tr>
<td>`DROP_DATA_FOR_ENTITY`</td>
<td>Regular expression pattern to match the specific name(s) of the entity set that you wish to exclude.</td>
Expand Down
Loading