You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/25 17:44:07 UTC

[GitHub] maheshrajus commented on a change in pull request #270: [SCB-868] Add Kamon metrics to Alpha Server

maheshrajus commented on a change in pull request #270: [SCB-868] Add Kamon metrics to Alpha Server
URL: https://github.com/apache/incubator-servicecomb-saga/pull/270#discussion_r212804305
 
 

 ##########
 File path: alpha/pom.xml
 ##########
 @@ -35,6 +35,27 @@
     <module>alpha-server</module>
   </modules>
 
+  <dependencies>
+    <dependency>
+      <groupId>io.kamon</groupId>
+      <artifactId>kamon-core_2.12</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.kamon</groupId>
+      <artifactId>kamon-annotation_2.12</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicecomb.saga</groupId>
 
 Review comment:
   ok.done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services