Commit graph

  • 326166c0b4
    Merge d551369c8d into c39b1ff6c0 Andrew Rabert 2023-07-28 11:59:20 -0400
  • fee8fd0c1f
    Merge c60d37b425 into c39b1ff6c0 Andrew Rabert 2023-07-28 11:58:14 -0400
  • c39b1ff6c0
    Merge pull request #14 from dave-shawley/quiet-now main Gavin M. Roy 2023-07-28 11:17:27 -0400
  • b5f3f8c96d
    Update action versions in build workflow Dave Shawley 2023-07-28 09:38:26 -0400
  • 9a0cd26578
    Stop ignoring .github Dave Shawley 2023-07-28 09:38:12 -0400
  • 85f3346ed2
    Update run-tests.yml dave-shawley 2023-07-28 09:26:50 -0400
  • 81128b8d54
    Style fix in docs/conf.py Dave Shawley 2023-07-28 09:14:26 -0400
  • 672c7f9670
    Update sphinx & RTD Dave Shawley 2023-07-28 08:06:59 -0400
  • 62e2057884
    Update tox.ini to work with 3.11 as a base Dave Shawley 2023-07-28 07:36:09 -0400
  • 44baf2e025
    Update coverage version Dave Shawley 2023-07-28 07:35:06 -0400
  • d930012b7e
    Bump license date Dave Shawley 2023-07-27 09:20:06 -0400
  • b64cd0cbde
    Stop testing 3.7, add 3.11 Dave Shawley 2023-07-27 09:17:38 -0400
  • a63733dcad
    Remove debug log of "processing metric" Dave Shawley 2023-07-27 08:32:03 -0400
  • c60d37b425 Increase default queued metrics limit from 1,000 to 1,000,000 Understanding that asyncio.Queue stores items in a collections.deque instance, this is the memory usage difference between the current default of 1,000 and the new default of 1,000,000. Andrew Rabert 2022-03-30 14:49:28 -0400
  • d551369c8d Add debug message when metric is injected Andrew Rabert 2022-03-28 14:10:10 -0400
  • 6d60b314c5 Log when processor is starting Using INFO level since there is an existing INFO-level 'processor is exiting' message. Andrew Rabert 2022-03-25 17:23:45 -0400
  • 76399b9a02
    Fix ReadTheDocs build. Dave Shawley 2021-07-21 12:35:38 -0400
  • 310e975ad5
    Merge pull request #10 from dave-shawley/fix-build 1.0.0 dave-shawley 2021-07-21 12:30:49 -0400
  • d0b860edc0
    Improve the GitHub test phase. Dave Shawley 2021-07-21 12:27:33 -0400
  • 589412693e
    Stop using generic typing for asyncio.Queue. Dave Shawley 2021-07-21 12:23:53 -0400
  • 10d95519a3
    Format setup.py with yapf. Dave Shawley 2021-07-21 12:23:34 -0400
  • 85b1b98295
    Fix distribution upload breakage. Dave Shawley 2021-07-21 12:17:28 -0400
  • 288e0275ac
    1.0.0: Add Timer abstraction. Dave Shawley 2021-07-20 17:38:59 -0400
  • 7793a189a0
    Fix issue extlinks configuration. Dave Shawley 2021-07-20 17:38:37 -0400
  • 9054c729f5
    Add some missing typing. Dave Shawley 2021-07-20 17:32:51 -0400
  • a47f121f6d
    Merge pull request #9 from dave-shawley/support-timer Andrew Rabert 2021-07-20 10:22:25 -0400
  • 3b9b9ccb2f
    Make sonar a little happier. Dave Shawley 2021-07-18 12:06:35 -0400
  • 65745010ad
    Add datetime.timedelta support to timing. Dave Shawley 2021-07-18 11:23:33 -0400
  • 1c6ba8f80e
    Implement the python-statsd Timer interface. Dave Shawley 2021-07-18 11:15:28 -0400
  • 3f0f46cd6d
    Bump from Beta to Production. Dave Shawley 2021-07-18 10:16:14 -0400
  • 2d0b20054c
    Update dev toolchain. Dave Shawley 2021-07-18 10:15:04 -0400
  • 75bb621784
    Add Connector.timer. Dave Shawley 2021-07-18 10:10:41 -0400
  • 3291306305 0.1.0: Ready for beta. 0.1.0 Dave Shawley 2021-05-10 10:45:30 -0400
  • 0fbff9e19c
    Merge pull request #7 from dave-shawley/sprockets-http Gavin M. Roy 2021-05-10 10:24:33 -0400
  • c7a3a834c0
    Remove explicit sonar scan of PR. Dave Shawley 2021-05-10 07:47:56 -0400
  • ea97d07341
    Switch to manual sonarqube analysis. Dave Shawley 2021-05-10 07:22:18 -0400
  • 89d20a5f89
    Remove unused variable in test. Dave Shawley 2021-05-10 06:45:19 -0400
  • ed67689fe2
    Limit logging when disconnected. Dave Shawley 2021-05-09 15:48:18 -0400
  • a48453b70e
    Add compatibility with sprockets.http. Dave Shawley 2021-04-24 09:15:50 -0400
  • b823d3a521
    Merge pull request #6 from dave-shawley/add-disable Andrew Rabert 2021-05-06 15:51:02 -0400
  • 235c7bde3c
    Add support for disabling tornado connector. Dave Shawley 2021-04-12 08:08:07 -0400
  • a2695e4d1a
    Enable badges. Dave Shawley 2021-04-09 19:07:27 -0400
  • 5242245191 0.0.1: First alpha release 0.0.1 Dave Shawley 2021-04-08 11:50:29 -0400
  • cfd166c667
    Merge pull request #4 from dave-shawley/release-time dave-shawley 2021-04-08 11:24:39 -0400
  • 6835e0fd2d
    0.0.1: Trying out the release pipeline! Dave Shawley 2021-04-08 08:12:48 -0400
  • ea8d2363fe
    Add build.yml Dave Shawley 2021-04-08 08:11:36 -0400
  • f51870b2f9
    Add minimal pyproject.toml. Dave Shawley 2021-04-08 07:57:38 -0400
  • 2fb3646f0d
    Changes recommended by twine and pypi. Dave Shawley 2021-04-08 07:56:40 -0400
  • 3a5196e68b
    Add typing markers. Dave Shawley 2021-04-08 07:26:14 -0400
  • 6832ea8ee2
    Update run-tests.yml dave-shawley 2021-04-07 08:02:13 -0400
  • d7b4fc568b
    Update run-tests.yml dave-shawley 2021-04-07 07:55:43 -0400
  • a28f984c84
    Merge pull request #3 from dave-shawley/add-sonar dave-shawley 2021-04-07 07:50:16 -0400
  • e35f903744
    Update sonar upload to only run on main. Dave Shawley 2021-04-07 07:44:04 -0400
  • 27c357f14a
    Fix workflow syntax error... hopefully Dave Shawley 2021-04-07 07:35:03 -0400
  • 4986aa2868
    Add more detail in sonar-project.properties. Dave Shawley 2021-04-07 07:29:45 -0400
  • 40708fa70c
    Pass coverage.xml to sonar analysis. Dave Shawley 2021-04-07 07:27:30 -0400
  • 396f667598
    Add docs badge. Dave Shawley 2021-04-06 22:01:46 -0400
  • 4cb93c59d5
    Add sonarqube badge. Dave Shawley 2021-04-06 22:00:25 -0400
  • 9e44f0ef73
    Add sonarqube properties file. Dave Shawley 2021-04-06 21:54:15 -0400
  • a47442332c
    Add sonar cloud into run-tests dave-shawley 2021-04-06 21:51:36 -0400
  • 26e596172e
    Merge pull request #2 from dave-shawley/add-rtd dave-shawley 2021-04-06 21:31:16 -0400
  • 7b57fa9fa9
    Try to fix codecov uploads... Dave Shawley 2021-04-06 21:25:46 -0400
  • 5d7a6f6941
    Integrate with readthedocs.org. Dave Shawley 2021-04-06 08:08:01 -0400
  • a0e2ef1c19
    Merge pull request #1 from sprockets/syn Ryan Mclean 2021-04-05 14:06:12 -0400
  • 0d911fc3e2
    Enable codecov upload. Dave Shawley 2021-03-30 08:24:25 -0400
  • 5a52437857
    Remove coverage from tox.ini. Dave Shawley 2021-03-30 08:10:24 -0400
  • 51e1f2ccae
    Make type annotations safe for Python 3.7. Dave Shawley 2021-03-30 08:09:53 -0400
  • da95efa544
    Move path prefixing into Connector. Dave Shawley 2021-03-30 07:56:20 -0400
  • 0f0bae1199
    Set upper bound on metrics queue size. Dave Shawley 2021-03-30 07:22:22 -0400
  • 5c947d6798
    Make docs a little cleaner. Dave Shawley 2021-03-29 07:46:23 -0400
  • 2ecdee61c4
    Clean up type annotations. Dave Shawley 2021-03-26 06:40:27 -0400
  • b84e52592d
    Prefix management -- take two. Dave Shawley 2021-03-24 08:10:07 -0400
  • 65df480421
    Expose a more usable interface on the Connector. Dave Shawley 2021-03-24 07:36:16 -0400
  • e5c343e577
    Verify 100% coverage in local tox. Dave Shawley 2021-03-24 07:35:49 -0400
  • 2aeddc8bc3
    Rename mixins module to tornado. Dave Shawley 2021-03-24 06:48:25 -0400
  • 7ee536e99f
    Fix test error. Dave Shawley 2021-03-24 06:30:26 -0400
  • 9a8f23c614
    Require prefix unless allow_no_prefix is set. Dave Shawley 2021-03-23 22:01:27 -0400
  • f6017d1a06
    Add $STATSD_PREFIX support. Dave Shawley 2021-03-23 22:01:02 -0400
  • 05650286da
    Remove usage of typing.Protocol. Dave Shawley 2021-03-23 21:21:16 -0400
  • c634c20906
    Expose UDP support in the mixins. Dave Shawley 2021-03-21 17:45:23 -0400
  • c4c44f9864
    Add support for UDP sockets. Dave Shawley 2021-03-21 10:22:55 -0400
  • 38a5e3f566
    Refactor to pull out TCP details. Dave Shawley 2021-03-19 18:19:03 -0400
  • 6d310db517
    Move statsd connector to attribute. Dave Shawley 2021-03-23 07:43:20 -0400
  • 69dfb51bf8
    Rework application prefix configuration. Dave Shawley 2021-03-23 07:08:34 -0400
  • 63dc44fd22
    Ensure that docs build as part of CI. Dave Shawley 2021-03-11 07:43:17 -0500
  • 28e369c122
    Make timeout parameters configurable. Dave Shawley 2021-03-11 07:31:24 -0500
  • 65b5bacbee
    Reorder logic to emphasize common paths. Dave Shawley 2021-03-11 07:03:18 -0500
  • 00759ed20b
    Correct some resource leaks in tests. Dave Shawley 2021-03-10 07:16:47 -0500
  • 4360bc298a
    Run style, lint, and unittests using GH actions. Dave Shawley 2021-03-10 06:39:26 -0500
  • f8c63a55fc
    Switch to asynctest for Py 3.7 support. Dave Shawley 2021-03-09 15:41:18 -0500
  • 720dd79193
    Add Application & RequestHandler mixins. Dave Shawley 2021-03-09 15:06:23 -0500
  • 0d5b212efc
    Add docs, rename a few things. Dave Shawley 2021-03-08 07:27:40 -0500
  • ed6e479e2a
    Make statsd metric sending resilient. Dave Shawley 2021-03-07 14:37:24 -0500
  • ff6f13591c
    Send metrics asynchronously. Dave Shawley 2021-03-07 14:35:42 -0500
  • 9febb7e7e8
    statsd.Processor that reconnects. Dave Shawley 2021-03-06 09:50:29 -0500
  • 832f8af7e0
    Project scaffolding. Dave Shawley 2021-03-06 09:50:04 -0500