문제

I'm using .NET agent custom metrics for asp.net mvc application. I'm referring this api

I'm not clear between RecordMetric and RecordResponseTimeMetric

What are basic differences between these two functions?

도움이 되었습니까?

해결책

RecordMetric(System.String,System.Single)

Records a metric value for the given name. Supports all application types via custom dashboards.

RecordResponseTimeMetric(System.String,System.Int64)

Records a response time in milliseconds for the given metric name. Supports all application types via custom dashboards.

https://docs.newrelic.com/docs/dotnet/the-net-agent-api

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top