actix-web-opentelemetry icon indicating copy to clipboard operation
actix-web-opentelemetry copied to clipboard

Enabling "process" feature for Prometheus metrics

Open bangbaew opened this issue 1 year ago • 1 comments

Can you enable "process" feature for Prometheus metrics like this? image https://docs.rs/actix-web-prometheus/0.1.2/actix_web_prometheus/

bangbaew avatar Jun 20 '23 02:06 bangbaew

You should be able to enable this feature in your cargo.toml without needing the feature here. Alternatively if you want to have the crate export the version of prometheus so you don't have to keep it in sync, then adding it in opentelemetry-prometheus would probably be better first.

jtescher avatar Aug 02 '23 23:08 jtescher