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

OpenTelemetry integration for Actix Web

Results 13 actix-web-opentelemetry issues
Sort by recently updated
recently updated
newest added

I am trying to use actix-web-opentelemetry with the latest version of opentelemetry-rust. I am sending data to a local OpenTelemetry collector. I've modified the client/server example from this repository very...

Updates the requirements on [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version. Release notes Sourced from opentelemetry-prometheus's releases. v0.17.0 Changed Implement Serialize & Deserialize for Sampler, SpanLimits #622, #626 Allow &'static str...

dependencies

The attributes added to metrics at the moment are hardcoded and much less than the attributes added to traces. Would make sense to be able to either configure this or...