Skip to content

Commit

Permalink
Remove left-over kamon variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Sep 27, 2024
1 parent ae1ec89 commit 380c2d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/scala/Monitor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ trait Monitor:

object Monitor:

val dbSize = Kamon.gauge("db.size").withoutTags()
val dbQueued = Kamon.gauge("db.queued").withoutTags()
val dbAcquired = Kamon.gauge("db.acquired").withoutTags()
val lvl8AcquiredTimeRequest = Kamon.timer("move.acquired.lvl8").withoutTags()
val lvl1FullTimeRequest = Kamon.timer("move.full.lvl1").withoutTags()

def apply(): IO[Monitor] =
(
IO.blocking(Kamon.gauge("db.size").withoutTags()),
Expand Down

0 comments on commit 380c2d5

Please sign in to comment.