Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot extract data from servers #27

Open
willd opened this issue Jun 8, 2017 · 0 comments
Open

Cannot extract data from servers #27

willd opened this issue Jun 8, 2017 · 0 comments

Comments

@willd
Copy link

willd commented Jun 8, 2017

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 that as a server in Grafana using your plugin, I create a new row, choose server, enter the host id, metric Apdex and value score. After that it seems to fetch data forever, while not giving me any data points.

Am I doing something wrong?
EDIT: Realized that this plugin isn't capable of fetching hosts just yet. I guess this is a feature request then? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant