SumSummary $summary:
Overrides AggregationInterface::record
public function record($summary, $value, AttributesInterface $attributes, ContextInterface $context, int $timestamp) : void { $summary->value += $value; }