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
Copy file name to clipboardExpand all lines: solutions/observability/apps/transaction-sampling.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,20 +143,20 @@ It is recommended to use fast disks, such as NVMe SSDs, when enabling tail-based
143
143
144
144
To demonstrate the performance overhead and requirements, here are some numbers from a standalone APM Server deployed on AWS EC2, under full load receiving APM events containing only traces, assuming no backpressure from Elasticsearch, and 10% sample rate in tail sampling policy. They are for reference only, and may vary depending on factors like sampling rate, average event size, and average number of events per distributed trace.
145
145
146
-
| APM Server version | EC2 instance size | TBS enabled, Disk | Event ingestion rate (throughput from APM agent to APM Server) in events/s |Document indexing rate (throughput from APM Server to Elasticsearch) in events/s | Memory usage (max Resident Set Size) in GB | Disk usage in GB |
| APM Server version | EC2 instance size | TBS enabled, Disk | Event ingestion rate (throughput from APM agent to APM Server) in events/s |Event indexing rate (throughput from APM Server to Elasticsearch) in events/s | Memory usage (max Resident Set Size) in GB | Disk usage in GB |
0 commit comments