File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,5 @@ components:
7575 - jackshirazi
7676 - jonaskunz
7777 - sylvainjuge
78+ opamp-client :
79+ - LikeTheSalad
Original file line number Diff line number Diff line change 1+ # OpAMP Client
2+
3+ Java implementation of the OpAMP
4+ client [ spec] ( https://github.com/open-telemetry/opamp-spec/blob/main/specification.md ) .
5+
6+ ## Component owners
7+
8+ - [ Cesar Munoz] ( https://github.com/LikeTheSalad ) , Elastic
9+
10+ 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+ }
4+
5+ description = " Client implementation of the OpAMP spec."
6+ otelJava.moduleName.set(" io.opentelemetry.contrib.opamp.client" )
7+
8+ java {
9+ sourceCompatibility = JavaVersion .VERSION_1_8
10+ targetCompatibility = JavaVersion .VERSION_1_8
11+ }
Original file line number Diff line number Diff line change @@ -88,3 +88,4 @@ include(":kafka-exporter")
8888include(" :gcp-resources" )
8989include(" :span-stacktrace" )
9090include(" :inferred-spans" )
91+ include(" :opamp-client" )
You can’t perform that action at this time.
0 commit comments