File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
opentelemetry-proto/tests Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ mod json_serde {
4444 } ) ,
4545 } ] ,
4646 dropped_attributes_count: 0 ,
47+ entity_refs: vec![ ] ,
4748 } ) ,
4849 scope_spans: vec![ ScopeSpans {
4950 scope: Some ( InstrumentationScope {
@@ -249,6 +250,7 @@ mod json_serde {
249250 } ) ,
250251 } ] ,
251252 dropped_attributes_count: 1 ,
253+ entity_refs: vec![ ] ,
252254 } ) ,
253255 scope_spans: vec![ ScopeSpans {
254256 scope: Some ( InstrumentationScope {
@@ -792,6 +794,7 @@ mod json_serde {
792794 } ) ,
793795 } ] ,
794796 dropped_attributes_count: 0 ,
797+ entity_refs: vec![ ] ,
795798 } ) ,
796799 scope_metrics: vec![ ScopeMetrics {
797800 scope: Some ( InstrumentationScope {
@@ -1178,6 +1181,7 @@ mod json_serde {
11781181 } ) ,
11791182 } ] ,
11801183 dropped_attributes_count: 0 ,
1184+ entity_refs: vec![ ] ,
11811185 } ) ,
11821186 scope_logs: vec![ ScopeLogs {
11831187 scope: Some ( InstrumentationScope {
You can’t perform that action at this time.
0 commit comments