nlopes / actix-web-prom

Actix-web middleware to expose Prometheus metrics
MIT License
89 stars 56 forks source link

Dynamically get version from CARGO_PKG_VERSION #41

Closed rabadin closed 3 years ago

rabadin commented 3 years ago

Instead of hardcoding the version and forcing a code change for each version, use the value of the env var CARGO_PKG_VERSION.

rabadin commented 3 years ago

Hum, I thought 0.04 referred to the actix-web-prom version but it's actually from the prometheus spec https://prometheus.io/docs/instrumenting/exposition_formats/#text-based-format. Closing this PR.