Skip to content

Commit 158e967

Browse files
author
Kishan Sairam Adapa
authored
feat: add service framework platform metrics (#14)
1 parent 6e9d9aa commit 158e967

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ hypertrace-grpcutils-rx-server = { module = "org.hypertrace.core.grpcutils:grpc-
5151
hypertrace-framework-grpc = { module = "org.hypertrace.core.serviceframework:platform-grpc-service-framework", version.ref = "hypertrace-framework" }
5252
hypertrace-framework-http = { module = "org.hypertrace.core.serviceframework:platform-http-service-framework", version.ref = "hypertrace-framework" }
5353
hypertrace-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" }
5455
hypertrace-integrationtest-framework = { module = "org.hypertrace.core.serviceframework:integrationtest-service-framework", version.ref = "hypertrace-framework" }
5556
hypertrace-framework-documentstore-metrics = { module = "org.hypertrace.core.serviceframework:docstore-metrics", version.ref = "hypertrace-framework" }
5657
hypertrace-documentstore = { module = "org.hypertrace.core.documentstore:document-store", version = "0.7.49" }

hypertrace-bom/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)