steffan-westcott / clj-otel

An idiomatic Clojure API for adding telemetry to your libraries and applications using OpenTelemetry.
https://cljdoc.org/d/com.github.steffan-westcott/clj-otel-api
Apache License 2.0
183 stars 12 forks source link

System.nanoTime() vs System.currentTimeMillis() #11

Closed jasonjckn closed 9 months ago

jasonjckn commented 9 months ago

not a big deal, but wouldn't it be better to use System.nanoTime, since if there's NTP adjustments to bios clock, it'll skew the metrics.

image

i can send a PR if you'd like.