Files
backstage/.changeset/old-falcons-jump.md
T
2020-10-14 18:10:45 +02:00

463 B

@backstage/plugin-newrelic
@backstage/plugin-newrelic
minor

The New Relic plugin now uses the Backstage proxy to communicate with New Relic's API.

Please update your app-config.yaml as follows:

# Old Config
newrelic:
  api:
    baseUrl: 'https://api.newrelic.com/v2'
    key: NEW_RELIC_REST_API_KEY
# New Config
proxy:
  '/newrelic/apm/api':
    target: https://api.newrelic.com/v2
    headers:
      X-Api-Key:
        $env: NEW_RELIC_REST_API_KEY