grafana-newrelic-apm-datasource icon indicating copy to clipboard operation
grafana-newrelic-apm-datasource copied to clipboard

Req: Add Insights Or Plugins

Open mrzobot opened this issue 7 years ago • 8 comments

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'

mrzobot avatar Mar 24 '17 21:03 mrzobot

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.

wevanscfi avatar Mar 25 '17 16:03 wevanscfi

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.

pyoungworth avatar Apr 26 '17 18:04 pyoungworth

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

Ditofry avatar Jun 01 '17 16:06 Ditofry

+1 for NRQL

alexander-williamson avatar Jun 26 '17 10:06 alexander-williamson

+1

michalmiddleton avatar Feb 13 '18 23:02 michalmiddleton

+1

francisedejer avatar May 10 '18 09:05 francisedejer

+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

markw78 avatar Jun 22 '18 00:06 markw78

is there plan to actively working on this feature?

PXMYH avatar Jan 11 '19 20:01 PXMYH