From 5ef436b659f73d1f3e59d05e9ac3e2a0ee5cebee Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Tue, 21 Dec 2021 18:27:42 +0530 Subject: [PATCH] readme file changes Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/newrelic-dashboard/README.md b/plugins/newrelic-dashboard/README.md index 127dd3ec70..a31042b3fe 100644 --- a/plugins/newrelic-dashboard/README.md +++ b/plugins/newrelic-dashboard/README.md @@ -18,7 +18,7 @@ To generate a New Relic API Key , you can visit this [link](https://one.newrelic ``` // app-config.yaml proxy: - '/newrelic/apm/api': + '/newrelic/api': target: https://api.newrelic.com headers: X-Api-Key: ${NEW_RELIC_USER_KEY} @@ -30,8 +30,8 @@ proxy: // In packages/app/src/components/catalog/EntityPage.tsx import { isNewRelicDashboardAvailable, - EntityNewRelicDashboard, - EntityPageNewRelicDashboard, + EntityNewRelicDashboardContent, + EntityNewRelicDashboardCard, } from '@backstage/plugin-newrelic-dashboard'; const serviceEntityPage = ( @@ -42,7 +42,7 @@ const serviceEntityPage = ( path="/newrelic-dashboard" title="New Relic Dashboard" > - + ``` @@ -54,7 +54,7 @@ const overviewContent = ( - +