Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readd the API Key installation instructions #18106

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,19 @@ Validate that the APM Node.js library can communicate with your Agent by examini
<!-- xxz tab xxx -->
<!-- xxx tab "API Key" xxx -->

**Note**: This setup method only collects `openai.api.usage.*` metrics. To collect all metrics provided by this integration, also follow the APM setup instructions.

### Installation

1. Login to your [OpenAI Account][10].
2. Navigate to **View API Keys** under account settings.
3. Click **Create a new secret key**.
4. Copy the created API Key to your clipboard.

### Configuration
1. Navigate to the configuration tab inside Datadog [OpenAI integration tile][11].
2. Enter an account name and OpenAI API key copied above in the accounts configuration.

<!-- xxz tab xxx -->
<!-- xxz tabs xxx -->

Expand Down
Loading