-
## Feature Request
### Motivation
One thing my team is looking for is the ability to specify histogram buckets when registering a histogram. This can currently be done at the meter provider leve…
-
We have recently [agreed on the names](https://github.com/open-telemetry/opentelemetry-rust/issues/1186) for the "API" crate and "SDK" create as "opentelemetry", and "opentelemetry-sdk" respectively. …
-
As well as `traceparent` for context propagation there's also `grpc-trace-bin` and `x-cloud-trace-context`, my current work system is using `grpc-trace-bin` so it would be nice if it was as easy to pr…
-
### What happened?
The following example results in a panic, but works fine with the batch exporter. There clearly exists a tokio runtime, any ideas?
```
use opentelemetry_otlp::WithExportConfig;…
-
The [jaeger-client](https://github.com/jaegertracing/jaeger-client-python) library has been deprecated, and security support is due to end in July 2022. The replacement is [opentelemetry](https://gith…
-
Craft simple quick-start apps with popular programming languages and configure OpenTelemetry with Tracetest to collect traces and run trace-based tests.
Host all code samples in `examples` folder in …
-
As a library for production usage, it would be useful to add logging, metrics, and tracing support. We need to do some investigation about to fit into rust ecosystem as much as possible.
-
### Related Problems?
_No response_
### Describe the solution you'd like:
opentelemetry-rust uses a logging-bridge to connect to log/trace macros and also discusses currently dropping the own traci…
kelko updated
4 months ago
-
### What happened?
The `SimpleSpanProcessor` might fail silently on some runtime, for example, when `thread::Builder::new()` is called:
https://github.com/open-telemetry/opentelemetry-rust/blob/ma…
-
# Problem
When designing a flowgraph, various blocks have to play together well in order to encode or decode a signal.
However, we are often blind as soon as the flowgraph is running and use ugly …