Related to T4225
Details
Details
- Reviewers
vsellier - Group Reviewers
System administrators - Maniphest Tasks
- T4225: Deploy a more recent version of prometheus-statsd-exporter on all nodes
- Commits
- rSPSITE899dca0ec287: Move the prometheus statsd exporter to use the upstream tarball
Tested the upgrade from the Debian package to the tarball in a Vagrant VM
Diff Detail
Diff Detail
- Repository
- rSPSITE puppet-swh-site
- Branch
- staging
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 29364 Build 45886: arc lint + arc unit
Event Timeline
site-modules/profile/manifests/prometheus/statsd.pp | ||
---|---|---|
43 | If the file exists it will never be updated (that's what creates => makes sure of). If the version number changes, the filename will change and the unit file will be updated, triggering a refresh of the service. | |
45 | It allows actually requiring the File resource in the systemd unit definition, instead of having to use the archive's temporary filename. |