diff --git a/build.sbt b/build.sbt index 9061f3d..2426312 100644 --- a/build.sbt +++ b/build.sbt @@ -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" diff --git a/core/src/main/scala/io/chrisdavenport/epimetheus/circuit/RejectedExecutionCounter.scala b/core/src/main/scala/io/chrisdavenport/epimetheus/circuit/RejectedExecutionCounter.scala index 881777d..9ff1160 100644 --- a/core/src/main/scala/io/chrisdavenport/epimetheus/circuit/RejectedExecutionCounter.scala +++ b/core/src/main/scala/io/chrisdavenport/epimetheus/circuit/RejectedExecutionCounter.scala @@ -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,