Skip to content

Commit

Permalink
feat(prometheus): Add RemoteStorage proto, Java file, and FormatConve…
Browse files Browse the repository at this point in the history
…rsion utilities to BinaryRecordV2 (filodb#198)
  • Loading branch information
Evan Chan authored and Evan Chan committed May 21, 2018
1 parent 782c08e commit c748fed
Show file tree
Hide file tree
Showing 4 changed files with 6,978 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ lazy val prometheus = project
.in(file("prometheus"))
.settings(commonSettings: _*)
.settings(name := "filodb-prometheus")
.settings(libraryDependencies ++= promDeps)
.dependsOn(core % "compile->compile; test->test")
.dependsOn(query % "compile->compile; test->test")

Expand Down Expand Up @@ -244,6 +245,10 @@ lazy val kafkaDeps = Seq(
scalaTest % "test,it",
logbackDep % "test,it")

lazy val promDeps = Seq(
"com.google.protobuf" % "protobuf-java" % "2.5.0"
)

lazy val tsgeneratorDeps = Seq(
logbackDep,
"io.monix" %% "monix-kafka-10" % monixKafkaVersion,
Expand Down
Loading

0 comments on commit c748fed

Please sign in to comment.