Skip to content

Commit

Permalink
fix: remove time from aggr
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Feb 28, 2025
1 parent 1716f63 commit 2b88bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dogstatsd/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use crate::constants;
use crate::datadog::{self, Metric as MetricToShip, Series};
use crate::errors;
use crate::metric::{self, Metric, MetricValue, SortedTags};
use std::time;

use datadog_protos::metrics::{Dogsketch, Sketch, SketchPayload};
use ddsketch_agent::DDSketch;
Expand Down

0 comments on commit 2b88bca

Please sign in to comment.