path: gnocchi_4.7.0-3/run-upgrade-tests.sh
done
for PID in $(pidof gnocchi-metricd); do
  echo "Configuring dump of MetricD process [PID=${PID}] outputs to avoid freeze while processing because the logs are not read from buffer"
  cat /proc/${PID}/fd/1 >> ${METRICD_LOG_FILE} &
