Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 5228f66

Browse files
authored
Add initial OpenCensus exporter performance numbers (#545)
1 parent 37b268a commit 5228f66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

PERFORMANCE.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tail-sampling.
1212
It is important to note that the performance of the OpenCensus Collector depends
1313
on a variety of factors including:
1414

15-
* The receiving format: Jaeger thrift (14268) or Zipkin v2 JSON (9411)
15+
* The receiving format: OpenCensus (55678), Jaeger thrift (14268) or Zipkin v2 JSON (9411)
1616
* The size of the spans (tests are based on number of attributes): 20
1717
* Whether tail-sampling is enabled or not
1818
* CPU / Memory allocation
@@ -35,6 +35,8 @@ impact the results of the tests. The parameters used are defined below.
3535

3636
| Span<br>Format | CPU<br>(2+ GHz) | RAM<br>(GB) | Sustained<br>Rate | Recommended<br>Maximum |
3737
| :---: | :---: | :---: | :---: | :---: |
38+
| OpenCensus | 1 | 2 | ~12K | 10K |
39+
| OpenCensus | 2 | 4 | ~24K | 20K |
3840
| Jaeger Thrift | 1 | 2 | ~14K | 12K |
3941
| Jaeger Thrift | 2 | 4 | ~27.5K | 24K |
4042
| Zipkin v2 JSON | 1 | 2 | ~10.5K | 9K |
@@ -54,6 +56,8 @@ service
5456
5557
| Span<br>Format | CPU<br>(2+ GHz) | RAM<br>(GB) | Sustained<br>Rate | Recommended<br>Maximum |
5658
| :---: | :---: | :---: | :---: | :---: |
59+
| OpenCensus | 1 | 2 | ~9K | 8K |
60+
| OpenCensus | 2 | 4 | ~18K | 16K |
5761
| Jaeger Thrift | 1 | 6 | ~11.5K | 10K |
5862
| Jaeger Thrift | 2 | 8 | ~23K | 20K |
5963
| Zipkin v2 JSON | 1 | 6 | ~8.5K | 7K |

0 commit comments

Comments
 (0)