Skip to content

Commit

Permalink
This feature was migrated to the modules under dd-java-agent/agent-ot…
Browse files Browse the repository at this point in the history
…el (#7292)
  • Loading branch information
mcculls committed Jul 9, 2024
1 parent ff9a04a commit 294b617
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,556 deletions.
8 changes: 0 additions & 8 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ gradlePlugin {
id = "call-site-instrumentation"
implementationClass = "datadog.gradle.plugin.CallSiteInstrumentationPlugin"
}
create("otel-converter-plugin") {
id = "otel-converter"
implementationClass = "otel.OtelConverterPlugin"
}
}
}

Expand All @@ -48,10 +44,6 @@ dependencies {

testImplementation("org.spockframework", "spock-core", "2.2-groovy-3.0")
testImplementation("org.codehaus.groovy", "groovy-all", "3.0.17")
testImplementation("io.opentelemetry.javaagent", "opentelemetry-muzzle", "1.32.0-alpha")
// OpenTelemetry javaagent modules for OTel Muzzle converter
testImplementation("io.opentelemetry.javaagent", "opentelemetry-javaagent-extension-api", "1.32.0-alpha")
testImplementation("io.opentelemetry.javaagent.instrumentation", "opentelemetry-javaagent-grpc-1.6", "1.32.0-alpha")
}

tasks.compileKotlin {
Expand Down
31 changes: 0 additions & 31 deletions buildSrc/src/main/groovy/otel/AbstractClassVisitor.java

This file was deleted.

86 changes: 0 additions & 86 deletions buildSrc/src/main/groovy/otel/InstrumentationModuleConverter.java

This file was deleted.

50 changes: 0 additions & 50 deletions buildSrc/src/main/groovy/otel/OtelApiVerifier.groovy

This file was deleted.

137 changes: 0 additions & 137 deletions buildSrc/src/main/groovy/otel/OtelConverterPlugin.groovy

This file was deleted.

Loading

0 comments on commit 294b617

Please sign in to comment.