Harold Dost
Harold Dost
_Originally posted by @dependabot in https://github.com/open-telemetry/opentelemetry-rust/pull/1548_ We may even want to consider changing to the official Prometheus Rust crate. It didn't exist previously when the exporter was originally implemented. -...
Originally brought up in #1085 Could apply to other libraries as well. Example use case: Datadog only parses LogRecords not SpanEvents. * [ ] Test methods for filtering * [...
This is a tracking ticket to cover the steps and have a wholistic view over the Tracing **Multiple members should cross validate, and create issues under the API Milestone for...
> > And will calling shutdown on the global loggerProvider ensure that the logs through these loggers are not exported ? > > It would be good to validate this...
Fixes # Design discussion issue (if applicable) # ## Changes Please provide a brief description of the changes here. ## Merge requirement checklist * [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-rust/blob/main/CONTRIBUTING.md) guidelines followed *...
Consider the use of parameterized tests for scenarios where only the inputs and expected outputs differ, to reduce redundant test code. Rust doesn't support it directly, but there are external...
### What problem are you trying to solve? Allow exporting `tracing` events of OpenTelemetry OTLP and potentially other exporters for linkerd2 ### How should the problem be solved? Allow users...
For ease of discover-ability, could you please tag the cookbook versions for the repo? ``` git tag v1.1.28 ae05d2f7105c6210d6d7ed82ad8ce5f9f462e883 git tag v1.1.27 9acdda41741efca3daa71f9ec4a021dda77aff94 git tag v1.1.26 d8518d5d49fc850043c7bcf85bd7ad516372241a git tag v1.1.25...
Provides a path forward for integrating `sources` and `sinks` for Tracing. Relates #1444, #17307, #17308