Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal disk buffering #913
Signal disk buffering #913
Changes from 203 commits
2056cbf
347a2b9
ba9dd8a
0619a73
67be26c
d1214af
fb08847
1c24365
248dffb
51bfb99
fbef8fb
67e35e5
7697b69
42f1f49
b5874dc
69dbcd0
103ab05
635a8e0
9ec3b73
0d10862
875e120
cce475c
36297c6
f92ea01
c1a5935
dbd58d1
62e4598
10a4a7c
d84d329
300479f
699f458
97aa0df
1e62698
89e4376
5b708d6
114da0f
c56b27c
2a96ce6
500ecb3
2dbe018
33a7c54
349cb22
3652a43
c2f4626
5133952
8ea5ec8
a875d23
03bb26b
9255f73
9ca6272
e3ddd63
975917e
c9919d4
325661c
3b3618f
03e2e92
bbccc77
d6a9c81
0e2aece
dc13e86
665a464
9aa9f46
90e2f8e
098d6a1
2ff7afe
e519ff6
76395f7
18df096
99a60b0
6e26e86
d1c1ba0
82d4fec
94d523d
780afbb
60f9b8d
b1c29d8
498564d
dd09e5f
3f28b15
cadfc0e
1c22ce4
b05e946
d3e4942
2344dc8
9ab4f23
8382fa8
5ab5e25
ab97bae
b7aa2ab
cc864ca
4285c1f
7ea45d3
ee54d77
1150463
039fea5
67816d0
b9b0873
e5759c8
fc2b8c4
994ea5f
b296f9a
98b385d
91ec9f0
4c73be7
f18ddb7
4a6f403
d22da48
3b42ced
52ce4ec
9ab9aa9
962d136
702bdeb
de3b9ec
aefd46e
549ea97
24ba7f3
aa48d91
c488aa4
3194422
159ffac
a188b9e
c33b4d4
40716c0
17b6267
d8b4757
b915182
dc31408
914d4e5
7d02197
525fd52
702513f
02bc6b4
3947cea
ba8f245
2b629c2
a93c1d9
6dd53fd
00827c9
c243d7c
fb6f4a9
09b97a3
f69d684
0b105d1
315dd3a
35bab1f
d6837c5
d3be201
2afb324
66dba3a
0e4d6bd
4505347
e32252f
b04c758
c48c70d
76c1fbb
9d30667
abedf2b
884d133
0f2803c
215e5de
eb5d795
e123539
3d64adb
79c4d1a
2a8bb8f
8e76fd0
7bfbff7
d968210
232d42c
505f134
18a6e52
d133723
38eba1d
68591f3
5198591
815dbd6
9bea0a4
f143f8f
70889c8
9468083
fa8dc9f
0d478e7
fda405e
2479c9a
c7eb673
5b0b34a
2b05d96
522aba2
e897285
8596be1
eb13335
35c6187
e8abb3b
d55a4d5
9f71217
e0dbd4c
6cb3804
1ed6042
21a945b
101b932
9eabe76
e727b9f
d40d829
b733c9a
8acf8b2
80b266a
7236f41
9d365d7
a8f668d
ba57501
c712d25
60ac5c0
ad26fb2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both
opentelemetry-java
andopentelemetry-java-instrumentation
use animalsniffer to avoid using apis that are not available on android, see if it would be useful in this projectThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, I've just added it to verify API 24 supported code