summary refs log tree commit diff
path: root/pkgs/top-level/metrics.nix
Commit message (Collapse)AuthorAge
* metrics: don’t output nix output for qaDrv*Matthew Bauer2019-06-07
| | | | | | | | These have a hug log that will hit “log limit exceeded” on Hydra. This commit skips the biggest offenders - qaDrv and qaDrvAggresive, giving smaller logs. https://hydra.nixos.org/build/94487387
* metrics.nix: track qaCountBroken instead of qaCountDrvVladimír Čunát2019-03-01
| | | | | | | From these three values, I believe it's most meaningful to track one of the higher ones and their difference (qaCountBroken). It's a bit unclear which of the higher ones - I have no data on that, so I kept the one used before the parent commit.
* metrics.nix: add nix-env.qaCountDrv metricJan Malakhovski2019-02-22
| | | | | | Before ae16dd1a15dfbe29c6a1de61c4cc23e2cd6487f0 `nix-env.qaCount` and `nix-env.qaCountDrv` were equivalent, after that change that is no longer the case so this needs a separate metric now.
* metrics job: update for nix-2.2Vladimír Čunát2019-01-13
| | | | | Fixes https://github.com/NixOS/nixpkgs/issues/53858 I think I managed to keep all numbers the same as before nix-2.2.
* metrics.nix: add a metrick for the current number of packages as seen by nix-envJan Malakhovski2018-11-17
|
* Revert "release/metrics: drop requiredSystemFeatures"Eelco Dolstra2018-07-30
| | | | | This reverts commit 1d0caa7b035875cee70bf8072b46b19e4965c65b. Thanks to @vcunat we have a 'benchmark' machine again!
* release/metrics: drop requiredSystemFeaturesVladimír Čunát2018-07-26
| | | | | Lack of a "benchmark" machine on Hydra prevents it from building, and that blocks channels.
* metrics: fix "values" to be count not bytes, to match prev behaviorWill Dietz2018-03-13
| | | | https://github.com/NixOS/nixpkgs/pull/36896#discussion_r174163744
* metrics: fixup sed expr to work with Nix 2Will Dietz2018-03-12
|
* nixpkgs.metrics: --show-trace into the logVladimír Čunát2017-11-25
| | | | | If the log is empty, it's difficult to debug problems. This case: https://github.com/NixOS/nixpkgs/pull/30252/files#r153038794
* nixpkgs-metrics: Suppress build productsEelco Dolstra2016-03-24
|
* Keep track of Nixpkgs/NixOS evaluation statisticsEelco Dolstra2016-03-24