Skip to content

Commit

Permalink
remove deprecated name "executor" for executors module (#9064)
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
zeitlinger and trask authored Aug 7, 2023
1 parent 03664f2 commit b48c61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/distro/smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation("com.google.protobuf:protobuf-java-util:3.23.4")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
testImplementation("io.opentelemetry:opentelemetry-api:${versions.opentelemetry}")
testImplementation("io.opentelemetry:opentelemetry-api")

testImplementation("ch.qos.logback:logback-classic:1.4.8")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
public class ExecutorsInstrumentationModule extends InstrumentationModule {

public ExecutorsInstrumentationModule() {
super(
"executors",
// TODO: remove that after release 1.26.0
"executor");
super("executors");
}

@Override
Expand Down

0 comments on commit b48c61c

Please sign in to comment.