@@ -119,6 +119,7 @@ void main() {
119
119
spanId: parent.spanContext.spanId.get (),
120
120
body: pb_common.AnyValue (stringValue: 'test log' ),
121
121
observedTimeUnixNano: Int64 (123 ),
122
+ droppedAttributesCount: 0 ,
122
123
),
123
124
pb_logs.LogRecord (
124
125
timeUnixNano: Int64 (123 ),
@@ -151,6 +152,7 @@ void main() {
151
152
spanId: parent.spanContext.spanId.get (),
152
153
body: pb_common.AnyValue (intValue: Int64 (2 )),
153
154
observedTimeUnixNano: Int64 (123 ),
155
+ droppedAttributesCount: 0 ,
154
156
),
155
157
pb_logs.LogRecord (
156
158
timeUnixNano: Int64 (123 ),
@@ -160,6 +162,7 @@ void main() {
160
162
spanId: parent.spanContext.spanId.get (),
161
163
body: pb_common.AnyValue (doubleValue: 2.2 ),
162
164
observedTimeUnixNano: Int64 (123 ),
165
+ droppedAttributesCount: 0 ,
163
166
),
164
167
pb_logs.LogRecord (
165
168
timeUnixNano: Int64 (123 ),
@@ -169,6 +172,7 @@ void main() {
169
172
spanId: parent.spanContext.spanId.get (),
170
173
body: pb_common.AnyValue (boolValue: true ),
171
174
observedTimeUnixNano: Int64 (123 ),
175
+ droppedAttributesCount: 0 ,
172
176
),
173
177
],
174
178
scope: pb_common.InstrumentationScope (name: 'library_name' , version: 'library_version' ),
0 commit comments