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
Readd the API Key installation instructions (#18106)
* Readd the API Key installation instructions
* Remove links inside tabs
* Apply suggestions from code review
Co-authored-by: May Lee <may.lee@datadoghq.com>
---------
Co-authored-by: May Lee <may.lee@datadoghq.com>
Copy file name to clipboardExpand all lines: openai/README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,19 @@ Validate that the APM Node.js library can communicate with your Agent by examini
198
198
<!-- xxz tab xxx -->
199
199
<!-- xxx tab "API Key" xxx -->
200
200
201
+
**Note**: This setup method only collects `openai.api.usage.*` metrics. To collect all metrics provided by this integration, also follow the APM setup instructions.
202
+
203
+
### Installation
204
+
205
+
1. Login to your [OpenAI Account][10].
206
+
2. Navigate to **View API Keys** under account settings.
207
+
3. Click **Create a new secret key**.
208
+
4. Copy the created API Key to your clipboard.
209
+
210
+
### Configuration
211
+
1. Navigate to the configuration tab inside Datadog [OpenAI integration tile][11].
212
+
2. Enter an account name and OpenAI API key copied above in the accounts configuration.
0 commit comments