There was an error while loading. Please reload this page.
1 parent 662c5c5 commit b78b7fdCopy full SHA for b78b7fd
1 file changed
agents/otlp/src/otlp_common.h
@@ -68,7 +68,7 @@ class MetricDataBatch {
68
MetricVector metrics = std::move(metrics_);
69
Reset();
70
return metrics;
71
- };
+ }
72
73
void IncrementPoints(std::size_t count = 1) {
74
total_points_ += count;
0 commit comments