Commit Graph

8290 Commits

Author SHA1 Message Date
dependabot[bot] 62a234ef48
Bump jackson-databind from 2.11.2 to 2.13.4.2 in /examples/extension (#7073) 2022-11-05 01:24:17 +00:00
Johnny Lim 944ee84a3d
Fix typos (#7044)
This PR fixes typos.
2022-11-04 18:21:32 -07:00
dependabot[bot] 895d73d3c7
Bump okhttp from 3.12.12 to 4.10.0 in /examples/extension (#7053) 2022-11-04 18:20:38 -07:00
dependabot[bot] b2e8324664
Bump opentelemetry-proto from 0.16.0-alpha to 0.19.0-alpha in /examples/distro (#7062) 2022-11-04 18:20:01 -07:00
dependabot[bot] 10b26b72c9
Bump gradle-plugins from 1.18.0-alpha-SNAPSHOT to 1.20.0-alpha-SNAPSHOT in /examples/distro (#7077) 2022-11-04 18:17:41 -07:00
dependabot[bot] 0ee16b2ffd
Bump junit-jupiter-engine from 5.9.0 to 5.9.1 in /examples/extension (#7074) 2022-11-05 01:09:11 +00:00
dependabot[bot] 770041d582
Bump jackson-databind from 2.11.2 to 2.13.4.2 in /examples/distro (#7079) 2022-11-05 01:06:56 +00:00
dependabot[bot] d6b4388ae0
Bump opentelemetry-proto from 0.16.0-alpha to 0.19.0-alpha in /examples/extension (#7057) 2022-11-04 23:34:50 +00:00
dependabot[bot] 0a86514e5b
Bump junit-bom from 5.9.0 to 5.9.1 in /examples/distro (#7060) 2022-11-04 23:20:54 +00:00
dependabot[bot] 867284a160
Bump versions.opentelemetry from 1.18.0 to 1.19.0 in /examples/distro (#7058) 2022-11-04 16:04:39 -07:00
dependabot[bot] af4c7a209b
Bump okhttp from 3.12.12 to 4.10.0 in /examples/distro (#7061) 2022-11-04 16:03:44 -07:00
dependabot[bot] e9087f2e45
Bump versions.opentelemetry from 1.18.0 to 1.19.0 in /examples/extension (#7071) 2022-11-04 16:03:28 -07:00
dependabot[bot] 8b76b4b969
Bump junit-jupiter-engine from 5.9.0 to 5.9.1 in /examples/distro (#7064) 2022-11-04 22:59:41 +00:00
dependabot[bot] c8fca03866
Bump testcontainers from 1.16.2 to 1.17.5 in /examples/extension (#7068) 2022-11-04 22:59:13 +00:00
dependabot[bot] 8d182f2605
Bump com.diffplug.spotless from 6.3.0 to 6.11.0 in /examples/extension (#7070) 2022-11-04 22:36:20 +00:00
dependabot[bot] 1b9bcf7fb0
Bump byte-buddy-dep from 1.12.10 to 1.12.18 in /examples/distro (#7063) 2022-11-04 22:35:39 +00:00
dependabot[bot] bef4bf6399
Bump opentelemetry-api from 1.6.0 to 1.19.0 in /examples/distro (#7055) 2022-11-04 22:30:57 +00:00
dependabot[bot] 5a4c72a6e8
Bump testcontainers from 1.16.2 to 1.17.5 in /examples/distro (#7066) 2022-11-04 22:27:35 +00:00
dependabot[bot] 1c1195f986
Bump commons-lang3 from 3.11 to 3.12.0 in /examples/extension (#7067) 2022-11-04 22:25:50 +00:00
dependabot[bot] 27304ecd45
Bump spotless-plugin-gradle from 6.3.0 to 6.11.0 in /examples/distro (#7065) 2022-11-04 15:19:15 -07:00
dependabot[bot] d732d5bfbc
Bump protobuf-java-util from 3.12.4 to 3.21.9 in /examples/distro (#7052) 2022-11-04 22:13:31 +00:00
dependabot[bot] 296580b806
Bump junit-jupiter-api from 5.9.0 to 5.9.1 in /examples/extension (#7059) 2022-11-04 15:05:15 -07:00
dependabot[bot] bb9aaa2185
Bump protobuf-java-util from 3.12.4 to 3.21.9 in /examples/extension (#7054) 2022-11-04 15:04:50 -07:00
Trask Stalnaker 0ae271d51e
Fix dependabot (#7050)
it fails when directories do not have a gradle build file in them
2022-11-04 14:45:42 -07:00
Trask Stalnaker 102b47f245
Add dependabot for examples directory (#7039)
(and partially sorted the entries alphabetically by directory name)
2022-11-04 14:08:52 -07:00
Lauri Tulmin 2a2f7cd312
Make java.sql classes available to the agent and extensions (#7038)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7037
2022-11-03 11:42:28 -07:00
jason plumb 6f9ca0b80b
Ignore presto-jdbc shaded okhttp3 connection pool. (#7031)
This holds onto span context if not ignored. For vanilla `okhttp3` we
have an explicit ignore in the `OkHttp3IgnoredTypesConfigurer` class,
but `presto-jdbc` repackages okhttp3 when it shades it.
2022-11-03 11:04:57 +01:00
Trask Stalnaker 8642097424
Update jflex version (#7036)
instead of #7035
2022-11-03 11:35:28 +02:00
dependabot[bot] a8e5900244
Bump nullaway from 0.10.3 to 0.10.4 in /dependencyManagement (#7034) 2022-11-02 18:12:58 -07:00
jack-berg fce5a5f881
Add readme for runtime-metrics (#7012)
In the 10/27 java sig we discussed that it would be valuable to
enumerate the attributes reported for memory pool and gc metrics when
different gcs are used.

I've went ahead and added a readme for the runtime metrics which
includes detailed information on the attributes reported. Note that I
also have the same data for gc metrics added in #6964 and #6963, but
will wait to add until those PRs are merged.
2022-11-02 14:46:07 -07:00
OpenTelemetry Bot 07281d0537
Copy change log updates from release/v1.19.x (#7026)
Copy log updates from `release/v1.19.x`.
2022-11-02 09:56:21 +01:00
Trask Stalnaker 01c1f249ba
Add deprecation cycle for removed methods (#7020)
Methods were removed in #6892, which was backported to the 1.19.x branch
and included in the 1.19.1 release.
2022-11-01 12:25:28 -07:00
jack-berg 78e6744463
Add semantic conventions column to supported libraries doc (#6974)
Related to #6735.

Want to get buy in on the approach before going further.
2022-11-01 11:26:41 -07:00
Trask Stalnaker e5040f10e2
Update c3p0 muzzle config (#7017) 2022-11-01 11:25:29 -07:00
dependabot[bot] 7134856dd8
Bump com.gradle.enterprise from 3.11.2 to 3.11.3 (#7013) 2022-10-31 23:23:54 +00:00
dependabot[bot] 6bee632b8b
Bump nullaway from 0.10.2 to 0.10.3 in /dependencyManagement (#7014) 2022-10-31 15:38:08 -07:00
Ryan Dens c170ec5315
Upgrades Gradle Plugin Publish plugin (#7005)
- Updates the Gradle Plugin Publish plugin (attempted by #6663)
- Fixes #6628 by upgrading, as mentioned in
[gradle/gradle#19331](https://github.com/gradle/gradle/issues/19331)
2022-10-28 08:48:21 -07:00
Trask Stalnaker d0e2ec8f11
Update jib version (#7003)
#7001 should be automatically closed once this is merged and that PR is
rebased
2022-10-28 13:14:47 +03:00
Trask Stalnaker 892f8daea8
Remove unused plugin (#7002)
#6994 should get closed by this automatically after this is merged and
it is rebased
2022-10-28 13:13:16 +03:00
Aaron Ai 029ed3d98b
Implement producer part of RocketMQ new client instrumentation (#6884)
Fix #6764 . This pull request is about the producer part.
2022-10-27 19:25:22 -07:00
Trask Stalnaker cd95517ddc
Add OWASP dependency check (#6978)
See comment in the github action that explains why I think this is
helpful:

> the benefit of this over dependabot is that this also analyzes
transitive dependencies
> while dependabot (at least currently) only analyzes top-level
dependencies
2022-10-27 19:21:38 -07:00
Trask Stalnaker 56229fbdf7
Update dependencies (#7000) 2022-10-27 14:28:26 -07:00
Lauri Tulmin b0012b083b
okhttp: run our interceptor before other interceptors (#6997)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6909
If our interceptor runs before other interceptors then other
interceptors replacing the request won't affect our interceptor.
2022-10-27 12:45:02 -07:00
Aaron Ai d266a604ed
Add docs for gRPC library instrumentation (#6981)
Fixes #6980
2022-10-27 15:31:28 +02:00
Trask Stalnaker 1a16ef1bf9
Fix dependabot (#6986)
Follow-up to #6977 

Dependabot started failing after this because it was looking for all of
the relative includes that were inside of
`.github/project-root-duplicates/settings.gradle.kts`.

The solution that seems to work (I've tested on my fork) is to split
those includes out into a separate file, and `apply` that file.

Also fixes a busted markdown link (probably should have sent that in a
separate PR).

Resolves #6989
2022-10-27 13:31:38 +03:00
Trask Stalnaker 2642c116bd
Fix play smoke-test image publishing (#6988)
Resolves #6983
2022-10-27 13:30:52 +03:00
Trask Stalnaker 9d23fd620a
More dependabot (#6977)
Apply dependabot to `settings.gradle.kts` and `build.gradle.kts` in a
rather roundabout way (see README.md).

Currently built on top of #6975
2022-10-26 15:30:26 -07:00
Trask Stalnaker 28459d890c
Use component owners extension matching (#6966)
I have submitted a PR to add support for this to the component-owners
action: https://github.com/dyladan/component-owners/pull/14, but we can
use my fork for now.
2022-10-26 11:23:02 -07:00
Trask Stalnaker 0575ab4fe3
Remove usage of deprecated docker image (#6969) 2022-10-26 11:22:34 -07:00
Trask Stalnaker d7df94ad5b
Fix branch protection rules (#6973)
(in particular it was the dependabot rule that was not matching and so
dependabot was failing)
2022-10-26 11:22:16 -07:00