Nikolay Martynov
6471a1a81e
Add $ separate to state field name
2019-01-23 22:32:00 -05:00
Nikolay Martynov
af15b17f1c
Remove unnecessary helper from FutureInstrumentation
2019-01-23 22:31:59 -05:00
Nikolay Martynov
e9745e6775
Log active span in test assert
2019-01-23 22:31:59 -05:00
Tyler Benson
63779c7816
Merge pull request #639 from DataDog/tyler/jmxfetch
...
Embedding existing jmx integrations with git submodule
2019-01-23 15:58:13 -08:00
Tyler Benson
1df20cf52c
Upgrade to latest version of jmxfetch
...
This includes the ability to load config from resources.
2019-01-23 13:29:32 -08:00
Tyler Benson
f76002a5d2
Begin 0.23.0
2019-01-23 12:04:52 -08:00
Tyler Benson
eaa11dbf30
Version 0.22.0
2019-01-23 11:21:31 -08:00
Tyler Benson
4aa3b6b42d
Merge pull request #664 from DataDog/tyler/shadow-upgrade
...
Update shadow plugin to 4.0.4
2019-01-23 08:12:44 -08:00
Nikolay Martynov
62998ff006
Merge pull request #655 from DataDog/mar-kolya/new-api-agent-writer
...
Mar kolya/new api agent writer
2019-01-22 17:12:37 -05:00
Tyler Benson
4b9ad7e072
Merge pull request #663 from DataDog/tyler/test-sets-update
...
Update test-sets plugin to 2.1.1
2019-01-22 11:16:51 -08:00
Tyler Benson
c93d146965
Update shadow plugin to 4.0.4
2019-01-22 11:13:18 -08:00
Tyler Benson
0a89074f60
Merge pull request #653 from marcoferrer/instrument-kt-coroutine-scheduler
...
Add support for instrumenting kotlin coroutine schedulers
2019-01-22 10:31:32 -08:00
Tyler Benson
7977d34e57
Update test-sets plugin to 2.1.1
2019-01-22 09:12:22 -08:00
Marco Ferrer
cd75bbecd1
Update test-with-kotlin.gradle
2019-01-22 11:38:46 -05:00
Tyler Benson
68d93ce969
Merge pull request #640 from DataDog/tyler/event-sampling
...
Initial support for setting Event Sample Rate via tags
2019-01-22 08:22:46 -08:00
Nikolay Martynov
28e1749c2a
Merge pull request #662 from DataDog/mar-kolya/partial-trace-flush
...
Add support for partial trace flush
2019-01-22 10:16:43 -05:00
Marco Ferrer
5096ac35b6
address ci errors
2019-01-21 14:12:44 -05:00
Marco Ferrer
7819430620
add mavenCentral to plugin repos
2019-01-21 12:26:46 -05:00
Marco Ferrer
d7319cd76d
add tests for kt cancellation and channels
2019-01-21 11:59:54 -05:00
Andrew Kent
5f70ebfec5
Merge pull request #657 from DataDog/ark/fix-log-manager-test-race-condition
...
Play nice with Java's LogManager across all JVMs
2019-01-18 19:50:12 +00:00
Andrew Kent
af306f376b
Comments explaining jmxfetch delay
2019-01-18 10:56:21 -08:00
Nikolay Martynov
2a7cebc311
Add support for partial trace flush
...
Add a configuration option and logic to flush purtial traces to the
agent if ongoing trace becomes too large.
2019-01-17 09:09:50 -05:00
Tyler Benson
9a6f10f9a3
Merge pull request #658 from DataDog/tyler/jackson-upgrade
...
Upgrade jackson to 2.9.8
2019-01-16 15:46:27 -05:00
Andrew Kent
097c557651
Delay jmxfetch init when custom log manager is used by client's app
2019-01-16 12:18:29 -08:00
Tyler Benson
a411f7cc5e
Upgrade jackson-dataformat-msgpack to 0.8.16
2019-01-16 13:46:20 -05:00
Tyler Benson
fe3ebceba9
Add jackson smile dep for old ES tests.
2019-01-16 13:27:04 -05:00
Andrew Kent
4c4b12e1d6
Expand custom logman tests to handle three different logman cases
2019-01-16 10:06:41 -08:00
Andrew Kent
6ffaa9e04f
Remove jre logging integration
2019-01-16 08:59:10 -08:00
Andrew Kent
3295739e28
Fix race conditions in custom log manager test
...
Fix two race conditions in the custom log manager test.
- Remove possibility of false positives by blocking until jmx thread
sends statsd metrics
- Disable logging in test to avoid deadlock in jmxfetch which can
occur when the JVM shuts down too quickly
2019-01-16 08:57:59 -08:00
Andrew Kent
75e0862566
Begin 0.22.0
2019-01-15 15:46:22 -08:00
Andrew Kent
0e71b9d15b
Version 0.21.1
2019-01-15 15:36:24 -08:00
Nikolay Martynov
4d7bb59e7e
Merge pull request #660 from DataDog/mar-kolya/fix-JsonSpan-conversion-bug
...
Fix JsonSpan boolean conversion problem
2019-01-15 16:00:09 -05:00
Andrew Kent
2a17432796
Merge pull request #661 from DataDog/ark/jmx-service-tag
...
Tag JMX metrics with `service` in addition to `service.name`
2019-01-15 20:43:53 +00:00
Andrew Kent
12a7691f04
Tag JMX metrics with `service` in addition to `service.name`
2019-01-15 12:30:11 -08:00
Nikolay Martynov
95c1c47799
Fix JsonSpan boolean conversion problem
...
It looks like with newer Jackson we cannot convert number to boolean
anymore. So we have to do this manually.
2019-01-15 15:28:42 -05:00
Tyler Benson
a620983fb1
Upgrade jackson to 2.9.8
...
There is a vulerability in prior versions, per the following CVE: https://nvd.nist.gov/vuln/detail/CVE-2018-1000873
2019-01-14 14:46:59 -05:00
Nikolay Martynov
d4cdcf0fc8
Merge pull request #656 from DataDog/mar-kolya/improve-vertx-test-stability
...
Improve Vertx test stability
2019-01-14 12:34:04 -05:00
Nikolay Martynov
b65317ff36
New API: add writer builder
2019-01-14 12:31:20 -05:00
Nikolay Martynov
fce1af97b8
New API: Add Datadog Agent writer
2019-01-14 12:31:20 -05:00
Nikolay Martynov
a70b698040
Merge pull request #651 from DataDog/mar-kolya/new-api-agent-client
...
New API: add Datadog agent client
2019-01-14 12:30:21 -05:00
Nikolay Martynov
1b1f620318
Improve Vertx test stability
...
By actiually waiting for test server to start listening.
2019-01-11 12:14:17 -05:00
Nikolay Martynov
c61cd844e3
New API: add Datadog agent client
...
This implementation is missing a few minorish things, but should be able to
generally talk to Datadog agent 'traces' endpoint.
Note: this also drops support for 0.3 Datadog Agent.
2019-01-11 07:48:40 -05:00
Andrew Kent
5f1de1437f
Begin 0.22.0
2019-01-10 17:13:50 -08:00
Andrew Kent
f7c55d5f3e
Version 0.21.0
2019-01-10 16:07:00 -08:00
Andrew Kent
b6d0dacf4b
Merge pull request #654 from DataDog/ark/java9-logmanager-fix
...
Workaround LogManager startup issue and add springboot test
2019-01-10 21:22:06 +00:00
Andrew Kent
9d1dd4e194
Add smoketest README and move random port to common util
2019-01-10 11:44:33 -08:00
Andrew Kent
bfd653549f
Change some common settings for smoke-tests
...
log server output to files. Fix server dependencies. Only run smoke
tests on standard JVMs.
2019-01-10 10:55:23 -08:00
Andrew Kent
6089dc60ba
SpringBoot smoke test
2019-01-10 09:06:22 -08:00
Marco Ferrer
63c28cef31
add kotlin test config to java-concurrent project
2019-01-09 19:20:31 -05:00
Marco Ferrer
a31abc67e9
add support for instrumenting kotlin coroutine schedulers
2019-01-09 19:04:42 -05:00