Skip to content

Commit

Permalink
Epimetheus 0.6.0-M3 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed Apr 25, 2024
1 parent 1c3c4c2 commit ff3bc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0")

val catsV = "2.7.0"
val catsEffectV = "3.5.0"
val epimetheusV = "0.6.0-M1"
val epimetheusV = "0.6.0-M3"
val circuitV = "0.5.1"

val specs2V = "4.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object RejectedExecutionCounter {
*/
def register[F[_]: Sync](
pr: PrometheusRegistry[F],
metricName: Name = Name("circuit_rejected_execution_total")
metricName: Name = Name("circuit_rejected_execution")
): F[RejectedExecutionCounter[F]] =
Counter.labelled(
pr,
Expand Down

0 comments on commit ff3bc9c

Please sign in to comment.