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

Fix opentelemetry tracker duration recorded values #66

Closed brettimus closed 1 year ago

brettimus commented 1 year ago

The OpenTelemetry tracker assumed it was seeing duration in MS, so it was multiplying all durations by 1000.

This PR is a one-liner to fix that.