Skip to content

Commit

Permalink
fix(ddtrace/tracer): update flushed bytes in writer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Sep 6, 2024
1 parent 4749ec8 commit e519264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ func TestTraceWriterFlushRetries(t *testing.T) {

sentCounts := map[string]int64{
"datadog.tracer.decode_error": 1,
"datadog.tracer.flush_bytes": 184,
"datadog.tracer.flush_bytes": 197,
"datadog.tracer.flush_traces": 1,
}
droppedCounts := map[string]int64{
Expand Down

0 comments on commit e519264

Please sign in to comment.