Register a compound statistic with this sensor with no config override
(CompoundStat stat)
| 123 | * Register a compound statistic with this sensor with no config override |
| 124 | */ |
| 125 | public void add(CompoundStat stat) { |
| 126 | add(stat, null); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Register a compound statistic with this sensor which yields multiple measurable quantities (like a histogram) |