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

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -