Skip to content

Latest commit

 

History

History

pattern-7-per-signal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Pattern #7 - Per signal

This is not exactly a pattern, but a tip that is close to a best practice: split your collector based on the signals it can receive. The workloads for each telemetry data type can vary heavily, as well as their stability in the OTel ecosystem. When you have one collector cluster per signal type, you can better scale them individually, as well as better isolate the failures affecting specific signals.

pattern 7 persignal
Figure 1. Two collectors, one for each telemetry data type.