Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Implement CloudWatch reporter (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbudd authored Oct 8, 2020
1 parent a767b24 commit 4d98461
Show file tree
Hide file tree
Showing 6 changed files with 971 additions and 12 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ val metricsGraphite = "io.dropwizard.metrics" % "metrics-graphite"
val postgreSqlJdbc = "org.postgresql" % "postgresql" % "42.2.16"
val awsLambdaEvents = "com.amazonaws" % "aws-lambda-java-events" % "3.2.0"
val awsLambdaCore = "com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
val cloudwatchMetrics = "io.github.azagniotov" % "dropwizard-metrics-cloudwatch" % "1.0.13"
val akkaActorArtifact = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion

lazy val commonSettings = Seq(
Expand Down Expand Up @@ -64,7 +63,6 @@ lazy val core = (project in file("starport-core")).
stubbornArtifact,
metricsGraphite,
postgreSqlJdbc,
cloudwatchMetrics,
akkaActorArtifact
),
fork := true
Expand Down
Loading

0 comments on commit 4d98461

Please sign in to comment.