File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -98,3 +98,6 @@ components:
9898 ibm-mq-metrics :
9999 - breedx-splk
100100 - atoulme
101+ dynamic-control :
102+ - jackshirazi
103+ - LikeTheSalad
Original file line number Diff line number Diff line change 1+ # Dynamic Control
2+
3+ Adding dynamic control of some specific features of the Java agent.
4+
5+ > [ !WARNING]
6+ > This is an incubating feature. Breaking changes can happen on a new release without previous
7+ > notice and without backward compatibility guarantees.
8+
9+ ## Component owners
10+
11+ - [ Jack Shirazi] ( https://github.com/jackshirazi ) , Elastic
12+ - [ Cesar Munoz] ( https://github.com/LikeTheSalad ) , Elastic
13+
14+ Learn more about component owners in [ component_owners.yml] ( ../.github/component_owners.yml ) .
Original file line number Diff line number Diff line change 1+ plugins {
2+ id(" otel.java-conventions" )
3+ id(" otel.publish-conventions" )
4+ id(" otel.animalsniffer-conventions" )
5+ }
6+
7+ description = " Dynamic control of some specific features of the agent"
8+ otelJava.moduleName.set(" io.opentelemetry.contrib.dynamic" )
9+
10+ java {
11+ sourceCompatibility = JavaVersion .VERSION_1_8
12+ targetCompatibility = JavaVersion .VERSION_1_8
13+ }
Original file line number Diff line number Diff line change @@ -110,3 +110,4 @@ include(":span-stacktrace")
110110include(" :inferred-spans" )
111111include(" :opamp-client" )
112112include(" :gcp-auth-extension" )
113+ include(" :dynamic-control" )
You can’t perform that action at this time.
0 commit comments