Skip to content

Commit

Permalink
Fix telemetry test
Browse files Browse the repository at this point in the history
  • Loading branch information
Logiraptor committed Feb 7, 2025
1 parent e258d99 commit 638006f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/tailsamplingprocessor/processor_telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ func TestMetricsAfterOneEvaluation(t *testing.T) {
opts: []metricdatatest.Option{metricdatatest.IgnoreTimestamp(), metricdatatest.IgnoreValue()},
m: metricdata.Metrics{
Name: "otelcol_processor_tail_sampling_sampling_decision_timer_latency",
Description: "Latency (in microseconds) of each run of the sampling decision timer",
Unit: "µs",
Description: "Latency (in milliseconds) of each run of the sampling decision timer",
Unit: "ms",
Data: metricdata.Histogram[int64]{
Temporality: metricdata.CumulativeTemporality,
DataPoints: []metricdata.HistogramDataPoint[int64]{{}},
Expand Down

0 comments on commit 638006f

Please sign in to comment.