I started on Jan 31, so it's a day. # du -sck chunks_head/* 54140 chunks_head/024326 4 chunks_head/024327 54144 total
mount | grep /apps/prometheus /dev/mapper/vg_apps-lv_apps on /apps type ext4 (rw,nodev,relatime,data=ordered) # find /apps/prometheus/prometheus_data/ -type l - for this I didn't find any. On Tuesday, February 1, 2022 at 11:45:19 AM UTC-5 Brian Candler wrote: > 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/ad0a131d-bcb9-4537-8fc8-c047bdb40f5cn%40googlegroups.com.

