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

Req: Add Insights Or Plugins #23

Open
mrzobot opened this issue Mar 24, 2017 · 8 comments
Open

Req: Add Insights Or Plugins #23

mrzobot opened this issue Mar 24, 2017 · 8 comments

Comments

@mrzobot
Copy link

mrzobot commented Mar 24, 2017

This is more of a request, and ill see if I can do some trickery magic about it...

Req: Basically I would like to pull info from Insights.. or whatever API NR as custom metric allows to be pulled into grafana. Example: I would like to pull replication lag for mysql and I am able to pull the info via API and Insights (dashboard) but that is not possible with the plugin as it only supports APM and Servers.. would be nice to just have a custom variable where we add after newrelic.com/v2/....

In my case
curl -X GET 'https://api.newrelic.com/v2/components/XXXXXXXX/metrics/data.json' \ -H 'X-Api-Key:{api_key}' -i \ -G -d 'names[]=Component/newrelic/replication_status[State]&values[]=average_value'

@wevanscfi
Copy link
Owner

I was hopping to have some time to put into this plugin this weekend to finish converting it to a full app (allows adding a proxy route through grafana) I will see if I can work insights and the rest of the api's into it as well while I am at it.

@pyoungworth
Copy link

I will second this. Right now the plugins / custom metrics implementation for new relic is horrible and having an alternative way to represent this data would be a huge win. Plus the added benefit of putting it on a single dashboard.

@Ditofry
Copy link

Ditofry commented Jun 1, 2017

It would indeed be glorious to have insights in Grafana. A pass-through query interface for NRQL (similar to how the Prometheus pass-through interface) would be mega radical.

Also, this a great project. Thanks for the hard work @mrzobot

@alexander-williamson
Copy link

+1 for NRQL

@michalmiddleton
Copy link

+1

1 similar comment
@francisedejer
Copy link

+1

@markw78
Copy link

markw78 commented Jun 22, 2018

+1 for NRQL query pass-through. I tried to write one and quickly realized I am not a dev and have no idea how to use the Grafana SDK

@PXMYH
Copy link

PXMYH commented Jan 11, 2019

is there plan to actively working on this feature?

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

9 participants