Files
backstage/plugins/newrelic
Patrik Oldsberg 46b71700ee v0.1.1-alpha.24
2020-10-05 15:45:33 +02:00
..
2020-08-08 14:22:25 -04:00
2020-10-05 14:39:56 +02:00
2020-08-08 14:22:25 -04:00
2020-10-05 15:45:33 +02:00
2020-08-12 10:55:21 +02:00

New Relic Plugin (Alpha)

Website: https://newrelic.com

New Relic Plugin APM New Relic Plugin Tools

Getting Started

Add New Relic REST API Key to app-config.yaml

newrelic:
  api:
    baseUrl: 'https://api.newrelic.com/v2'
    key: <NEW_RELIC_REST_API_KEY>

New Relic Plugin Path: /newrelic

Features

  • View New Relic Application Performance Monitoring (APM) data such as:
    • Application Name
    • Response Time (ms)
    • Throughput (rpm)
    • Error Rate
    • Instance Count
    • Apdex Score

Limitations

  • Currently only supports New Relic APM data

You can also serve the plugin in isolation by running yarn start in the plugin directory. This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can be found inside the /dev directory.