Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/infra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eeba053972a4
Choose a base ref
...
head repository: NixOS/infra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1a2b2b534e1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 16, 2020

  1. hydra-queue-runner-reexporter: remove memory_tokens_in_use

    The upstream property memoryTokensInUse was removed by cbcf6359 [1] in
    NixOS/hydra#795 [2].
    
    [1]: NixOS/hydra@cbcf635
    [2]: NixOS/hydra#795
    thefloweringash committed Nov 16, 2020
    Copy the full SHA
    ff970fc View commit details
  2. Merge pull request #130 from thefloweringash/fix-hydra-exporter

    hydra-queue-runner-reexporter: remove memory_tokens_in_use
    edolstra authored Nov 16, 2020

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    e1a2b2b View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −5 delft/prometheus/hydra-queue-runner-reexporter.py
5 changes: 0 additions & 5 deletions delft/prometheus/hydra-queue-runner-reexporter.py
Original file line number Diff line number Diff line change
@@ -207,11 +207,6 @@ def collect(self):
"Number of in-progress database updates",
self.destructive_read("nrActiveDbUpdates")
)
yield self.trivial_gauge(
"memory_tokens_in_use",
"Number of in-use memory tokens",
self.destructive_read("memoryTokensInUse")
)
yield self.trivial_counter(
"notifications_total",
"Total number of notifications sent",