Commit Graph

8072 Commits

Author SHA1 Message Date
Lauri Tulmin dd752816b7
Spring boot application class should have a public constructor (#6509) 2022-08-25 12:28:05 -07:00
Lauri Tulmin 2863293f26
Fix daily build failures (#6510) 2022-08-25 12:26:36 -07:00
Mateusz Rzeszutek 59cb9ca0df
Remove deprecated code (#6501)
* Remove deprecated code

* unnecessary semicolon

* fix distro and extension examples
2022-08-24 14:36:57 -07:00
Trask Stalnaker edc5a6cf8a
Add reviewer to external PRs (#6498) 2022-08-24 09:24:27 -07:00
Lauri Tulmin b6d264e363
Fix vaadin latest dep tests (#6506) 2022-08-24 09:20:31 -07:00
Mateusz Rzeszutek a83e6ca652
Refactor OkHttp tests to Java (#6484)
* Refactor OkHttp tests to Java

* throws Exception
2022-08-24 09:18:15 -07:00
Lauri Tulmin 55a8308b85
Add display name for smoke test webapp (#6500)
* Add display name for smoke test webapp

* remove unused ExceptionRequestListener
2022-08-24 10:13:54 +03:00
Mateusz Rzeszutek 4cbfd7da8b
Refactor JDK HttpClient tests to Java (#6486) 2022-08-22 09:48:29 +02:00
Mateusz Rzeszutek abf601c678
Refactor RestTemplate tests to Java (#6485) 2022-08-22 09:48:16 +02:00
Trask Stalnaker fe9c583cd3
Fix new jdbc javaagent config (#6492)
* Fix new jdbc javaagent config

* Fix
2022-08-19 13:01:57 -07:00
Trask Stalnaker 7f5d0cb5b7
Fix default-enabled config (#6491) 2022-08-19 12:41:08 -07:00
Paolo Patierno ea565a2e1c
Added guide for Kafka instrumentation (#6408)
* Added guide for Kafka instrumentation

Signed-off-by: Paolo Patierno <ppatierno@live.com>

* Removed code already available in the official documentation
Referencing the official documentation

Signed-off-by: Paolo Patierno <ppatierno@live.com>

* Deleted files pushed by mistake

Signed-off-by: Paolo Patierno <ppatierno@live.com>

Signed-off-by: Paolo Patierno <ppatierno@live.com>
2022-08-19 11:13:28 +02:00
OpenTelemetry Bot 0379d5a336
Update version to 1.18.0-SNAPSHOT (#6488) 2022-08-18 12:51:03 -07:00
Trask Stalnaker c7ec0d1363
Update changelog (#6483)
* Update change log

* Update change log
2022-08-18 11:19:42 -07:00
Trask Stalnaker b7cec3b115
Fix netty issue (#6469)
* Fix

* Comment
2022-08-18 11:19:24 -07:00
Trask Stalnaker f1774cabe2
Update net semantic convention changes (#6268)
* New net conventions: option a

* Feedback + sock.family + sock.peer.name

* peer.service + tests

* server net attributes attempt 1

* server net attributes attempt 2

* Javadoc

* Revisions

* Apply to instrumentations

* Feedback

* One more default method

* Spotless

* Fix javadoc
2022-08-18 09:02:23 -07:00
Mateusz Rzeszutek fdc325e209
Deprecate agent config SPIs (#6476) 2022-08-18 10:28:16 +02:00
Trask Stalnaker abfc65c255
Add comment to generated PRs (#6468)
* Add comment to generated PRs

* Review

* More
2022-08-17 14:38:33 -07:00
Trask Stalnaker facd39230e
Fix the build (#6482) 2022-08-17 12:55:57 -07:00
Trask Stalnaker 9564dbb23d
JDBC-specific sanitizer property (#6472) 2022-08-17 09:21:36 -07:00
Lauri Tulmin 4605be3241
Disable crashing tests on openj9 18 (#6481) 2022-08-17 09:21:18 -07:00
Mateusz Rzeszutek 5862ace233
Tweak naming of spring autoconfigure and starter modules (#6453) 2022-08-15 22:07:08 -07:00
dependabot[bot] fa1d11691c
Bump com.gradle.enterprise from 3.10.3 to 3.11.1 (#6474)
Bumps com.gradle.enterprise from 3.10.3 to 3.11.1.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 22:06:17 -07:00
dependabot[bot] c374450116
Bump com.gradle.common-custom-user-data-gradle-plugin (#6473)
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.7.2 to 1.8.0.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 21:53:51 -07:00
Mateusz Rzeszutek 6cd79b2a94
Deprecate the 2-arg variant of HttpCommonAttributesGeter#statusCode() (#6466)
* Deprecate the 2-arg variant of HttpCommonAttributesGeter#statusCode()

* fix liberty
2022-08-12 17:11:11 -07:00
Trask Stalnaker faa99b2eeb
Update SDK to 1.17.0 (#6467)
* Update SDK to 1.17.0

* Fix

* Update licenses

* Spotless

* license
2022-08-12 17:10:46 -07:00
Lauri Tulmin b5f49636f2
Mongodb: avoid duplicate tracing (#6465) 2022-08-12 08:41:18 -07:00
Mateusz Rzeszutek 08f013f9d6
Update gradle to 7.5.1 (#6359)
* Update gradle to 7.5

* Bump to 7.5.1

* gradle 7.5.1 with jdk17

* spotless

* one more --add-opens

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2022-08-12 12:03:43 +02:00
Lauri Tulmin 07d7cfd551
Capture messaging header value as span attribute (#6454)
* Capture messaging header value as span attribute

* add comment
2022-08-11 17:28:04 -07:00
Lauri Tulmin fea157fc70
Grizzly: capture all matching request & response headers (#6463) 2022-08-11 09:24:48 -07:00
Lauri Tulmin cd8489f09a
Replace tracing kafka wrappers with jdk proxies (#6457) 2022-08-11 08:59:57 -07:00
Lauri Tulmin 60c4618a15
Correct pseudocode in comment (#6464) 2022-08-11 08:59:36 -07:00
Trask Stalnaker 3ed6fd9d46
Add liberty base version (#6456)
* Add liberty base version

* instrumentation name too
2022-08-10 22:31:06 +03:00
Lauri Tulmin 60ec2bb9c8
Correct method name in comment (#6455) 2022-08-10 08:50:37 -07:00
Trask Stalnaker 906f31f56e
Update Intellij doc (#6451) 2022-08-10 11:40:37 +03:00
Trask Stalnaker 68a9f20eb3
Enable PrivateConstructorForUtilityClass errorprone check (#6427)
* PrivateConstructorForUtilityClass

* Advice

* More advice

* More

* More advice

* More

* Spotless

* Fix

* Fix

* Fix

* A better solution

* Revert

* More

* Fix

* Spotless

* Fix
2022-08-10 11:30:22 +03:00
Trask Stalnaker 643121ff41
Update instrumentation name (#6450) 2022-08-10 09:52:16 +02:00
mingchuno 1145b67021
Fix ktor-2.0 instrumentation name (#6452) 2022-08-09 19:37:34 -07:00
Trask Stalnaker f69d694a48
Reduce extendsClass type matching (#6446)
* Reduce extendsClass type matching

* Return type too
2022-08-09 22:12:45 +03:00
Mateusz Rzeszutek 0d1cc8ea0a
Set http.route in spring-autoconfigure webmvc instrumentation (#6414)
* Set http.route in spring-autoconfigure webmvc instrumentation

* Bump spring-webmvc library instrumentation version to 5.3

* nit: protected -> private

* Remove duplicated test (already covered by HttpSpanStatusExtractorTest)

* Move the README to the correct module

* fix link

* fix more links

* liiiiiiinks

* fix tests

* remove not needed weakref
2022-08-09 09:36:28 -07:00
Trask Stalnaker df7b754779
Add approver (#6422) 2022-08-09 08:14:50 -07:00
Trask Stalnaker 13305532bf
Document docker disk space (#6435) 2022-08-09 12:13:34 +02:00
Trask Stalnaker beabda6d96
Fix the build (#6445) 2022-08-08 17:39:06 -07:00
Trask Stalnaker 0804fef429
Support DataDirect and Tibco Jdbc URLs (#6420) 2022-08-08 17:13:27 -07:00
Trask Stalnaker 9fe3761731
Document upper version limits (#6436) 2022-08-08 10:08:40 -07:00
Trask Stalnaker 3c6c6c6b3f
Remove external maven repos (#6440)
* Remove external maven repos

* Fix
2022-08-08 10:08:27 -07:00
Trask Stalnaker 6ded36095e
Small release improvements (#6433) 2022-08-08 08:39:30 -07:00
Trask Stalnaker c18dda76a1
Sync suppression keys (#6428) 2022-08-08 08:30:46 -07:00
Trask Stalnaker 5d6465fe0f
Simplify a couple of type matchers (#6438) 2022-08-08 08:30:11 -07:00
Trask Stalnaker c070817272
Update java docs repo on release (#6434) 2022-08-08 08:29:49 -07:00