-
Couldn't load subscription status.
- Fork 1k
indy instrumentation - leftovers migration #13074
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
Changes from 5 commits
c911faa
26e79f9
7f3ae3b
9183992
29c99dd
45ead47
ba30ba8
eb945b8
eba7e20
7a1cbc7
590f86e
a8cbb24
403caaa
506cc62
da1c13d
c4350d0
1d54a14
03aa810
2ed4e96
77a4f00
d9cd13f
5e2ef89
20856e3
a38763f
b77428c
bc785b9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,13 +11,13 @@ | |
| import java.util.List; | ||
|
|
||
| @AutoService(InstrumentationModule.class) | ||
| public class InlineIbmResourceLevelInstrumentationModule extends InstrumentationModule { | ||
| public InlineIbmResourceLevelInstrumentationModule() { | ||
| super("inline-ibm-resource-level"); | ||
| public class IbmResourceLevelInstrumentationModule extends InstrumentationModule { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [for reviewer] there is no need to maintain an inline and indy variants of this instrumentation, so we only need one that is compatible with both. |
||
| public IbmResourceLevelInstrumentationModule() { | ||
| super("ibm-resource-level"); | ||
| } | ||
|
|
||
| @Override | ||
| public List<TypeInstrumentation> typeInstrumentations() { | ||
| return singletonList(new InlineResourceLevelInstrumentation()); | ||
| return singletonList(new ResourceLevelInstrumentation()); | ||
| } | ||
| } | ||
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.