Commit Graph

2779 Commits

Author SHA1 Message Date
Mateusz Rzeszutek 1773cb2e2f
Fix elasticsearch latestDepTest (#9066) 2023-07-28 09:26:14 +02:00
Jay DeLuca 1c804eebe7
Convert hibernate-3.3 tests from groovy to java (#9025) 2023-07-26 07:51:18 -07:00
Mateusz Rzeszutek a13c342a58
Fix timeouts in reactor-netty-1.0 tests (🤞) (#9049) 2023-07-26 16:30:04 +02:00
Gregor Zeitlinger 21e3fe5178
set cpu load unit to "{run_queue_item}" (#8777) 2023-07-24 11:10:38 -07:00
Mateusz Rzeszutek cabf0dfdf4
Refactor setKnownMethods() in HTTP instrumentations to avoid nullable… (#8994) 2023-07-23 20:03:14 -07:00
Mateusz Rzeszutek 718fa0da14
Implement HTTP resend spec for Reactor Netty (excl CONNECT spans) (#8111)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-07-21 14:37:48 +00:00
Lauri Tulmin bd8ddf4db3
Allow overriding span name in spring web library instrumentation (#8933) 2023-07-21 13:45:05 +02:00
Mateusz Rzeszutek fd8e361e6c
Refactor Spring starter's instrumentation auto configuration classes (#8950)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2023-07-21 11:35:41 +00:00
Mateusz Rzeszutek 6e573289ae
Replace NetAttributes with SemanticAttributes (#8992) 2023-07-21 11:27:54 +02:00
Trask Stalnaker ba996ba77b
More prettier (#8990) 2023-07-20 09:58:27 -07:00
Lauri Tulmin caa9b68855
Cross test quarkus resteasy reactive with vertx-web instrumentation (#8998) 2023-07-20 08:14:31 -07:00
jason plumb 600c5873dd
Lettuce instrumentation - optimization to avoid extra toString() (#8984) 2023-07-20 08:06:42 -07:00
Mateusz Rzeszutek 7379810603
Fix jboss-logmanager latestDepTest (#8993) 2023-07-20 12:38:55 +02:00
Trask Stalnaker aabd14fb6e
Apply Prettier to yaml files (#8969) 2023-07-20 02:54:31 +00:00
Mateusz Rzeszutek 37531a0720
Fill additional db.* attributes on DataSource#getConnection() (#8966) 2023-07-19 16:06:16 -07:00
Steven Swartz 1e0635ba5a
Adds tests for log4j2 ThreadContext baggage attributes (#8955) 2023-07-19 12:23:53 -07:00
Trask Stalnaker 2bdddafdc4
Apply Prettier to markdown files (#8968) 2023-07-19 12:22:35 -07:00
Mateusz Rzeszutek 59e2da5aa3
Extract HTTP client experimental metrics to a separate class (#8769) 2023-07-18 08:34:39 -07:00
Jay DeLuca 62ca215297
Convert camel-2-20 aws tests from groovy to java (#8906) 2023-07-18 16:31:51 +02:00
jason plumb 23acd5b4fd
Migrate "runtime-metrics" test from groovy to java (#8928)
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2023-07-18 11:55:15 +02:00
Jay DeLuca 002588b10c
Convert async-http-client tests from groovy to java (#8954) 2023-07-17 14:50:06 +02:00
Mateusz Rzeszutek cc8160cffb
Support the `http.request.method_original` attribute (#8779) 2023-07-17 09:41:41 +00:00
Mateusz Rzeszutek 6f745e8f53
Include OTel appenders in the Spring Starter (#8945) 2023-07-13 12:56:56 +00:00
Lauri Tulmin 00d698ef87
Fix flaky paly-ws test (#8943) 2023-07-13 13:47:33 +02:00
Lauri Tulmin 70247f095b
Extract query arguments without regex on lettuce 6 (#8932) 2023-07-12 11:00:49 -07:00
Raphael Philipe Mendes da Silva 57cfddcdd0
Fix http attributes of AWS SDK V2 instrumentation (#8931)
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Co-authored-by: Jean Bisutti <jean.bisutti@gmail.com>
2023-07-12 10:58:46 -07:00
jason plumb 55368a52d7
Rename messaging operation "send" to "publish" per spec (#8929)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-07-12 08:59:38 -07:00
Trask Stalnaker 7e4c0fd615
Fix instrumentation of Azure SDK EventHubs library (#8916) 2023-07-11 09:07:55 -07:00
Lauri Tulmin fce77cc044
Fix reactor-netty-1.0 latest dep tests (#8922) 2023-07-11 08:48:52 -07:00
Mateusz Rzeszutek 8815952300
Initialize appenders in the spring boot starter (#8888)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-07-11 08:47:01 -07:00
Lauri Tulmin 8011cb4af2
Set server span name for aborted requests in quarkus resteasy native (#8891)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-07-11 14:05:10 +03:00
Gregor Zeitlinger b3932c7089
(micrometer) don't add . to empty unit with prometheus naming conventions (#8872) 2023-07-10 18:50:14 -07:00
OpenTelemetry Bot acbab58a46
Update the OpenTelemetry SDK version to 1.28.0 (#8897)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
2023-07-10 12:45:01 -07:00
Lauri Tulmin 0607f0b6b8
Fix NPE in aws instrumentation on duplicate TracingExecutionInterceptor (#8896) 2023-07-08 15:05:24 +03:00
Jay DeLuca e8da33c9ed
Convert camel-2.20 Groovy tests to Java (#8813) 2023-07-07 16:27:15 +02:00
Christian Neumüller ba2f8d209f
aws-sdk-1.1: Copy SQS plugin/NoMuzzle approach from 2.2 (#8866)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2023-07-06 13:17:13 +02:00
Lauri Tulmin 40938cf9e2
Fix flaky ratpack http client test (#8881) 2023-07-06 13:17:04 +02:00
Lauri Tulmin c454de9ca6
Increase cassandra connect timeout (#8879) 2023-07-06 12:52:06 +02:00
Lauri Tulmin 79b5140a11
Extract common content length parsing code into method (#8884) 2023-07-06 12:51:41 +02:00
Lauri Tulmin 11aba268d8
Remove testcontainers version, it is set via bom (#8880) 2023-07-06 12:50:35 +02:00
Alexander Wert 6461f044e1
Instrumentation for Elasticsearch 8+ (#8799) 2023-07-06 10:08:59 +00:00
Lauri Tulmin 7144f5a504
Exclude bad guava version from muzzle (#8883) 2023-07-06 11:41:35 +02:00
Mateusz Rzeszutek 029e187281
Refactor the `FallbackNamePortGetter` in preparation for `client.port` (#8865) 2023-07-05 10:10:05 -07:00
Mateusz Rzeszutek d875d997c1
Micrometer bridge: interpret no SLO config as no buckets advice (#8856) 2023-07-05 09:55:46 -07:00
Steven Swartz 15337549e3
Adds spring-data test verifying error spans on JPA repository query failures (#8857) 2023-07-05 09:34:22 +02:00
lu-xiaoshuang a410cdeb39
support for adding baggage to log4j 2 ContextData (#8810) 2023-07-04 10:19:20 +02:00
Christian Neumüller d9aac1679a
aws-sdk-2.2: SNS.Publish support with experimental messaging propagator flag (#8830) 2023-06-30 08:19:38 -07:00
Lauri Tulmin f2799056f3
Correct class name in javadoc code snippet (#8840) 2023-06-30 08:17:33 -07:00
Anthony Quinones 93fc34ebfb
converted couchbase-3.2 test from groovy to java (#8837) 2023-06-30 08:14:36 -07:00
jack-berg d20da99e94
Log4j and Logback appenders opt-in to using GlobalOpenTelemetry (#8791) 2023-06-29 19:45:04 +00:00