markusthoemmes commented on a change in pull request #3343: Support time-series 
DB using Kamon Tag, and optional granular metric.
URL: 
https://github.com/apache/incubator-openwhisk/pull/3343#discussion_r170420972
 
 

 ##########
 File path: common/scala/src/main/scala/whisk/http/BasicHttpService.scala
 ##########
 @@ -121,7 +121,11 @@ trait BasicHttpService extends Directives with 
TransactionCounter {
 
       val name = "BasicHttpService"
 
-      val token = LogMarkerToken("http", 
s"${m.toLowerCase}.${res.status.intValue}", LoggingMarkers.count)
+      val token = LogMarkerToken(
+        "http",
+        s"${m.toLowerCase}",
 
 Review comment:
   Doesn't need string interpolation anymore. Just `m.toLowerCase` should 
suffice.

----------------------------------------------------------------
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

Reply via email to