Skip to content

Commit a350087

Browse files
committed
Fix consumer offset to match java and not error in data-pipeline-edge
1 parent 276464a commit a350087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datadog/data_streams/processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def serialize_consumer_backlogs
475475
@consumer_stats.map do |stat|
476476
{
477477
'Tags' => [
478-
'type:kafka_consume',
478+
'type:kafka_commit',
479479
"topic:#{stat[:topic]}",
480480
"partition:#{stat[:partition]}"
481481
],

0 commit comments

Comments
 (0)