You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-3.5.0 assets were named following a bosh_exporter-version scheme, with 3.5.0 this seems to have changed to bosh_exporter_version (_ instead of -). With the bosh_exporter bump to 3.6.0 in the latest prometheus-boshrelease, compilation seems to be failing due to this change:
cp -a /var/vcap/data/compile/bosh_exporter/common/utils.sh /var/vcap/packages/bosh_exporter/common
mkdir -p /var/vcap/packages/bosh_exporter/bin
tar xzvf /var/vcap/data/compile/bosh_exporter/bosh_exporter/bosh_exporter-3.6.0.linux-amd64.tar.gz
cp -a '/var/vcap/data/compile/bosh_exporter/bosh_exporter-3.6.0.linux-amd64/' /var/vcap/packages/bosh_exporter/bin
cp: cannot stat '/var/vcap/data/compile/bosh_exporter/bosh_exporter-3.6.0.linux-amd64/': No such file or directory
The text was updated successfully, but these errors were encountered:
yes you are right. Thank you for pointing that out.
I expect there to be a new version of prometheus-boshrelease today, which will also include a fix for this issue.
Pre-3.5.0 assets were named following a
bosh_exporter-version
scheme, with 3.5.0 this seems to have changed tobosh_exporter_version
(_ instead of -). With the bosh_exporter bump to 3.6.0 in the latest prometheus-boshrelease, compilation seems to be failing due to this change:The text was updated successfully, but these errors were encountered: