Skip to content

Commit

Permalink
Update instrumentation suppression keys that do not align with their …
Browse files Browse the repository at this point in the history
…module name (#7811)
  • Loading branch information
trask committed Apr 11, 2023
1 parent 56eae81 commit 66f4c80
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class AkkaHttpClientInstrumentationModule extends InstrumentationModule {
public AkkaHttpClientInstrumentationModule() {
super("akka-http", "akka-http-client");
super("akka-http", "akka-http-10.0", "akka-http-client");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class AkkaHttpServerInstrumentationModule extends InstrumentationModule {
public AkkaHttpServerInstrumentationModule() {
super("akka-http", "akka-http-server");
super("akka-http", "akka-http-10.0", "akka-http-server");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class AwsLambdaInstrumentationModule extends InstrumentationModule {
public AwsLambdaInstrumentationModule() {
super("aws-lambda", "aws-lambda-core-1.0");
super("aws-lambda-core", "aws-lambda-core-1.0", "aws-lambda");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@AutoService(InstrumentationModule.class)
public class AwsLambdaInstrumentationModule extends InstrumentationModule {
public AwsLambdaInstrumentationModule() {
super("aws-lambda", "aws-lambda-events-2.2");
super("aws-lambda-events", "aws-lambda-events-2.2", "aws-lambda");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@AutoService(InstrumentationModule.class)
public class CouchbaseInstrumentationModule extends InstrumentationModule {
public CouchbaseInstrumentationModule() {
super("couchbase", "couchbase-3.1.6");
super("couchbase", "couchbase-3.2");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class DropwizardInstrumentationModule extends InstrumentationModule {
public DropwizardInstrumentationModule() {
super("dropwizard-views");
super("dropwizard-views", "dropwizard-views-0.7");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class GrpcInstrumentationModule extends InstrumentationModule {
public GrpcInstrumentationModule() {
super("grpc", "grpc-1.5");
super("grpc", "grpc-1.6");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@AutoService(InstrumentationModule.class)
public class HibernateInstrumentationModule extends InstrumentationModule {
public HibernateInstrumentationModule() {
super("hibernate", "hibernate-4.3");
super("hibernate-procedure-call", "hibernate-procedure-call-4.3", "hibernate");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@AutoService(InstrumentationModule.class)
public class EclipseOsgiInstrumentationModule extends InstrumentationModule {
public EclipseOsgiInstrumentationModule() {
super("internal-eclipse-osgi");
super("internal-eclipse-osgi", "internal-eclipse-osgi-3.6");
}

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

public JwsInstrumentationModule() {
super("jaxws", "jws-1.1");
super("jaxws-jws-api", "jaxws-jws-api-1.1", "jaxws");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class MojarraInstrumentationModule extends InstrumentationModule {
public MojarraInstrumentationModule() {
super("mojarra", "mojarra-1.2");
super("jsf-mojarra", "jsf-mojarra-1.2");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class MojarraInstrumentationModule extends InstrumentationModule {
public MojarraInstrumentationModule() {
super("mojarra", "mojarra-3.0");
super("jsf-mojarra", "jsf-mojarra-3.0");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class MyFacesInstrumentationModule extends InstrumentationModule {
public MyFacesInstrumentationModule() {
super("myfaces", "myfaces-1.2");
super("jsf-myfaces", "jsf-myfaces-1.2");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class MyFacesInstrumentationModule extends InstrumentationModule {
public MyFacesInstrumentationModule() {
super("myfaces", "myfaces-3.0");
super("jsf-myfaces", "jsf-myfaces-3.0");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class JspInstrumentationModule extends InstrumentationModule {
public JspInstrumentationModule() {
super("jsp");
super("jsp", "jsp-2.3");
}

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

public LibertyInstrumentationModule() {
super("liberty");
super("liberty", "liberty-20.0");
}

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

public LibertyDispatcherInstrumentationModule() {
super("liberty", "liberty-dispatcher");
super("liberty-dispatcher", "liberty-dispatcher-20.0", "liberty");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class OpenTelemetryApiInstrumentationModule extends InstrumentationModule {
public OpenTelemetryApiInstrumentationModule() {
super("opentelemetry-api");
super("opentelemetry-api", "opentelemetry-api-1.0");
}

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

public OpenTelemetryApiInstrumentationModule() {
super("opentelemetry-api-1.10", "opentelemetry-api");
super("opentelemetry-api", "opentelemetry-api-1.10");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class OpenTelemetryApiInstrumentationModule extends InstrumentationModule {
public OpenTelemetryApiInstrumentationModule() {
super("opentelemetry-api-1.15", "opentelemetry-api");
super("opentelemetry-api", "opentelemetry-api-1.15");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AutoService(InstrumentationModule.class)
public class OpenTelemetryApiInstrumentationModule extends InstrumentationModule {
public OpenTelemetryApiInstrumentationModule() {
super("opentelemetry-api-1.4", "opentelemetry-api");
super("opentelemetry-api", "opentelemetry-api-1.4");
}

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

public PlayInstrumentationModule() {
super("play", "play-mvc-2.4");
super("play-mvc", "play-mvc-2.4", "play");
}

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

public PlayInstrumentationModule() {
super("play", "play-mvc-2.6");
super("play-mvc", "play-mvc-2.6", "play");
}

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

public VertxKafkaInstrumentationModule() {
super("vertx-kafka-client", "vertx-kafka-client-3.5", "vertx");
super("vertx-kafka-client", "vertx-kafka-client-3.6", "vertx");
}

@Override
Expand Down

0 comments on commit 66f4c80

Please sign in to comment.