Skip to content

Commit f323516

Browse files
committed
Add metastore metrics to HiveMetadata.getMetrics
1 parent 546668b commit f323516

File tree

7 files changed

+598
-1
lines changed

7 files changed

+598
-1
lines changed

lib/trino-metastore/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
<artifactId>slice</artifactId>
5656
</dependency>
5757

58+
<dependency>
59+
<groupId>io.airlift</groupId>
60+
<artifactId>stats</artifactId>
61+
</dependency>
62+
5863
<dependency>
5964
<groupId>io.airlift</groupId>
6065
<artifactId>units</artifactId>
@@ -75,6 +80,11 @@
7580
<artifactId>trino-cache</artifactId>
7681
</dependency>
7782

83+
<dependency>
84+
<groupId>io.trino</groupId>
85+
<artifactId>trino-plugin-toolkit</artifactId>
86+
</dependency>
87+
7888
<dependency>
7989
<groupId>io.trino</groupId>
8090
<artifactId>trino-spi</artifactId>

0 commit comments

Comments
 (0)