Julian Tescher
Julian Tescher
Calling `transitionTo` on a service in the context of an existing transition causes an assertion error to be thrown. Example Twiddle [here](https://ember-twiddle.com/3e2ad44eeada3e36c72ddd2f9548712e?openFiles=services.auth.js%2C) Minimal logic from the reproduction above is: index...
See the spec change for details https://github.com/open-telemetry/opentelemetry-specification/pull/2579
See [VERSIONING.md](https://github.com/open-telemetry/opentelemetry-rust/blob/main/VERSIONING.md) for what is being stabilized.
Spec compliance: - [x] Align `Value` with the spec (#317) - [x] `ShouldSample`'s parent context parameter (#290) - [x] New trace config max defaults (#268) - [x] Ensure `is_recording` is...
See the spec change for details https://github.com/open-telemetry/opentelemetry-specification/pull/748
See the spec change for details https://github.com/open-telemetry/opentelemetry-specification/pull/1269
Currently it is tedious to manually run fmt, test, clippy, etc when developing locally. Consider adding another script to ./scripts that runs all and update contributing docs.
See the spec change for details https://github.com/open-telemetry/opentelemetry-specification/pull/890
Consider adding a way to track processor metrics. See https://github.com/open-telemetry/opentelemetry-rust/pull/245#issuecomment-704608797 for discussion.
Currently benchmarks are only run manually, would be nice to have a history and possibly fail if there are significant regressions.