This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new b92f5f5  Update NCOpenCensusServerStats.scala
b92f5f5 is described below

commit b92f5f5254ddcfa679b5491a6efeb3c6c0876eb3
Author: unknown <[email protected]>
AuthorDate: Fri Jun 11 17:58:42 2021 -0700

    Update NCOpenCensusServerStats.scala
---
 .../org/apache/nlpcraft/server/opencensus/NCOpenCensusServerStats.scala  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/opencensus/NCOpenCensusServerStats.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/opencensus/NCOpenCensusServerStats.scala
index 2667254..25340d7 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/opencensus/NCOpenCensusServerStats.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/opencensus/NCOpenCensusServerStats.scala
@@ -53,7 +53,6 @@ trait NCOpenCensusServerStats extends NCOpenCensusStats {
     val M_USER_PASSWD_RESET_LATENCY_MS: MeasureLong = 
MeasureLong.create("user_passwd_reset_latency", "The latency of 
'/user/passwd/reset' REST call", "ms")
     val M_USER_ALL_LATENCY_MS: MeasureLong = 
MeasureLong.create("user_all_latency", "The latency of '/user/all' REST call", 
"ms")
     val M_PROBE_ALL_LATENCY_MS: MeasureLong = 
MeasureLong.create("probe_all_latency", "The latency of '/probe/all' REST 
call", "ms")
-    
     val M_ROUND_TRIP_LATENCY_MS: MeasureLong = 
MeasureLong.create("round_trip_latency", "The latency of a full server<->probe 
round trip", "ms")
 
     init()

Reply via email to