Join Slack
Powered by
Hello Team, Is there an easy way to track #of segm...
# general
a
abhinav wagle
10/18/2022, 10:04 PM
Hello Team, Is there an easy way to track #of segments ingested by Pinot over time either on grafana or some Pinot API ?
a
Almog Gavra
10/18/2022, 11:05 PM
there are various JMX metrics around this which you can export to grafana using something like prometheus. you may want to look at
https://docs.pinot.apache.org/operators/operating-pinot/monitoring
and
https://docs.pinot.apache.org/configuration-reference/monitoring-metrics
let me know if that answers your question
Almog Gavra
10/18/2022, 11:06 PM
the
SEGMENT_COUNT
metrics is per-table, so you could sum up the value for that across all tables across all servers
a
abhinav wagle
10/19/2022, 5:58 PM
Got it thanks
@Almog Gavra
Open in Slack
Previous
Next