Cijo Thomas
Cijo Thomas
/easycla
/easycla
/easycla recheck
/easycla
@copilot make sure the following is checked for every crate in this repo (except examples) All README files now follow a consistent structure: Title with OpenTelemetry logo Clear description with...
I think this is normal cumulative behavior. It's best if you consult your backend vendor (Grafana) to make sure the queries are correct. Even in prometheus (which I think is...
@utpilla can you help with this? ALso https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/src/common.rs#L413 is something we want to remove from `opentelemetry` crate. (okay to be in sdk crate)
> unless otlp runs on a separate thread Yes, by default, exporter is called on a dedicated thread.
https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-sdk/src/logs/mod.rs#L119 One can indirectly validate that resource is setup correctly, as the exported telemetry is associated with the Resource and can catch issues like processor not passing Resource to exporter....