Commit Graph

7437 Commits

Author SHA1 Message Date
Trask Stalnaker 8d18e463ea
Add markdown link check (#5449)
* Add markdown link check

* Fix links

* update workflows

* move comment
2022-02-28 11:30:16 -08:00
Lauri Tulmin e6a8bdf697
Add peer service support back to couchbase26 (#5451)
* Add peer service support back to couchbase26

* extract common module

* move tests

* fix tests

* address review comments

* remove CouchbaseRequestInfoHolder
2022-02-28 10:00:27 -08:00
Trask Stalnaker d587aed81a
Clean up examples github actions job (#5459) 2022-02-28 10:00:11 -08:00
Trask Stalnaker d08b4c1423
First reusable workflow (#5460) 2022-02-28 09:59:58 -08:00
Trask Stalnaker e058fa7810
Fix aws-core testLatestDeps (#5458)
* Fix aws-core testLatestDeps

* ooops
2022-02-27 21:07:27 -08:00
Trask Stalnaker e5fdfbaeb4
Add retry back to muzzle jobs (#5457) 2022-02-27 19:45:20 -08:00
Trask Stalnaker 0a6b87eb69
Remove server span peer name (#5404)
* Fix server -> client reference

* Remove server span peer name
2022-02-27 11:06:20 -08:00
Trask Stalnaker 11881f4fbd
Add migration notes to change log (#5446) 2022-02-27 10:52:30 -08:00
Trask Stalnaker e89a9f2ea1
Use gradle cache for setup-muzzle-matrix job (#5448) 2022-02-25 09:28:33 -08:00
Trask Stalnaker 938cd46480
Remove unnecessary github actions cache (#5447) 2022-02-25 10:48:45 +02:00
Trask Stalnaker 46418d5911
More restrictive branch match (#5445) 2022-02-24 17:14:26 -08:00
Trask Stalnaker 02a4fd41c2
Fix regression in spring-scheduling span name (#5436) 2022-02-24 12:27:43 -08:00
Lauri Tulmin 12e1134f57
Increase delay in attempt to fix flaky test in AbstractAws1ClientTest (#5441) 2022-02-24 08:38:16 -08:00
Lauri Tulmin 4d103263f7
Increase ready timeout for couchbase31 (#5442) 2022-02-24 08:37:07 -08:00
Lauri Tulmin 1832b353f0
Run muzzle with read-only github cache (#5444) 2022-02-24 08:36:02 -08:00
Armin Ruech 640e95df1c
Update Log4j appender example to follow the spec (#5443) 2022-02-24 08:32:01 -08:00
eugeniyk bf16564321
Set custom gRPC client/server span name extractor (#5244)
* Set custom gRPC client/server span name extractor

* Fix imports

* Fix compilation

* Fix style rule

* Update to use Functions instead

* Fix formatting
2022-02-24 13:59:00 +02:00
Lauri Tulmin 6d58704e76
Sort spans in Netty41ClientSslTest (#5433) 2022-02-24 13:02:40 +02:00
Lauri Tulmin 9fd34144e3
Wait before clearing metrics (#5434) 2022-02-24 13:02:24 +02:00
Trask Stalnaker 39d9f4b14e
Add missing entry to change log (#5437) 2022-02-24 13:02:08 +02:00
Anuraag Agrawal 9f00cf38d5
Migrate google-http-client tests to Java. (#5399) 2022-02-24 16:51:08 +09:00
Trask Stalnaker bd7bf94d71
Move http4k to library instrumentation docs (#5426)
* Move http4k to library instrumentation docs

* Update docs/standalone-library-instrumentation.md

Co-authored-by: Lauri Tulmin <tulmin@gmail.com>

Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
2022-02-22 21:12:38 -08:00
Lauri Tulmin 245ac1f7d2
Add prometheus smoke test (#5417) 2022-02-22 13:02:07 -08:00
Trask Stalnaker 23ec76742b
Support forwarded proto field and x-forwarded-proto (#5357)
* Renames for the better

* Support forwarded proto

* fix

* Fix checkstyle complaining about abbrevation

* checkstyle
2022-02-22 13:01:46 -08:00
Ken Dombeck 704f161cea
Fix broken link in examples documentation (#5427) 2022-02-22 12:58:50 -08:00
landrunner 97ae5da79a
Fix broken links (#5423)
* fix broken links

* Update docs/standalone-library-instrumentation.md

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-02-22 12:57:59 -08:00
Lauri Tulmin 84b46cbc48
Fix muzzle failure on calls to primitive array clone (#5405) 2022-02-22 19:10:47 +02:00
Trask Stalnaker ceb36c4a17
Merge 1.11.1 change log entries into main (#5418)
* Merge 1.11.1 change log entries into main

* And bump download link
2022-02-21 19:07:00 -08:00
Trask Stalnaker 5cf757bc48
Add prepare patch release workflow (#5411) 2022-02-20 20:52:32 -08:00
Lauri Tulmin b8a2d0a502
Load jdk http server classes from platform class loader (#5408) 2022-02-19 11:53:49 -08:00
Trask Stalnaker d7725d248b
Fix server -> client reference (#5396) 2022-02-19 11:49:00 -08:00
Trask Stalnaker 53a8b85f4c
Updates to http.server_name (#5369)
* Updates to http.server_name

* Tests

* fix

* armeria

* fix

* fix

* codenarc
2022-02-18 09:38:21 -08:00
Trask Stalnaker 2f5e1f0703
Fix another reverse lookup (#5393)
* Fix another reverse lookup

* Update tests to verify NET_PEER_NAME is never captured for http server spans

* Revert "Update tests to verify NET_PEER_NAME is never captured for http server spans"

This reverts commit 44c9e91048.
2022-02-18 08:54:08 -08:00
Anuraag Agrawal 698503cbec
Remove obsolete route assertion (#5398) 2022-02-18 08:53:45 -08:00
Lauri Tulmin 8c6cd97cc7
Sort netty RESOLVE, CONNECT and SSL handshake spans (#5394) 2022-02-17 20:20:08 -08:00
Mateusz Rzeszutek 27ed47ccda
Split out CodeAttributesGetter (#5342) 2022-02-17 16:47:18 -08:00
Mateusz Rzeszutek 6774ce5791
Change the way Micrometer LongTaskTimer is bridged (#5338) 2022-02-17 16:46:23 -08:00
Lauri Tulmin cc60ffb6e0
Fix netty38 latest deps test (#5392) 2022-02-17 07:29:24 -08:00
Lauri Tulmin 9f98a0953a
Disable connection pooling in netty38 tests (#5384) 2022-02-17 11:02:43 +02:00
Lauri Tulmin 9b9fe6a8b3
Setting bean class name overwrites bean class (#5387) 2022-02-17 11:02:24 +02:00
Lauri Tulmin 40557768f6
Fix flaky jdk http client test (#5371) 2022-02-17 09:36:51 +02:00
Lauri Tulmin 7d255f2e82
Use windows-2019 for smoke tests (#5388) 2022-02-17 09:14:14 +02:00
Trask Stalnaker 3a2b2626a6
Improve the testLatestDeps PR job (#5364)
* Split out optional testLatestDeps job

* Revert "Split out optional testLatestDeps job"

This reverts commit 724e125577.

* alt
2022-02-16 17:56:57 -08:00
Trask Stalnaker 789b23785e
Minor release doc updates (#5358)
* Minor release doc updates

* more
2022-02-16 14:00:17 +02:00
Lauri Tulmin 696bbaa8d9
Collect more crash dump files (#5327) 2022-02-16 13:30:23 +02:00
Lauri Tulmin 53359f09ea
Use repository interface name in spring data operation name (#5352)
* Use repository interface name in spring data operation name

* Update instrumentation/spring/spring-data-1.8/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/spring/data/SpringDataInstrumentationModule.java

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>

* spotless

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-02-16 12:04:42 +02:00
Lauri Tulmin be0f07e3e4
Alter flaky redisson test (#5376) 2022-02-16 11:25:17 +02:00
Trask Stalnaker 8ce1445ae6
Autogenerate release notes (#5363)
* Stricter version parsing

* Automate release notes

* Update change log formatting
2022-02-15 20:18:56 -08:00
Lauri Tulmin 3b81bc49e8
Remove oshi latest dep test restriction (#5383) 2022-02-15 11:11:02 -08:00
Lauri Tulmin 3fadca743e
Exclude broken oshi release (#5372)
* Exclude broken oshi release

* fix latest deps test
2022-02-14 13:25:45 -08:00