Commit Graph

8198 Commits

Author SHA1 Message Date
Trask Stalnaker 23aff05722
Rename two package-private instrumenter-api classes (#6579) 2022-09-12 17:37:07 +03:00
Trask Stalnaker ae209d9289
Rename ErrorCauseExtractor.jdk() to getDefault() (#6580)
* Rename ErrorCauseExtractor.jdk() to ErrorCauseExtractor.getDefault()

* jApiCmp
2022-09-12 17:36:34 +03:00
Trask Stalnaker 54c41f7558
Move extractFromRequest() to internal (#6585)
* Move extractFromRequest() to internal

* Javadoc
2022-09-12 17:36:07 +03:00
Trask Stalnaker 1ab62654f2
Introduce non-alpha bom (#6576) 2022-09-11 12:17:38 -07:00
Trask Stalnaker af61a8b578
Update to otel 1.18.0 (#6575) 2022-09-11 10:35:05 -07:00
Mateusz Rzeszutek edf421ede5
Stabilize instrumentation-api and introduce jApiCmp checks (#6566)
* Stabilize instrumentation-api and introduce jApiCmp checks

* Update

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-09 15:26:39 -07:00
Trask Stalnaker 60d0763af4
Remove a method from instrumenter api (#6570) 2022-09-09 12:21:30 -07:00
Trask Stalnaker 0256c2dbc6
Add release cadence (#6565) 2022-09-09 08:24:51 -07:00
Mateusz Rzeszutek f63eae5ad0
Add gradle plugin for SDK extensions (#6558) 2022-09-08 15:06:32 -07:00
jack-berg 6d22758ac2
Use micrometer library instrumentation in agent (#6560)
* Use micrometer library instrumentation in agent

* PR feedback
2022-09-08 09:34:20 -07:00
Trask Stalnaker 13cb1f6498
Add mongo sanitization configuration (#6541) 2022-09-08 08:40:49 -07:00
Trask Stalnaker 63c0bfbf79
Add grpc status code to metrics attrs (#6556) 2022-09-08 12:48:09 +03:00
mingchuno 61fd14fde1
Fix spring webmvc instrumentation name (#6557) 2022-09-08 11:15:48 +02:00
jack-berg 886f5032c4
Move micrometer shim library instrumentation back (#6538)
* Move micrometer shim library instrumentation back

* Switch package to io.opentelemetry.instrumentation.micrometer.v1_5

* Change instrumentation name
2022-09-07 14:20:27 -07:00
jason plumb 56f4e52a64
Add Spring Boot service name guesser / ResourceProvider (#6516)
* Add spring boot service name guesser.

* add encoding

* improve commandline handling

* move guesser to own module

* use readAllBytes which exists in java 8

* spotless

* add note and link to spring docs

* group for readability

* repackage

* Apply suggestions from code review

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

* code review comments

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-09-07 08:15:47 -07:00
Trask Stalnaker 0f3fd2e69d
More dep updates (#6555) 2022-09-07 08:18:08 +02:00
Trask Stalnaker eb43ea9a1e
Update logback test dependencies (#6554) 2022-09-07 08:17:34 +02:00
Mateusz Rzeszutek 0d6f0b15d0
Update dependencies (#6499)
* Update dependencies

* Strictly pin slf4j and logback versions

* logback 1.3

* Only use slf4j 2.0.0 internally in the javaagent

* Pre-initialize slf4j provider

* Bump jackson version

* licenses
2022-09-06 13:04:30 -07:00
Mateusz Rzeszutek a665a7f014
Limit vaadin latestDepTest (#6550) 2022-09-06 09:12:29 -07:00
Lauri Tulmin 107201425f
Improve sample distro (#6531)
* Improve sample distro

* address review comments
2022-09-02 12:40:29 +02:00
Lauri Tulmin 79acca7ee8
Fix flaky jaxrs async test (#6523) 2022-09-02 13:28:04 +03:00
jason plumb 0b5a22c685
Migrate HTTP StatusConverter tests from groovy to java (#6537)
* migrate HttpServerStatusConverterTest from groovy to java

* migrate HttpServerClientConverterTest from groovy to java

* rename

* convert DynamicTest to ParameterizedTest.
2022-09-02 11:52:09 +02:00
Lauri Tulmin 73b4b5b5c8
Update groovy and spock versions (#6521)
* Update groovy and spock versions

* testing-common shouldn't bundle junit api
2022-08-31 10:43:36 +03:00
Lauri Tulmin c04a6a3471
Don't bundle slf4j-api inside testing-commons (#6520) 2022-08-30 00:04:26 +03:00
Mateusz Rzeszutek 892fb8a38e
Refactor Reactor-Netty 1.0 tests to Java (#6497) 2022-08-26 10:37:33 +02:00
Lauri Tulmin 33d2e40a9e
Fix flaky kafka metrics test (#6511) 2022-08-25 15:22:38 -07:00
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