c# - How to use newrelic custom metrics with azure web job? -


i have web job using c# add custom metrics this

newrelic.api.agent.newrelic.incrementcounter("incrementcounter"); 

from can tell though need non iis agent can't find information on implementing web job.

does know of way set up?


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -