Skip to content
Snippets Groups Projects
  1. Feb 11, 2019
  2. Feb 07, 2019
  3. Feb 01, 2019
  4. Jan 31, 2019
  5. Jan 30, 2019
  6. Jan 29, 2019
  7. Jan 28, 2019
  8. Jan 24, 2019
  9. Jan 23, 2019
  10. Jan 09, 2019
  11. 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
  12. Dec 17, 2018
  13. Dec 14, 2018
  14. Dec 13, 2018
  15. Dec 08, 2018
  16. Dec 07, 2018
  17. Nov 26, 2018
  18. Nov 23, 2018
  19. Nov 08, 2018
  20. Nov 06, 2018
  21. Nov 05, 2018
Loading