From 473cc1ab886978b5ccbe0a9829989749f1ee6f85 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Sun, 19 Dec 2021 16:17:09 +0530 Subject: [PATCH] fixed target URL in API Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/newrelic-dashboard/README.md b/plugins/newrelic-dashboard/README.md index 0ee5ac0196..127dd3ec70 100644 --- a/plugins/newrelic-dashboard/README.md +++ b/plugins/newrelic-dashboard/README.md @@ -19,7 +19,7 @@ To generate a New Relic API Key , you can visit this [link](https://one.newrelic // app-config.yaml proxy: '/newrelic/apm/api': - target: https://api.newrelic.com/v2 + target: https://api.newrelic.com headers: X-Api-Key: ${NEW_RELIC_USER_KEY} ```