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 f566a70 commit 8667432Copy full SHA for 8667432
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