Skip to content

Commit a329e18

Browse files
update attribute service
1 parent a71c97a commit a329e18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hypertrace-core-graphql-attribute-store/src/main/java/org/hypertrace/core/graphql/attributes/AttributeModelTranslator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ private AttributeModelMetricAggregationType convertMetricAggregationType(
6060
return AttributeModelMetricAggregationType.PERCENTILE;
6161
case DISTINCT_COUNT:
6262
return AttributeModelMetricAggregationType.DISTINCT_COUNT;
63+
case DISTINCT_ARRAY:
64+
return AttributeModelMetricAggregationType.DISTINCT_ARRAY;
6365
case AGG_UNDEFINED:
6466
case UNRECOGNIZED:
6567
default:

hypertrace-core-graphql-platform/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.7.7")
1616
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.7.7")
1717
api("org.hypertrace.gateway.service:gateway-service-api:0.2.13")
18-
api("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.13.6")
18+
api("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.14.8")
1919

2020
api("com.google.inject:guice:5.1.0")
2121
api("com.graphql-java:graphql-java:15.0")

0 commit comments

Comments
 (0)