autometrics-dev / autometrics-py

Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.
https://autometrics.dev
Apache License 2.0
214 stars 7 forks source link

The Opentelemetry tracker is multiplying durations by 1000 #65

Closed brettimus closed 1 year ago

brettimus commented 1 year ago

There is a bug in the OpenTelemetry tracker. It's recording durations as seconds * 1000

brettimus commented 1 year ago

fixed by #66