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

Update openai overview and metadata for web integration #15350

Merged
merged 8 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from 7 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
6 changes: 5 additions & 1 deletion openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Get cost estimation, prompt and completion sampling, error tracking, performance metrics, and more out of [OpenAI][1] Python and Node.js library requests using Datadog metrics, APM, and logs.
Get cost estimation, prompt and completion sampling, error tracking, performance metrics, and more out of [OpenAI][1] account-level, Python, and Node.js library requests using Datadog metrics, APM, and logs.

## Setup

Expand All @@ -12,6 +12,10 @@ Get cost estimation, prompt and completion sampling, error tracking, performance

### Installation

<!-- NOTE: This section is overwritten by the OpenAI configuration component exported in -->
<!-- web-ui. Make sure to update the markdown / code there to see any changes take -->
<!-- effect on the tile. -->

1. Enable APM and StatsD in your Datadog Agent. For example, in Docker:

```shell
Expand Down
Loading