Skip to content

Commit

Permalink
tidy up accumulator comments and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Dec 6, 2023
1 parent 2c906ef commit a52102d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/prometheusexporter/accumulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func (a *lastValueAccumulator) accumulateSum(metric pmetric.Metric, il pcommon.I
a.registeredMetrics.Store(signature, &accumulatedValue{value: m, resourceAttrs: resourceAttrs, scope: il, updated: now})
n++
}

return
}

Expand Down

0 comments on commit a52102d

Please sign in to comment.