Skip to content

Commit

Permalink
rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewqian2001datadog committed Jan 17, 2025
1 parent 721b375 commit a9c55ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datadog/dogstatsd/aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def flush_aggregated_metrics(self):
self.metrics_map[metric_type] = {}
for metric in current_metrics.values():
metrics.extend(metric.get_data() if isinstance(metric, SetMetric) else [metric])

return metrics

def set_max_samples_per_context(self, max_samples_per_context=0):
Expand Down

0 comments on commit a9c55ce

Please sign in to comment.