Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This feature was migrated to the modules under dd-java-agent/agent-otel #7292

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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
Loading