opentelemetry-rust icon indicating copy to clipboard operation
opentelemetry-rust copied to clipboard

The Rust OpenTelemetry implementation

Results 310 opentelemetry-rust issues
Sort by recently updated
recently updated
newest added

Signed-off-by: TennyZhuang Thrift forget to bump the version on crates.io for a long time, and recently they do it.

Can we learn something from this project which brings auto instrumentation to golang via eBPF. https://github.com/keyval-dev/opentelemetry-go-instrumentation

enhancement
help wanted

Hi, can you add some documentation on how Spans, Contexts and Tracers interact in an `async` setting? It's completely opaque, and I've been trying to make extremely simple use cases...

A-trace
release:required-for-stable
M-api

Current opentelemetry-datadog crate is 0.5.0 which was released 5 months ago - https://crates.io/crates/opentelemetry-datadog Lately some interesting features were added to this crate, that we'll be happy to use. Can you...

Hi, I'm trying to use `WithContext` and I need to specify its type in a trait implementation. This is in a tonic GRPC service with a streaming API, where I...

Relates to #808

This PR is a first stab at implementing the [logging SDK specification](https://github.com/open-telemetry/opentelemetry-specification/blob/76e618535d841451b310f51522996362a6c1ec8f/specification/logs/logging-library-sdk.md). Owing to the similar nature of traces and logging data, it's mostly a `s/span/log/g` on the trace SDK,...

Out of all [available formats](https://www.jaegertracing.io/docs/1./apis/#protobuf-via-grpc-stable) in Jaeger the _protobuf over grpc_ support is missing. This format is generally used by agents to send spans to collectors and should probably be...

enhancement
help wanted
area:trace

When I send requests to server between the logs i keep getting this `OpenTelemetry trace error occurred. Exporter jaeger encountered the following error(s): thrift agent failed with not open` Can...

question
A-trace
M-exporter-jaeger

So I'm using **with_collector_endpoint** to specify the jaeger collector I want to export the spans to. The collector is running on a different host than the one I'm exporting the...

area:trace