Skip to content

Commit

Permalink
refactoring module a level up
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekkr3003 committed Nov 26, 2024
1 parent 3b6ab9b commit c34b20d
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class AerospikeClientInstrumentationModule extends InstrumentationModule {

public AerospikeClientInstrumentationModule() {
super("aerospike-client", "aerospike-client-7.0.0");
super("aerospike-client");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import io.opentelemetry.javaagent.instrumentation.aerospike.v7_0.metrics.AerospikeMetrics;

public final class AersopikeSingletons {
private static final String INSTRUMENTATION_NAME = "io.opentelemetry.aerospike-client-7.0";
private static final String INSTRUMENTATION_NAME = "io.opentelemetry.aerospike-client";

private static final Instrumenter<AerospikeRequest, Void> INSTRUMENTER;

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ include(":smoke-tests-otel-starter:spring-boot-reactive-2")
include(":smoke-tests-otel-starter:spring-boot-reactive-3")
include(":smoke-tests-otel-starter:spring-boot-reactive-common")

include(":instrumentation:aerospike-client:aerospike-client-7.0:javaagent")
include(":instrumentation:aerospike-client:javaagent")
include(":instrumentation:akka:akka-actor-2.3:javaagent")
include(":instrumentation:akka:akka-actor-fork-join-2.5:javaagent")
include(":instrumentation:akka:akka-http-10.0:javaagent")
Expand Down

0 comments on commit c34b20d

Please sign in to comment.