Wilhelm Westermark
Results
1
issues of
Wilhelm Westermark
I have created a working api query: curl -X GET 'https://api.newrelic.com/v2/applications/*appid*/hosts/*hostid*/metrics/data.json' \ -H 'X-Api-Key:*apikey*' -i \ -G -d 'names[]=Apdex&values[]=score', which gives me data like this: https://gist.github.com/willd/b61792a042379114194386bdbcc0c734 When trying to add...