inlong icon indicating copy to clipboard operation
inlong copied to clipboard

[Bug][Sort] The metricGroup has one default group named "user"

Open Oneal65 opened this issue 3 years ago • 0 comments

What happened

Now, Kafka metric computing is just Kafka record, but record can be unpacked. We should compute unpacked data. And, Kafka metric name is not right. We expect metric name is flink_taskmanager_job_task_operator_groupId_streamId_nodeId_numRecordsIn, but metric name is flink_taskmanager_job_task_operator_user_groupId_streamId_nodeId_numRecordsIn

What you expected to happen

metric result is right and metric name is right the similar issue is: #5762

How to reproduce

just test inlongmsg format

Environment

No response

InLong version

master

InLong Component

InLong Sort

Are you willing to submit PR?

  • [X] Yes, I am willing to submit a PR!

Code of Conduct

Oneal65 avatar Sep 14 '22 06:09 Oneal65