We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411df2 commit 9030efbCopy full SHA for 9030efb
connector/signaltometricsconnector/internal/aggregator/aggregator.go
@@ -162,6 +162,7 @@ func (a *Aggregator[K]) Finalize(mds []model.MetricDef[K]) {
162
// then they will be aggregated within the same metric and produced
163
// together. Deleting the key ensures this while preventing duplicates.
164
delete(a.valueCounts, md.Key)
165
+ delete(a.sums, md.Key)
166
}
167
168
0 commit comments