File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ hypertrace-grpcutils-rx-server = { module = "org.hypertrace.core.grpcutils:grpc-
5151hypertrace-framework-grpc = { module = " org.hypertrace.core.serviceframework:platform-grpc-service-framework" , version.ref = " hypertrace-framework" }
5252hypertrace-framework-http = { module = " org.hypertrace.core.serviceframework:platform-http-service-framework" , version.ref = " hypertrace-framework" }
5353hypertrace-framework-spi = { module = " org.hypertrace.core.serviceframework:service-framework-spi" , version.ref = " hypertrace-framework" }
54+ hypertrace-framework-metrics = { module = " org.hypertrace.core.serviceframework:platform-metrics" , version.ref = " hypertrace-framework" }
5455hypertrace-integrationtest-framework = { module = " org.hypertrace.core.serviceframework:integrationtest-service-framework" , version.ref = " hypertrace-framework" }
5556hypertrace-framework-documentstore-metrics = { module = " org.hypertrace.core.serviceframework:docstore-metrics" , version.ref = " hypertrace-framework" }
5657hypertrace-documentstore = { module = " org.hypertrace.core.documentstore:document-store" , version = " 0.7.49" }
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ dependencies {
1919 api(libs.hypertrace.framework.grpc)
2020 api(libs.hypertrace.framework.http)
2121 api(libs.hypertrace.framework.spi)
22+ api(libs.hypertrace.framework.metrics)
2223 api(libs.hypertrace.integrationtest.framework)
2324 api(libs.hypertrace.documentstore)
2425 api(libs.hypertrace.framework.documentstore.metrics)
You can’t perform that action at this time.
0 commit comments