Hi team, I’m using grafana to monitoring pinot clu...
# troubleshooting
a
Hi team, I’m using grafana to monitoring pinot cluster. What does it really mean by Table consuming latency?
m
What’s the exact metric name you see?
a
image.png
pinot_server_freshnessLagMs_50thPercentile
k
It means
time period between when the data was last updated in the table and the current time
. It doesn't represent what you are looking for I guess i.e. the time difference when the data was pushed into pinot vs time it was available for querying/in segments.
a
I’ll look into it. Thanks.