Skip to content
Snippets Groups Projects
  1. Feb 04, 2022
    • Florian Sesser's avatar
      Grafana Panel for Payments: Add logs (experimental), migrate all to TimeSeries · c0b39e95
      Florian Sesser authored
      Besides migrating all charts to the faster and more capable Grafana 8
      TimeSeries charting tool this mainly introduces two panels to view
      the logs of PaymentServer.  It has some naive and minimal filtering
      in place to only show lines that are not caused by the metrics gathering
      itself or that I just deemed to be OK (like "GET" requests) so we
      hopefully catch those dreaded "Unexpected Exception" lines.
      
      Fixes privatestorageops#207.
      c0b39e95
  2. Feb 03, 2022
  3. Feb 02, 2022
  4. Jan 31, 2022
  5. Jan 19, 2022
  6. Jan 18, 2022
  7. Jan 17, 2022
    • Tom Prince's avatar
      Speed up evaluation of grids by evaluating custom packages once. · 56372538
      Tom Prince authored
      The current code evaluates our custom packages once for each node, which adds
      signifcant amount of time to evaluate a grid. We can reduce this, by adding the
      custom package set as an attribute to the nixpkgs set we pass to morph.
      
      This doesn't change how we refer to those packages, as we continue to expose the
      custom package set as a module attribute.
      
      These are the times to evaluate all three grids (on a partially loaded system),
      when there was nothing new to build:
      
      ```
      before:
      real	2m27.837s
      user	3m35.528s
      sys	0m3.722s
      
      after:
      real	1m12.748s
      user	1m34.047s
      sys	0m3.346s
      ```
      56372538
  8. Jan 13, 2022
  9. Jan 11, 2022
  10. Dec 22, 2021
  11. Dec 21, 2021
  12. Dec 20, 2021
  13. Dec 13, 2021
  14. Nov 15, 2021
  15. Nov 12, 2021
  16. Nov 10, 2021
  17. Nov 03, 2021
  18. Oct 25, 2021
Loading