We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0f5bf commit 97c333aCopy full SHA for 97c333a
metrics/api/pom.xml
@@ -10,6 +10,8 @@
10
<modelVersion>4.0.0</modelVersion>
11
12
<artifactId>haystack-client-metrics-api</artifactId>
13
-
+ <packaging>jar</packaging>
14
+ <name>haystack-client-dropwizard-api</name>
15
+ <description>Metrics api consumed by the haystack client library to generate performance metrics for the client integration code</description>
16
17
</project>
0 commit comments