From 5ccdc3c05a99925f6ee501f02b0184d817d97dec Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Thu, 23 Dec 2021 18:06:08 +0530 Subject: [PATCH 1/2] added new-relic-dashboard in plugin marketplace Signed-off-by: mufaddal motiwala --- microsite/data/plugins/newrelic-dashboard.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 microsite/data/plugins/newrelic-dashboard.yaml diff --git a/microsite/data/plugins/newrelic-dashboard.yaml b/microsite/data/plugins/newrelic-dashboard.yaml new file mode 100644 index 0000000000..4746c38cc8 --- /dev/null +++ b/microsite/data/plugins/newrelic-dashboard.yaml @@ -0,0 +1,15 @@ +--- +title: New Relic Dashboard +author: '@mufaddal7' +authorUrl: https://github.com/mufaddal7 +category: Monitoring +description: Easily view your New Relic Dashboards in backstage , creates real-time snapshot of your dashboards +documentation: https://github.com/backstage/backstage/tree/master/plugins/newrelic-dashboard +iconUrl: https://newrelic.com/themes/custom/curio/assets/mediakit/NR_logo_Horizontal_Rev.svg +npmPackageName: '@backstage/plugin-newrelic-dashboard' +tags: + - performance + - monitoring + - errors + - alerting + - dashboards From 6bf1e1a834dab6e7954f4d72607df2dcd95b4d10 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Thu, 23 Dec 2021 18:46:53 +0530 Subject: [PATCH 2/2] rewording Signed-off-by: mufaddal motiwala --- microsite/data/plugins/newrelic-dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/newrelic-dashboard.yaml b/microsite/data/plugins/newrelic-dashboard.yaml index 4746c38cc8..c314d4c458 100644 --- a/microsite/data/plugins/newrelic-dashboard.yaml +++ b/microsite/data/plugins/newrelic-dashboard.yaml @@ -3,7 +3,7 @@ title: New Relic Dashboard author: '@mufaddal7' authorUrl: https://github.com/mufaddal7 category: Monitoring -description: Easily view your New Relic Dashboards in backstage , creates real-time snapshot of your dashboards +description: Easily view your New Relic Dashboards in Backstage, via real-time snapshots of your dashboards documentation: https://github.com/backstage/backstage/tree/master/plugins/newrelic-dashboard iconUrl: https://newrelic.com/themes/custom/curio/assets/mediakit/NR_logo_Horizontal_Rev.svg npmPackageName: '@backstage/plugin-newrelic-dashboard'