Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
  2. Jan 28, 2019
  3. Jan 24, 2019
  4. Jan 23, 2019
  5. Jan 09, 2019
  6. Dec 21, 2018
    • Nicolas Dandrimont's avatar
      Add a statsd client module · b9df2cf1
      Nicolas Dandrimont authored
      prometheus-statsd-exporter uses the datadog format for its tags, so base our
      client on their Python code, with the following modifications:
      
       - Removed python < 3.5 compat code
       - trimmed the imports down to be a single module
       - move to time.monotonic() instead of time.time()
       - adjust some options:
         - drop unix socket connection option
         - add environment variable support for setting the statsd host and
           port (pulled the idea from the main python statsd module)
         - only send timer metrics in milliseconds (that's what
           prometheus-statsd-exporter expects)
         - drop DataDog-specific metric types (that are unsupported in
           prometheus-statsd-exporter)
       - made the tags a dict instead of a list (prometheus-statsd-exporter only
         supports tags with a value, mirroring prometheus)
       - improve unit test coverage
       - documentation cleanup
      b9df2cf1
  7. Dec 17, 2018
  8. Dec 14, 2018
  9. Dec 13, 2018
  10. Dec 08, 2018
  11. Dec 07, 2018
  12. Nov 26, 2018
  13. Nov 23, 2018
  14. Nov 08, 2018
  15. Nov 06, 2018
  16. Nov 05, 2018
  17. Oct 25, 2018
    • vlorentz's avatar
      Fix doc of DbTestFixture. · 69e82bc3
      vlorentz authored
      Summary: DbTestFixture.setupClass reads `cls._DB_DUMP_LIST`, which is set by `cls.add_db`, so `cls.add_db` should be called by the child's `setupClass` beforehand
      
      Reviewers: #reviewers, ardumont
      
      Reviewed By: #reviewers, ardumont
      
      Subscribers: ardumont, swh-public-ci
      
      Differential Revision: https://forge.softwareheritage.org/D603
      69e82bc3
  18. Oct 24, 2018
  19. Oct 23, 2018
  20. Oct 18, 2018
  21. Oct 16, 2018
  22. Oct 12, 2018
Loading