New Relic — server agents
newrelic/agent · version 1
envs add newrelic/agent
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
NEW_RELIC_LICENSE_KEY |
required | secret | New Relic says to treat keys like passwords, since someone holding this one can send arbitrary data to your account. Documented as forty hex characters, but no pattern is declared because newer keys do not all take that form.. where to get it |
NRIA_LICENSE_KEY |
optional | secret | The same credential under the name the infrastructure agent reads, which prefixes its configuration keys with NRIA_.. where to get it |
NEW_RELIC_API_KEY |
optional | secret | A user key for NerdGraph and the REST API. New Relic says someone holding one can view your data and change things. The browser agent's key is not here: it is pasted into a page snippet, not read from the environment.. where to get it |