Skip to content

Commit

Permalink
Merge pull request #64 from MarshallWace/metrics
Browse files Browse the repository at this point in the history
fixing the vext->vnext typo in the metrics name prefix
  • Loading branch information
mw-lb authored Oct 9, 2024
2 parents a82c2ac + eef0c1b commit acb4809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
package com.mwam.kafkakewl.common.metrics

fun metricsName(name: String): String {
return "kafkakewl_vext_$name";
return "kafkakewl_vnext_$name";
}

0 comments on commit acb4809

Please sign in to comment.