Skip to content

Commit

Permalink
atlas cloudwatch: Fix tagging of routing queue metric. (Netflix-Skunk…
Browse files Browse the repository at this point in the history
  • Loading branch information
manolama committed Oct 25, 2023
1 parent 47b8312 commit 759db97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class PublishRouter(
r.getKey -> new PublishQueue(
config.getConfig("atlas.cloudwatch.account.routing"),
registry,
destination,
stack + "-" + destination,
baseURI
.replaceAll("\\$\\{STACK\\}", stack)
.replaceAll("\\$\\{REGION}", destination),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import com.typesafe.config.ConfigFactory
import munit.FunSuite
import org.mockito.MockitoSugar.mock

import scala.jdk.CollectionConverters.CollectionHasAsScala

class PublishRouterSuite extends FunSuite with TestKitBase {

override implicit def system: ActorSystem = ActorSystem(getClass.getSimpleName)
Expand Down

0 comments on commit 759db97

Please sign in to comment.