On Tuesday, 1 February 2022 at 15:52:08 UTC Senthil wrote: > # ls > 01FTRRKBEQV1QX0HAM2MXG1W3Q 01FTTWSEGZ4MQN3NXAR12R8GSD > 01FTTX6H5GM758FVPHK1DTSH9S chunks_head lock queries.active wal > # ls chunks_head/ > 000175 000176 > > How long after a restart is that? I suggest you compare how it is a day later.
Also you can try periodically: du -sck chunks_head/* to see if it's any one particular subdirectory which is getting very big (in which case, drill down to that one) or lots of subdirectories that aren't getting cleaned up. Is all of /apps/prometheus/prometheus_data on a single filesystem? You don't have any separate mountpoints underneath it for chunks_head or wal, or symlinks pointing to another location? mount | grep /apps/prometheus find /apps/prometheus/prometheus_data/ -type l -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/984f9c73-5c76-494b-82d3-8564eea8db43n%40googlegroups.com.

