Anuraag Agrawal
9ac34bce67
Prepare a single test bootstrap jar at top level. ( #1635 )
...
* Prepare a single test bootstrap jar at top level.
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Add comment
* Use buildDir instead of build
* Testing SDK also in bootstrap
* Remove sdk from testing bootstrap loader
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-11-16 11:25:40 +09:00
Trask Stalnaker
8e48aa2025
Add problem statement ( #1639 )
2020-11-14 22:56:07 -08:00
Anuraag Agrawal
53529d3028
Use released 0.10.0 in smoke test containers. ( #1634 )
2020-11-14 15:27:28 -08:00
Pavol Loffay
b4326d91ac
Add Bytebuddy agent builder customizer SPI ( #1613 )
2020-11-13 11:21:40 -08:00
Pavol Loffay
5e568e6d06
Add classloading diagram to contributing docs ( #1612 )
2020-11-12 21:12:49 -08:00
Trask Stalnaker
55530ee03e
Better muzzle for external-annotations module ( #1624 )
2020-11-12 21:11:26 -08:00
Ago Allikmaa
995e2caee0
Update ByteBuddy to 1.10.18, adjust to new ByteBuddy gradle plugin ( #1596 )
...
* Adjust for use with ByteBuddy 1.10.18
* Fix language choices for ByteBuddy transformation.
* Remove no longer used MuzzleCodeGenerationPlugin$NoOp
2020-11-12 12:34:06 +02:00
Trask Stalnaker
efe4110e27
Doc changes associated with PR #1412 ( #1413 )
...
Since doc change should wait until the next release is made.
2020-11-12 10:43:29 +02:00
David Denton
d4d5cf8ad4
Add http4k to list of supported libraries ( #1605 )
...
* Add http4k to list of supported libraries
* Update with suggestions for link/note
2020-11-11 08:26:08 +02:00
Mateusz Rzeszutek
1765839d01
Simplify JDBC span names ( #1533 )
2020-11-10 13:34:54 -08:00
Mateusz Rzeszutek
402a0a1639
Remove Instrumenter.Default ( #1610 )
2020-11-10 12:42:29 -08:00
Nikita Salnikov-Tarnovski
7f012c585d
Update publish.gradle ( #1611 )
...
Do not automatically publish to Bintray after upload
2020-11-10 15:04:24 +02:00
Nikita Salnikov-Tarnovski
d6c2de4389
Small cleanup ( #1603 )
...
* Small cleanup
* Format
2020-11-10 14:55:53 +02:00
Nikita Salnikov-Tarnovski
76f6b8aa49
Netty bug ( #1604 )
...
* Netty connection span leak
* Demonstrating Netty bug
* Format
2020-11-10 14:44:27 +02:00
Mateusz Rzeszutek
9d2db827b9
Refactor Instrumenters into InstrumentationModules - R, S, T, V ( #1576 )
2020-11-09 18:48:52 -08:00
Trask Stalnaker
087a9cbc4e
Fix dropwizard instrumentation ( #1607 )
...
* Fix dropwizard instrumentation
* Fix others too
2020-11-09 18:46:26 -08:00
Mateusz Rzeszutek
7f36dd1617
Refactor Instrumenters into InstrumentationModules - N, O, P ( #1575 )
2020-11-09 14:42:16 -08:00
Mateusz Rzeszutek
ef58ec1770
Refactor Instrumenters into InstrumentationModules - K, L, M ( #1563 )
2020-11-09 14:41:55 -08:00
Mateusz Rzeszutek
0e83a5b56d
Refactor Instrumenters into InstrumentationModules - J ( #1562 )
2020-11-09 14:41:37 -08:00
Mateusz Rzeszutek
aa3ba8d165
Refactor Instrumenters into InstrumentationModules - D, E, F, G, H ( #1557 )
2020-11-09 14:41:12 -08:00
Mateusz Rzeszutek
d307ffc532
Refactor Instrumenters into InstrumentationModules - A, B, C ( #1556 )
...
* Refactor Instrumenters into InstrumentationModules - A, B, C
* Fixed some modules' names to match library/instrumentation gradle module
* Fix couchbase 2.6 muzzle
2020-11-09 15:42:41 +01:00
Jakub Wach
09fda6e52a
AWS lambda instrumentation - HTTP context propagation ( #1536 )
...
* AWS lambda instrumentation - HTTP context propagation
* code review, added tests for stream wrapper
* code review - recpects XRay propagation, tests added
* rebase to master
2020-11-09 15:59:33 +02:00
Trask Stalnaker
45d1a0811a
Publish lettuce-common ( #1589 )
2020-11-09 15:04:25 +02:00
TeeVenDick
6acce7c6df
Fix README.md link ( #1590 )
2020-11-09 15:04:08 +02:00
Trask Stalnaker
27ee234596
Add interoperability design doc ( #1597 )
2020-11-09 15:00:21 +02:00
Hasan Fehmi Danacı
0fc5dee893
Update Jrog link ( #1583 )
...
Obsolete link updated. Change jfrog folder "auto" => "instrumentation".
2020-11-09 11:49:50 +02:00
Anuraag Agrawal
0c1d9266d5
Add release branch pattern to allowed release branches. ( #1598 )
2020-11-09 15:45:40 +09:00
Trask Stalnaker
8ee2533c96
Fix ClassNotFoundException on Wildfly ( #1593 )
2020-11-09 13:59:36 +09:00
Trask Stalnaker
71f91877ab
Fix muzzle and add missing helper classes ( #1585 )
...
* Fix muzzle
* Fix jdbc instrumentation
* Fix jms instrumentation
* Fix couchbase instrumentation
* Fix servlet instrumentation
2020-11-08 13:54:00 -08:00
snyder114
f4448b56ee
Update README.md ( #1568 )
...
* Update README.md
Basic formatting and wording enhancements for readability and accessibility.
* Update README.md
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Run ./gradlew spotlessApply
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2020-11-08 17:35:07 +09:00
Anuraag Agrawal
e79a0162d3
Update nebula same version as opentelemetry-java repository. ( #1574 )
2020-11-08 13:09:44 +09:00
Anuraag Agrawal
5ec0ed3b9c
Use correct name for bintray api key ( #1570 )
2020-11-06 13:18:14 +09:00
Anuraag Agrawal
b680ece4d1
bintrayUpload freezes, so add some info logging to see what happens. ( #1569 )
2020-11-06 12:04:40 +09:00
Anuraag Agrawal
3d21c26632
Update to SDK 0.10.0 ( #1564 )
2020-11-05 13:17:47 -08:00
Sergei Malafeev
70dcb93121
Activate SystemMetrics ( #1530 )
2020-11-05 13:02:01 -08:00
Anuraag Agrawal
d9e978c8d8
Update to latest snapshot ( #1560 )
2020-11-05 20:49:32 +09:00
Anuraag Agrawal
6c1dabf782
Tag smoke test images with date and run ID from workflow. ( #1559 )
...
* Tag smoke test images with sha from workflow.
* Pass tag as date from workflow
* Echo tag which is nice to see in logs
* Add run ID
* Remove seconds
* Missed files
2020-11-05 19:11:29 +09:00
Anuraag Agrawal
e1c7baab42
Upgrade to latest SDK snapshot ( #1549 )
2020-11-05 17:45:59 +09:00
Vladimir Šor
caf102fe15
Tag docker images for smoke tests with date and time. ( #1553 )
2020-11-05 00:02:33 +09:00
Mateusz Rzeszutek
8629edd346
Run muzzle once per instrumented library - introducing InstrumentationModule ( #1528 )
...
* Run muzzle once per instrumented library - introducing InstrumentationModule
* spotless
* Fix muzzle
* Apply code review comments
2020-11-04 15:39:12 +01:00
Jakub Wach
81101ed463
fix master build fail due to latestDepTest ( #1554 )
2020-11-04 16:21:29 +02:00
Jakub Wach
049358e81b
apache camel 2.20.x instrumentation ( #1397 )
...
* apache camel 2.20.x instrumentation
* removed instrumentation advice from helper classes
* code review #1
* code review #2 / experimental server name update
* code review changes / new tests, improved direct, new license header
* rebase changes
* code review changes
* code review changes, REST tests added
* changes after rebase to newest master
* code review changes
* code review
* code review
* rebase to master
2020-11-03 11:42:33 +02:00
Anuraag Agrawal
a528daee52
Update to latest snapshot ( #1544 )
2020-11-03 17:08:17 +09:00
Anuraag Agrawal
4e50e647be
Try using low Gradle priority instead of capping workers ( #1538 )
2020-11-02 20:50:41 -08:00
Nikita Salnikov-Tarnovski
7b64184701
Smoke tests using Jaeger and Zipkin exporters ( #1543 )
2020-11-02 20:50:14 -08:00
Anuraag Agrawal
d3b60a5e33
Rename TRACER to tracer() ( #1540 )
2020-11-02 20:49:51 -08:00
Nikita Salnikov-Tarnovski
947a316bb6
Add links to some issues ( #1542 )
2020-11-02 20:48:23 +02:00
Anuraag Agrawal
5d2cb459df
Update to latest SDK snapshot ( #1539 )
2020-11-02 16:07:53 +09:00
Anuraag Agrawal
7132757792
Update to latest snapshot ( #1532 )
2020-11-01 16:19:12 +09:00
Anuraag Agrawal
d4a64f7ad4
Add manual dispatch trigger to smoke dist builds. ( #1531 )
2020-10-30 16:18:47 +09:00