mergeSum

suspend fun mergeSum(key: MetricKey, remote: GCounter): MetricExportResult

Merge a remote GCounter snapshot into this exporter's sum for key.

Idempotent: merging the same snapshot twice produces the same result. Returns MetricExportResult.Success after the durable write.