Helper/Nix.pm: perlcritic statsd in scalar context
[?]
Aug 19, 2021, 9:01 PM
K6NNAJUCQGG6OA43K54TJ3276K7CZ2LCT3G3ZMXKPQPQ2WDDMCVQCDependencies
- [2]
5DXGOH6Qstatsd: add a chance to set hostname and port in hydra.conf - [3]
AFTXA575* $HYDRA_DATA environment variable. - [4]
4H6FVIWGhydra-notify: make the prometheus endpoint configurable, default-off - [*]
2GK5DOU7* Downloading closures.
Change contents
- replacement in src/lib/Hydra/Helper/Nix.pm at line 69
"host" => %statsd{'host'} // 'localhost',"port" => %statsd{'port'} // 8125,"host" => $statsd{'host'} // 'localhost',"port" => $statsd{'port'} // 8125,