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

Add support for adding version/commit information to metrics #25

Closed flenter closed 1 year ago

flenter commented 1 year ago

Similar to: https://github.com/autometrics-dev/autometrics-rs/pull/69

brettimus commented 1 year ago

OTEL support is blocked by https://github.com/open-telemetry/opentelemetry-python/issues/3071

I've submitted a PR (wip) to resolve it here: https://github.com/open-telemetry/opentelemetry-python/pull/3306

brettimus commented 1 year ago

closing this and as we have a separate bug for OTEL support (#38)