Skip to content

Commit c357fe2

Browse files
committed
Move suppression
1 parent 41d944a commit c357fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/openai/openai-java-1.1/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/openai/v1_1/OpenAIInstrumentationModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@SuppressWarnings("IdentifierName") // Want to match library's convention
1919
public class OpenAIInstrumentationModule extends InstrumentationModule {
2020
public OpenAIInstrumentationModule() {
21-
super("openai", "openai-java", "openai-java-1.1");
21+
super("openai-java", "openai-java-1.1", "openai");
2222
}
2323

2424
@Override

0 commit comments

Comments
 (0)