File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 55- Added ` Resource::get_ref(&self, key: &Key) -> Option<&Value> ` to allow retrieving a reference to a resource value without cloning.
66- ** Breaking** Removed the following public hidden methods from the ` SdkTracer ` [ #3227 ] [ 3227 ] :
77 - ` id_generator ` , ` should_sample `
8+ - ** Breaking** ** Performance** : Changed ` SpanData::instrumentation_scope ` from ` InstrumentationScope ` to ` Arc<InstrumentationScope> ` ([ #3267 ] [ 3267 ] ).
9+ This reduces unnecessary clones when multiple ` SpanProcessor ` s are configured. Performance improvement scales with the number of processors.
810
911[ 3227 ] : https://github.com/open-telemetry/opentelemetry-rust/pull/3227
12+ [ 3267 ] : https://github.com/open-telemetry/opentelemetry-rust/pull/3267
1013
1114## 0.31.0
1215
You can’t perform that action at this time.
0 commit comments