You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**Select Region**: Choose your New Relic region (US or EU)
27
-
2.**Get API Key**: In New Relic, go to Account Settings > API Keys
28
-
3.**Create API Key**: Click "Create API key" and give it a name
29
-
4.**Copy API Key**: Copy the generated API key (you won't be able to see it again)
30
-
5.**Paste API Key**: Paste the API key in the field below
27
+
2.**Provide API Keys**: You can provide one or both keys depending on which components you need.
31
28
32
-
## Usage
29
+
## API Keys
33
30
34
-
-**Report Metric**: Use this action to send custom telemetry (Gauge, Count, Summary) to New Relic.
35
-
-**Run NRQL Query**: Use this action to fetch data from New Relic for decision making or reporting.
31
+
New Relic uses two different types of API keys for different purposes:
36
32
37
-
## Note
33
+
-**User API Key** (starts with NRAK-): Required for **Run NRQL Query** and **On Issue** trigger. Get it from New Relic > Account Settings > API Keys > Create User Key.
34
+
-**License Key** (Ingest - License): Required for **Report Metric** action. Get it from New Relic > Account Settings > API Keys > Create Ingest License Key.
38
35
39
-
The **Report Metric** action requires a **License Key** (Ingest - License) or an **API Key** (User) with ingest permissions.
40
-
If you use a User API Key, it must have the necessary permissions. A License Key is generally recommended for metric ingestion.
41
-
The **Run NRQL Query** action requires a **User API Key** (NRAK-) with query permissions.
36
+
You may provide both keys to enable all components, or just the key(s) for the components you need.
42
37
43
38
<aid="on-issue"></a>
44
39
@@ -77,16 +72,12 @@ This trigger generates a webhook URL. You must configure a **Workflow** in New R
0 commit comments