Skip to content

Commit

Permalink
fix: reduce interval to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Aug 4, 2023
1 parent c1de8d0 commit 78ddb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer-size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ while true; do
echo -e "$(find "${BUFFER_PATH}" -type f 2>/dev/null | wc -l)\t${BUFFER_PATH}" | sed -ne 's/\\/\\\\/;s/"/\\"/g;s/^\([0-9]\+\)\t\(.*\)$/logging_buffer_files{entity="\2", host="'$(hostname)'"} \1/p' >> /prometheus/node_exporter/textfile_collector/logging_buffer_files.prom.$$
mv /prometheus/node_exporter/textfile_collector/logging_buffer_files.prom.$$ /prometheus/node_exporter/textfile_collector/logging_buffer_files.prom

sleep 30
sleep 15
done

0 comments on commit 78ddb3e

Please sign in to comment.