Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class GlassfishAttributesInstrumentationModule extends InstrumentationModule {

public GlassfishAttributesInstrumentationModule() {
super("glassfish");
super("glassfish-splunk", "glassfish");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class JettyAttributesInstrumentationModule extends InstrumentationModule {

public JettyAttributesInstrumentationModule() {
super("jetty");
super("jetty-splunk", "jetty");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class LibertyAttributesInstrumentationModule extends InstrumentationModule {

public LibertyAttributesInstrumentationModule() {
super("liberty");
super("liberty-splunk", "liberty");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class TomcatAttributesInstrumentationModule extends InstrumentationModule {

public TomcatAttributesInstrumentationModule() {
super("tomcat");
super("tomcat-splunk", "tomcat");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class TomeeAttributesInstrumentationModule extends InstrumentationModule {

public TomeeAttributesInstrumentationModule() {
super("tomee");
super("tomee-splunk", "tomee");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@AutoService(InstrumentationModule.class)
public class WebLogicAttributesInstrumentationModule extends InstrumentationModule {
public WebLogicAttributesInstrumentationModule() {
super("weblogic");
super("weblogic-splunk", "weblogic");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class WebSphereAttributesInstrumentationModule extends InstrumentationModule {

public WebSphereAttributesInstrumentationModule() {
super("websphere");
super("websphere-splunk", "websphere");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class WildFlyAttributesInstrumentationModule extends InstrumentationModule {

public WildFlyAttributesInstrumentationModule() {
super("wildfly");
super("wildfly-splunk", "wildfly");
}

@Override
Expand Down

Large diffs are not rendered by default.

Loading