fixed target URL in API

Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
mufaddal motiwala
2021-12-19 16:17:09 +05:30
parent d4f01b20cd
commit 473cc1ab88
+1 -1
View File
@@ -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}
```