rest - Unknown Metric - OtherTransaction Error in NewRelic API Query -


i've been following newrelic's guide retrieve average application error rate, running strange issue.

when try retrieve 'othertransaction call count', following error response:

{"error":{"title":"unknown metric(s): othertransaction/all"}} 

has else run across this? ignore during average error rate calculation (and return 0 in erroneous retrievals)?

though error message sent me in different direction, final resolution issue different date formatting during initial request. appropriate format yyyy-mm-dd joined 't' time hh:mm:ss followed offset (since hh:mm:ss in utc). instance: 2015-05-01t16:23:00+00:00 –


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -