How to show response time in Datadog using MeterRegistry as a custom metric?

前端 未结 0 1420
野的像风
野的像风 2020-11-30 21:09

I have a piece of code:

long startTime = System.currentTimeMillis();
creativesJson = getHtmlResponse(adBatchServerFullUrl);
long endTime = System.currentTimeM         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题