Commit Graph

7884 Commits

Author SHA1 Message Date
Lauri Tulmin e93f5c3a1e
Flaky redisson async test (#5940) 2022-04-28 15:08:39 +03:00
Trask Stalnaker e3588ceee3
Fix some jul messages (#5930) 2022-04-27 10:33:12 -07:00
Lauri Tulmin 51548735c2
Increase get operation timeout for couchbase31 (#5943) 2022-04-27 10:25:33 -07:00
Lauri Tulmin 72a4637d0e
Fix flaky spring batch test (#5935)
* Fix flaky spring batch test

* set only completion policy
2022-04-27 10:23:22 -07:00
Anna Nosek c14fc5ec35
A hook in HelperInjector for static instrumentation (#5910)
* introduce hook

* spotless

* review

* rename to HelperInjectorListener

* rename setter
2022-04-26 08:43:04 -07:00
Trask Stalnaker 8dc6e2f327
Suppress PeriodicMetricReader debug logging (#5934) 2022-04-26 11:22:11 +03:00
Lauri Tulmin 35d5f58e5a
Suppress logging from PeriodicMetricReader during tests (#5929) 2022-04-25 16:47:07 -07:00
Trask Stalnaker f2714ad021
Small consistency (#5931) 2022-04-25 15:06:38 -07:00
dependabot[bot] 8ed3b2001f
Bump github/codeql-action from 1 to 2 (#5932)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 14:57:09 -07:00
jack-berg 6fe3299f52
Add metric support for grpc (#5923)
* Add metric support for grpc

* Spotless
2022-04-25 10:36:26 -07:00
Trask Stalnaker 05d06306fa
Merge 1.13.x change log updates to main (#5922) 2022-04-25 10:32:13 -07:00
Trask Stalnaker 773ee15ba8
More resilient change log merging (#5921)
* More resilient change log merging

* --3way
2022-04-25 09:13:54 -07:00
Mateusz Rzeszutek 1345a6665e
Test spring-kafka instrumentation with receive telemetry disabled (#5913)
* Test spring-kafka instrumentation with receive telemetry disabled

* checkstyle and code review comment
2022-04-25 15:56:55 +02:00
wallezhang 90a239d61b
fix: Fix logging exporter autoconfigured judgment logic problem (#5928) 2022-04-25 11:28:44 +03:00
Trask Stalnaker d209e046d0
Small simplification (#5920) 2022-04-25 09:27:51 +02:00
Trask Stalnaker 483caae4d1
Fix muzzle release branch exclusion (#5914) 2022-04-22 13:41:35 -07:00
Trask Stalnaker 8e5e815e6b
More release branch exclusions (#5919)
* More release branch exclusions

* wording
2022-04-22 12:18:06 -07:00
Trask Stalnaker 4fe412bd93
Fix release workflow (#5918) 2022-04-22 12:15:40 -07:00
Mateusz Rzeszutek 7d5555432c
Refactor KafkaInstrumenterFactory a bit (#5911) 2022-04-22 08:34:26 -07:00
Lauri Tulmin f7039dc371
Suppress unused waring for advice class (#5908) 2022-04-22 08:32:41 -07:00
Lauri Tulmin 4d0564a136
Exclude spring temporary type matching class loader (#5912) 2022-04-22 08:32:16 -07:00
Lauri Tulmin a46e6745cf
Increase timeout for kafka topic creation (#5909) 2022-04-22 08:30:41 -07:00
Mateusz Rzeszutek 2bb7873f99
Add javaagent<->application context bridge for HttpRouteHolder (#5838)
* Add javaagent<->application context bridge for HttpRouteHolder

* remove comments

* fix broken http.route bridge

* spotless

* Move to a separate module
2022-04-22 08:29:54 -07:00
Mateusz Rzeszutek 28825724db
Spring-kafka single record instrumentation (#5904) 2022-04-21 14:42:49 -07:00
Lauri Tulmin ceeaa1b660
Avoid npe in netty 4.1 instrumentation (#5902) 2022-04-21 09:28:22 -07:00
Trask Stalnaker d949a82d06
Sync (#5900) 2022-04-21 09:28:09 -07:00
Lauri Tulmin 2e912eb346
Remove outdated info from servlet README.md (#5903) 2022-04-21 08:55:30 -07:00
Mateusz Rzeszutek 2c4acd7c81
Introduce LocalRootSpan (replacing ServerSpan) (#5896)
* Introduce LocalRootSpan (replacing ServerSpan)

* fix tests

* bridge old ServerSpan class
2022-04-21 11:29:10 +02:00
YuDong Tang 0c1afee422
record exception in dubbo high version (#5892) 2022-04-20 10:42:23 -07:00
Mateusz Rzeszutek 6ba2db2c1c
Fix wrong property name in the changelog (#5895) 2022-04-20 16:06:56 +02:00
Trask Stalnaker 5f0c6a2dc3
Use BOT_TOKEN instead of GITHUB_TOKEN (#5889)
* Rename to BOT_TOKEN

* Use BOT_TOKEN

* more

* more
2022-04-19 20:02:37 -07:00
Mateusz Rzeszutek 4e3f19d469
Enable span suppression by SpanKey by default (#5779)
* Enable span suppression by SpanKey by default

* fix HTTP tests (probably)

* add exception for camel

* remove suppression tests from @WithSpan instrumentations

* remove suppression tests from @WithSpan instrumentation; spring boot autoconfigure

* fix twilio tests

* fix netty-based HTTP clients, remove AWS SDK 1.11 unit test

* fix elasticsearch tests

* codenarc

* spotless

* fix AWS SDK 1.11 tests

* remove a TODO

* code review comments

* fix merge conflict

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-19 14:13:09 -07:00
Lauri Tulmin 4d89b729ae
Use separate steps to build and test smoke tests (#5887)
* Use separate steps to build and test smoke tests

* Use gradle-build-action only to set up cache

* Update .github/workflows/reusable-smoke-test.yml

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

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-04-19 14:12:51 -07:00
Mateusz Rzeszutek 492c022dd5
Fix duplicate class error on Android build (#5882) 2022-04-19 12:47:41 -07:00
Mateusz Rzeszutek b702a9d4d1
Fix logging instrumentation to pass Context instead of Span (#5881) 2022-04-19 12:24:10 -07:00
Mateusz Rzeszutek 1ab173755f
Delete deprecated micrometer library instrumentation (#5884) 2022-04-19 12:22:45 -07:00
Mateusz Rzeszutek 202a24c867
Remove deprecated code from instrumentation-api, extension-api (#5883) 2022-04-19 12:22:11 -07:00
Trask Stalnaker 85061691fe
Bump log4j version for library instrumentation to 2.17 (#5849)
* Bump log4j library version to 2.17

* muzzle
2022-04-19 12:11:10 -07:00
Will Li c7f6eab664
Add jboss-logmanager mdc support (#5842)
* add support for jboss-logmanager-mdc

Signed-off-by: Cuichen Li <cuichli@cisco.com>

* update based on feedback

Signed-off-by: Cuichen Li <cuichli@cisco.com>

* update

* check spanContext is valid
2022-04-19 12:10:40 -07:00
Trask Stalnaker 42c2948946
Updates to CONTRIBUTING.md (#5878)
* Updates to CONTRIBUTING.md

* Java 11+
2022-04-18 23:22:16 -07:00
Trask Stalnaker 0d92a21f37
Rename javaagent executor package names (#5847)
* Rename package javaconcurrent -> executors

* Rename package concurrent -> executors
2022-04-18 22:15:28 -07:00
Trask Stalnaker 72b93eb7d3
Fix workflow links (#5871)
* Fix workflow links

* fix

* format

* format
2022-04-18 21:59:03 -07:00
Trask Stalnaker 0a0e10b1f0
Fix job suppressions (#5872) 2022-04-18 19:58:17 -07:00
github-actions[bot] 949abadedf
Merge change log updates from release/v1.13.x to main (#5877)
Co-authored-by: opentelemetry-java-bot <97938252+opentelemetry-java-bot@users.noreply.github.com>
2022-04-18 19:55:38 -07:00
Trask Stalnaker 7352e39e7e
Fix update change log automation (#5875) 2022-04-18 19:52:51 -07:00
github-actions[bot] e15dbea4a6
Update version (#5870)
Co-authored-by: opentelemetry-java-bot <97938252+opentelemetry-java-bot@users.noreply.github.com>
2022-04-18 16:44:50 -07:00
Trask Stalnaker 0b9037bc85
Still fixing prepare release workflow (#5868) 2022-04-18 15:14:42 -07:00
Trask Stalnaker 0c26464235
Fix prepare release workflow more (#5865)
* Fix prepare release workflow more

* and more

* more

* more
2022-04-18 13:29:11 -07:00
Lauri Tulmin a822e6b2d9
Fix collecting crash dumps (#5862)
* Fix collecting crash dumps

* Fix collecting crash dumps

* fix collection smoke test dumps on windows

* spelling
2022-04-18 13:25:30 -07:00
Trask Stalnaker 00d2033b38
Fix release workflow (#5863) 2022-04-18 09:24:42 -07:00