Skip to content

Commit

Permalink
feat: add service framework platform metrics (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Sairam Adapa authored Nov 20, 2023
1 parent 6e9d9aa commit 158e967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ hypertrace-grpcutils-rx-server = { module = "org.hypertrace.core.grpcutils:grpc-
hypertrace-framework-grpc = { module = "org.hypertrace.core.serviceframework:platform-grpc-service-framework", version.ref = "hypertrace-framework" }
hypertrace-framework-http = { module = "org.hypertrace.core.serviceframework:platform-http-service-framework", version.ref = "hypertrace-framework" }
hypertrace-framework-spi = { module = "org.hypertrace.core.serviceframework:service-framework-spi", version.ref = "hypertrace-framework" }
hypertrace-framework-metrics = { module = "org.hypertrace.core.serviceframework:platform-metrics", version.ref = "hypertrace-framework" }
hypertrace-integrationtest-framework = { module = "org.hypertrace.core.serviceframework:integrationtest-service-framework", version.ref = "hypertrace-framework" }
hypertrace-framework-documentstore-metrics = { module = "org.hypertrace.core.serviceframework:docstore-metrics", version.ref = "hypertrace-framework" }
hypertrace-documentstore = { module = "org.hypertrace.core.documentstore:document-store", version = "0.7.49" }
Expand Down
1 change: 1 addition & 0 deletions hypertrace-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies {
api(libs.hypertrace.framework.grpc)
api(libs.hypertrace.framework.http)
api(libs.hypertrace.framework.spi)
api(libs.hypertrace.framework.metrics)
api(libs.hypertrace.integrationtest.framework)
api(libs.hypertrace.documentstore)
api(libs.hypertrace.framework.documentstore.metrics)
Expand Down

0 comments on commit 158e967

Please sign in to comment.