smartisanyyh commented on issue #4700:
URL: https://github.com/apache/skywalking/issues/4700#issuecomment-618945040


   I uesd arthas to watch   method 
`org.apache.skywalking.oap.server.receiver.trace.provider.DBLatencyThresholdsAndWatcher
 getThreshold`  
   
   ts=2020-04-24 18:29:55; [cost=0.037739ms] result=@ArrayList[
       @Object[][
           @String[sql],
       ],
       @Integer[10000],
   ]
   It's means threshold is 10000  but  I  never config that ,Why is this so
   and why   param 'type' is sql  not oracle 
   and I don't know what diffrent between SpanTags.DB_STATEMENT  and 
SpanTags.DB_TYPE
   
   There is two reason for the question 
   1.SpanTags.DB_STATEMENT.equals(tag.getKey())
   2.thresholds.getThreshold(dbType) returned value is 10000
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to