Skip to content

Commit e649fd3

Browse files
Merge pull request #22216 from ankit-k2io/ebpf_decoupling_config
eAPM and TCP decoupling config support for host and k8s
2 parents 6e8fe21 + 6b93ac3 commit e649fd3

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/content/docs/ebpf/k8s-installation.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@ These parameters control the core identity and data destination for the eBPF age
207207
<td>`String`</td>
208208
<td>`"12345"`</td>
209209
</tr>
210+
<tr>
211+
<td>`apmDataReporting`</td>
212+
<td>Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data.</td>
213+
<td>`String`</td>
214+
<td>`true`</td>
215+
</tr>
216+
<tr>
217+
<td>`tcpStatsReporting`</td>
218+
<td>Enable TCP statistics reporting. When enabled, the agent collects and reports low level tcp metrics and starts network monitoring.</td>
219+
<td>`String`</td>
220+
<td>`true`</td>
221+
</tr>
210222
</tbody>
211223
</table>
212224

@@ -418,6 +430,12 @@ These sections control the deployment settings for the solution's main component
418430
<td>`Object`</td>
419431
<td>`{"iam.amazonaws.com/role": "my-role"}`</td>
420432
</tr>
433+
<tr>
434+
<td>`otelCollector.receiverPort`</td>
435+
<td>Port on which the OTLP receiver listens for gRPC connections.</td>
436+
<td>`String`</td>
437+
<td>`4317`</td>
438+
</tr>
421439
</tbody>
422440
</table>
423441

src/content/docs/ebpf/linux-installation.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@ The `newrelic-ebpf-agent.conf` file contains the following configuration paramet
187187
<td>`String`</td>
188188
<td>`"12345"`</td>
189189
</tr>
190+
<tr>
191+
<td>`APM_DATA_REPORTING`</td>
192+
<td>Enable APM data reporting. When enabled, the agent collects and reports application performance monitoring data.</td>
193+
<td>`String`</td>
194+
<td>`"true"`</td>
195+
</tr>
196+
<tr>
197+
<td>`TCP_STATS_REPORTING`</td>
198+
<td>Enable TCP statistics reporting. When enabled, the agent collects and reports low level tcp metrics and starts network monitoring.</td>
199+
<td>`String`</td>
200+
<td>`"true"`</td>
201+
</tr>
190202
<tr>
191203
<td>`DROP_DATA_FOR_ENTITY`</td>
192204
<td>Regular expression pattern to match the specific name(s) of the entity set that you wish to exclude.</td>

0 commit comments

Comments
 (0)