Skip to content

Commit 46f47a7

Browse files
committed
Feedback
1 parent 82ed810 commit 46f47a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
- Some Java agent instrumentation suppression keys have been renamed to match their module names:
88
- `elasticsearch-rest-6.0` --> `elasticsearch-rest-6.4`
9-
- `twitter-util-core` --> `finagle-http`
109
- `internal-application-logging` --> `internal-application-logger`
1110
- `javalin-5` -> `javalin-5.0`
1211
- `pulsar-2.8.0` -> `pulsar-2.8`

instrumentation/finagle-http-23.11/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/finaglehttp/v23_11/TwitterUtilCoreInstrumentationModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class TwitterUtilCoreInstrumentationModule extends InstrumentationModule
1818
implements ExperimentalInstrumentationModule {
1919

2020
public TwitterUtilCoreInstrumentationModule() {
21-
super("finagle-http", "finagle-http-23.11");
21+
super("finagle-http", "finagle-http-23.11", "twitter-util-core");
2222
}
2323

2424
@Override

0 commit comments

Comments
 (0)