10000 Service naming: split by jee deployment by amarziali · Pull Request #8064 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

Service naming: split by jee deployment #8064

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

Merged
merged 14 commits into from
Dec 12, 2024
Prev Previous commit
Next Next commit
remove helper
  • Loading branch information
amarziali committed Dec 12, 2024
commit a40b4dcc221ecd07f2b1ae6da71d119b71eb5542

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ public String instrumentedType() {
return "org.apache.catalina.loader.WebappClassLoaderBase";
}

@Override
public String[] helperClassNames() {
return new String[] {
packageName + ".ContextNameHelper",
};
}

@Override
public void methodAdvice(MethodTransformer transformer) {
transformer.applyAdvice(
Expand Down
Loading
0