Skip to content

Commit 43ab72f

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/camunda_instrumentation
# Conflicts: # .fossa.yml
2 parents 62e9317 + 5addc6a commit 43ab72f

File tree

2,035 files changed

+50682
-20876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,035 files changed

+50682
-20876
lines changed

.fossa.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ targets:
100100
- type: gradle
101101
path: ./
102102
target: ':instrumentation:external-annotations:javaagent'
103+
- type: gradle
104+
path: ./
105+
target: ':instrumentation:failsafe-3.0:library'
103106
- type: gradle
104107
path: ./
105108
target: ':instrumentation:finagle-http-23.11:javaagent'
@@ -133,6 +136,12 @@ targets:
133136
- type: gradle
134137
path: ./
135138
target: ':instrumentation:gwt-2.0:javaagent'
139+
- type: gradle
140+
path: ./
141+
target: ':instrumentation:helidon-4.3:javaagent'
142+
- type: gradle
143+
path: ./
144+
target: ':instrumentation:helidon-4.3:library'
136145
- type: gradle
137146
path: ./
138147
target: ':instrumentation:hikaricp-3.0:javaagent'
@@ -178,6 +187,9 @@ targets:
178187
- type: gradle
179188
path: ./
180189
target: ':instrumentation:jdbc:library'
190+
- type: gradle
191+
path: ./
192+
target: ':instrumentation:jfinal-3.2:javaagent'
181193
- type: gradle
182194
path: ./
183195
target: ':instrumentation:jmx-metrics:javaagent'
@@ -328,6 +340,12 @@ targets:
328340
- type: gradle
329341
path: ./
330342
target: ':instrumentation:armeria:armeria-grpc-1.14:javaagent'
343+
- type: gradle
344+
path: ./
345+
target: ':instrumentation:async-http-client:async-http-client-1-common:javaagent'
346+
- type: gradle
347+
path: ./
348+
target: ':instrumentation:async-http-client:async-http-client-1.8:javaagent'
331349
- type: gradle
332350
path: ./
333351
target: ':instrumentation:async-http-client:async-http-client-1.9:javaagent'
@@ -379,6 +397,9 @@ targets:
379397
- type: gradle
380398
path: ./
381399
target: ':instrumentation:azure-core:azure-core-1.36:javaagent'
400+
- type: gradle
401+
path: ./
402+
target: ':instrumentation:azure-core:azure-core-1.53:javaagent'
382403
- type: gradle
383404
path: ./
384405
target: ':instrumentation:camunda:camunda-7.0:javaagent'
@@ -424,6 +445,9 @@ targets:
424445
- type: gradle
425446
path: ./
426447
target: ':instrumentation:couchbase:couchbase-3.2:javaagent'
448+
- type: gradle
449+
path: ./
450+
target: ':instrumentation:couchbase:couchbase-3.4:javaagent'
427451
- type: gradle
428452
path: ./
429453
target: ':instrumentation:dropwizard:dropwizard-metrics-4.0:javaagent'
@@ -616,6 +640,9 @@ targets:
616640
- type: gradle
617641
path: ./
618642
target: ':instrumentation:jsf:jsf-myfaces-3.0:javaagent'
643+
- type: gradle
644+
path: ./
645+
target: ':instrumentation:kafka:kafka-connect-2.6:javaagent'
619646
- type: gradle
620647
path: ./
621648
target: ':instrumentation:kafka:kafka-streams-0.11:javaagent'
@@ -712,6 +739,12 @@ targets:
712739
- type: gradle
713740
path: ./
714741
target: ':instrumentation:mongo:mongo-async-3.3:javaagent'
742+
- type: gradle
743+
path: ./
744+
target: ':instrumentation:nats:nats-2.17:javaagent'
745+
- type: gradle
746+
path: ./
747+
target: ':instrumentation:nats:nats-2.17:library'
715748
- type: gradle
716749
path: ./
717750
target: ':instrumentation:netty:netty-3.8:javaagent'
@@ -748,6 +781,9 @@ targets:
748781
- type: gradle
749782
path: ./
750783
target: ':instrumentation:openai:openai-java-1.1:library'
784+
- type: gradle
785+
path: ./
786+
target: ':instrumentation:opensearch:opensearch-java-3.0:javaagent'
751787
- type: gradle
752788
path: ./
753789
target: ':instrumentation:opensearch:opensearch-rest-1.0:javaagent'

.github/CODEOWNERS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#
22
# Learn about membership in OpenTelemetry community:
33
# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md
4-
#
5-
#
6-
# Learn about CODEOWNERS file format:
7-
# https://help.github.com/en/articles/about-code-owners
84
#
95

106
* @open-telemetry/java-instrumentation-approvers

.lychee.toml renamed to .github/config/lychee.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Lychee configuration file
2+
# See https://lychee.cli.rs/config/
3+
14
timeout = 30
25
retry_wait_time = 5
36
max_retries = 6
@@ -6,11 +9,21 @@ max_concurrency = 4
69
# Check link anchors
710
include_fragments = true
811

12+
remap = [
13+
# workaround for https://github.com/lycheeverse/lychee/issues/1729
14+
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
15+
"https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1"
16+
]
17+
918
# excluding links to pull requests and issues is done for performance
1019
# stackexchange link fails with 403 when accessed by lychee
1120
exclude = [
21+
# workaround for https://github.com/lycheeverse/lychee/issues/1729
22+
'^https://github.com/.*#issuecomment-.*$',
1223
'^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\d+$',
1324
'^http://code.google.com/p/concurrentlinkedhashmap$',
1425
'^https://softwareengineering.stackexchange.com/questions/29727.*',
1526
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
27+
# new artifact, remove after 2.21.0 release
28+
'^https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3$',
1629
]

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test native:
22
- all:
33
- changed-files:
44
- any-glob-to-any-file:
5-
- instrumentation/logback/logback-appender-10/library/**
5+
- instrumentation/logback/logback-appender-1.0/library/**
66
- instrumentation/jdbc/library/**
77
- instrumentation/spring/**
88
- smoke-tests-otel-starter/**

0 commit comments

Comments
 (0)