Hello Team, Is there an easy way to track #of segm...
# general
a
Hello Team, Is there an easy way to track #of segments ingested by Pinot over time either on grafana or some Pinot API ?
a
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
the
SEGMENT_COUNT
metrics is per-table, so you could sum up the value for that across all tables across all servers
a
Got it thanks @Almog Gavra