Skip to content

Commit

Permalink
use seconds for otlp export, as specified in open-telemetry/opentelem…
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jun 5, 2023
1 parent 7e218f1 commit 96a920f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ protected LongTaskTimer newLongTaskTimer(Meter.Id id, DistributionStatisticConfi

@Override
protected TimeUnit getBaseTimeUnit() {
return TimeUnit.MILLISECONDS;
return TimeUnit.SECONDS;
}

@Override
Expand Down

0 comments on commit 96a920f

Please sign in to comment.