@@ -3786,7 +3786,8 @@ to the following:
37863786[eBPF] INFO openssl uprobe, pid:1005, path:/proc/1005/root/usr/lib64/libssl.so.1.0.2k
37873787` ` `
37883788
3789- Note : When enabling this feature, the specific process list must also be specified in `inputs.proc.process_matcher`,
3789+ Note : When this feature is enabled, Envoy mTLS traffic can be automatically traced.
3790+ For non-Envoy traffic, the specific process list must also be specified in `inputs.proc.process_matcher`,
37903791i.e., `ebpf.socket.uprobe.tls` must be included in `inputs.proc.process_matcher.[*].enabled_features`.
37913792
37923793# #### DPDK {#inputs.ebpf.socket.uprobe.dpdk}
@@ -6945,6 +6946,36 @@ processors:
69456946The length of the following queues :
69466947- 1-mini-meta-packet-to-pcap
69476948
6949+ # ### Sender Queue Size {#processors.packet.pcap_stream.sender_queue_size}
6950+
6951+ **Tags**:
6952+
6953+ <mark>agent_restart</mark>
6954+ <mark>ee_feature</mark>
6955+
6956+ **FQCN**:
6957+
6958+ ` processors.packet.pcap_stream.sender_queue_size`
6959+
6960+ **Default value**:
6961+ ` ` ` yaml
6962+ processors:
6963+ packet:
6964+ pcap_stream:
6965+ sender_queue_size: 8192
6966+ ` ` `
6967+
6968+ **Schema**:
6969+ | Key | Value |
6970+ | ---- | ---------------------------- |
6971+ | Type | int |
6972+ | Range | [4096, 64000000] |
6973+
6974+ **Description**:
6975+
6976+ The length of the following queues :
6977+ - 2-pcap-batch-to-sender
6978+
69486979# ### Buffer Size Per Flow {#processors.packet.pcap_stream.buffer_size_per_flow}
69496980
69506981**Tags**:
0 commit comments