Skip to content

Commit

Permalink
Remove getPreix() from observation conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
sobychacko committed Apr 15, 2024
1 parent 045d28a commit 7873609
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ public Class<? extends ObservationConvention<? extends Context>> getDefaultConve
return DefaultKafkaListenerObservationConvention.class;
}

@Override
@NonNull
public String getPrefix() {
return "spring.kafka.listener";
}

@Override
@NonNull
public KeyName[] getLowCardinalityKeyNames() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ public Class<? extends ObservationConvention<? extends Context>> getDefaultConve
return DefaultKafkaTemplateObservationConvention.class;
}

@Override
@NonNull
public String getPrefix() {
return "spring.kafka.template";
}

@Override
@NonNull
public KeyName[] getLowCardinalityKeyNames() {
Expand Down

0 comments on commit 7873609

Please sign in to comment.