We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5b777 commit f9fdf05Copy full SHA for f9fdf05
README.md
@@ -64,6 +64,15 @@ $ SPLUNK_REALM=us0 SPLUNK_ACCESS_TOKEN=12345 SPLUNK_BALLAST_SIZE_MIB=683 \
64
./bin/otelcol
65
```
66
67
+## Sizing
68
+
69
+The OpenTelemetry Collector can be scaled up or out as needed. A single
70
+Collector is generally capable of over 10,000 spans per second per CPU core.
71
+The recommendation is to use a ratio of 1:2 for CPU:memory and to allocate at
72
+least a CPU core per Collector. Multiple Collectors can deployed behind a load
73
+balancer. Each Collector runs independently, so sizing increases linearly with
74
+the number of Collectors you deploy.
75
76
## Advanced Configuration
77
78
### Command Line Arguments
0 commit comments