Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5e981f9
refactored validators for config to allow the validator to change the…
beniwohli Sep 6, 2018
697914d
v2 API [WIP]
beniwohli Sep 3, 2018
756eede
made processors work with the v2 API
beniwohli Sep 3, 2018
e1a3036
first pass at fixing tests
beniwohli Sep 4, 2018
0bf1d60
second pass
beniwohli Sep 4, 2018
c2fe3c2
Round 3
beniwohli Sep 4, 2018
1b8e923
Round 4
beniwohli Sep 4, 2018
2c549fb
Round, err, 5?
beniwohli Sep 4, 2018
0a89ba4
updated schema download script
beniwohli Sep 6, 2018
1d4cc30
more test fixes
beniwohli Sep 6, 2018
5ef1d66
Merge branch 'config-value-units' into v2-api
beniwohli Sep 7, 2018
9c8a4fc
fix asyncio transport tests
beniwohli Sep 12, 2018
1cb1af3
update metric.json to metricset.json in schema downloader
beniwohli Sep 12, 2018
fda8887
fixed urllib3 transport tests
beniwohli Sep 12, 2018
0b170ed
fixing more tests
beniwohli Sep 12, 2018
9a02277
added support for new "span_count" format
beniwohli Sep 13, 2018
4f564f1
added handling for api_request_time and api_request_size
beniwohli Sep 13, 2018
304ba54
well that was embarrassing...
beniwohli Sep 13, 2018
3740e18
and I thought the previous one was bad...
beniwohli Sep 13, 2018
ddb0f25
more test fixes
beniwohli Sep 13, 2018
9a440ee
refactored transport error handling to be handled in transport layer
beniwohli Sep 14, 2018
676727c
fix asyncio transport tests
beniwohli Sep 14, 2018
c2b8d7f
remove asyncio transport for now
beniwohli Sep 17, 2018
899e2fb
don't flush while in uwsgi master process
beniwohli Sep 17, 2018
a9e65f2
move timer thread logic into transport layer, as suggested by @axw
beniwohli Sep 17, 2018
669f830
changes from @graphaelli's review
beniwohli Sep 17, 2018
4c715b0
resolution of time.time() on Windows is quite limited
beniwohli Sep 17, 2018
f94673f
use timeit.default_timer() instead of time.time() in Transport
beniwohli Sep 17, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove asyncio transport for now
It turns out that the transport never really worked as intended,
and maintaining it is extremely time consuming. As the transport
was never documented, we remove it without deprecation period.

We will revisit adding an asyncio-based transport when we add general
support for asyncio to the agent
  • Loading branch information
beniwohli committed Sep 17, 2018
commit c2b8d7f1a886aedd8e6ce017eb13c7545084b861
1 change: 0 additions & 1 deletion elasticapm/contrib/asyncio/__init__.py

This file was deleted.

30 changes: 0 additions & 30 deletions elasticapm/contrib/asyncio/client.py

This file was deleted.

73 changes: 0 additions & 73 deletions elasticapm/transport/asyncio.py

This file was deleted.

83 changes: 0 additions & 83 deletions tests/asyncio/test_asyncio_client.py

This file was deleted.

108 changes: 0 additions & 108 deletions tests/asyncio/test_asyncio_http.py

This file was deleted.