We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a570b0e commit d258305Copy full SHA for d258305
collector/receiver/telemetryapireceiver/receiver_test.go
@@ -1224,8 +1224,8 @@ func TestCreatePlatformMessage(t *testing.T) {
1224
functionVersion: "",
1225
eventType: "platform.logsDropped",
1226
record: map[string]interface{}{
1227
- "droppedRecords": int64(10),
1228
- "droppedBytes": int64(1024),
+ "droppedRecords": float64(10),
+ "droppedBytes": float64(1024),
1229
"reason": "Consumer is too slow",
1230
},
1231
expected: "LOGS_DROPPED DroppedRecords: 10 DroppedBytes: 1024 Reason: Consumer is too slow",
0 commit comments