records-lag-max

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

records-lag-max

Chen, Mason

Hi all,

 

I am having some trouble with the lag metric from the kafka connector. The gauge value is always reported as NaN although I’m producing events first and then starting the flink job. Anyone know how to fix this?

 

```

# TYPE flink_taskmanager_job_task_operator_records_lag_max gauge

flink_taskmanager_job_task_operator_records_lag_max{ … } NaN

```

 

Thanks,

Mason

Reply | Threaded
Open this post in threaded view
|

Re: records-lag-max

Chen, Mason

I removed an unnecessary `.keyBy()` and I’m getting the metrics again. Is this a potential bug?

 

From: "Chen, Mason" <[hidden email]>
Date: Monday, July 20, 2020 at 12:41 PM
To: "[hidden email]" <[hidden email]>
Subject: records-lag-max

 

Hi all,

 

I am having some trouble with the lag metric from the kafka connector. The gauge value is always reported as NaN although I’m producing events first and then starting the flink job. Anyone know how to fix this?

 

```

# TYPE flink_taskmanager_job_task_operator_records_lag_max gauge

flink_taskmanager_job_task_operator_records_lag_max{ … } NaN

```

 

Thanks,

Mason