Skip to content

Commit

Permalink
Fix typo: 'od' -> 'of' (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Aug 9, 2023
1 parent 2570a11 commit ae8e4a6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@ object JvmMetrics {

val ClassesLoaded = Kamon.gauge(
name = "jvm.class-loading.loaded",
description = "Total number od classes loaded"
description = "Total number of classes loaded"
)

val ClassesUnloaded = Kamon.gauge(
name = "jvm.class-loading.unloaded",
description = "Total number od classes unloaded"
description = "Total number of classes unloaded"
)

val ClassesCurrentlyLoaded = Kamon.gauge(
name = "jvm.class-loading.currently-loaded",
description = "Total number od classes currently loaded"
description = "Total number of classes currently loaded"
)

val BufferPoolCount = Kamon.gauge(
Expand Down

0 comments on commit ae8e4a6

Please sign in to comment.