A plugin that shows the most important data from New Relic.
Perhaps different views that embed different graphs based on use-case. A backend service will likely look at different graphs than a web app, for instance.
@palmerj3 I've put up a PR for a basic New Relic plugin implementation that will display New Relic APM data: https://github.com/spotify/backstage/pull/1875
I'm thinking of hacking on / improving this plugin in the coming week, if anyone else is interested. Here's my initial thoughts:
In order to expose the most functionality from New Relic without integrating with each of its constituent products piecemeal (e.g. APM, Browser, Infrastructure, Synthetics, Mobile, Logs, etc), it'd be better to integrate directly with their Insights product, which exposes data from all of their products through a unified query interface.
This would put the burden of visualization on us, but there aren't really any better options for the time being, as New Relic only exposes charts as embeddable entities in their APM product.
NRQL Query, Chart Type, etc.Would love feedback on the proposal above.
Most helpful comment
I'm thinking of hacking on / improving this plugin in the coming week, if anyone else is interested. Here's my initial thoughts:
What/Why
In order to expose the most functionality from New Relic without integrating with each of its constituent products piecemeal (e.g. APM, Browser, Infrastructure, Synthetics, Mobile, Logs, etc), it'd be better to integrate directly with their Insights product, which exposes data from all of their products through a unified query interface.
This would put the burden of visualization on us, but there aren't really any better options for the time being, as New Relic only exposes charts as embeddable entities in their APM product.
Proposed Implementation
NRQL Query,Chart Type, etc.Would love feedback on the proposal above.