| DIR:/proc/self/root/usr/local/lp/opt/exporters/scripts/ | 
| Current File : //proc/self/root/usr/local/lp/opt/exporters/scripts/logrotate | 
# logrotate config for prometheus-exporters
/var/log/exporters/*_exporter { 
    copytruncate 
    compress 
    dateext 
    weekly 
    size 100M 
    rotate 3 
    missingok
} 
 |