Skip to content

Commit

Permalink
The telemetry-otel should not publish any client JARs (since it does …
Browse files Browse the repository at this point in the history
…not expose client facing APIs) (#12085)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Jan 30, 2024
1 parent c55af66 commit 0a16549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/telemetry-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'opensearch.internal-cluster-test'
opensearchplugin {
description 'Opentelemetry based telemetry implementation.'
classname 'org.opensearch.telemetry.OTelTelemetryPlugin'
hasClientJar = true
hasClientJar = false
}

dependencies {
Expand Down

0 comments on commit 0a16549

Please sign in to comment.