Skip to content

Commit

Permalink
Register all metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
sihil committed May 23, 2012
1 parent 098abe6 commit 4d0bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riff-raff/app/controllers/Management.scala
Expand Up @@ -62,7 +62,7 @@ object FailedLoginCounter extends CountMetric("webapp",
"Number of failed logins")

object Metrics {
val all: Seq[TimingMetric] = Seq(TimedAction, TimedCometAction)
val all: Seq[Metric] = Seq(TimedAction, TimedCometAction, LoginCounter, FailedLoginCounter)
}

object Switches {
Expand Down

0 comments on commit 4d0bd39

Please sign in to comment.