WillemJiang commented on a change in pull request #314: [SCB-891] Add kamon
metrics to Omega client
URL:
https://github.com/apache/incubator-servicecomb-saga/pull/314#discussion_r231755523
##########
File path: saga-demo/saga-spring-demo/pom.xml
##########
@@ -43,5 +43,39 @@
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
</dependency>
+ <!-- for the performance monitor -->
+ <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>com.typesafe.akka</groupId>
Review comment:
Do we need the actor dependency by default?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services