Skip to content

Commit 3458c29

Browse files
BoyangHuangburaizu
andauthored
[openai] Remove references to openai.api.usage metrics (#21696)
* [openai] Remove references to openai.api.usage metrics * Apply suggestions from code review Co-authored-by: Bryce Eadie <[email protected]> * Apply suggestions from code review Co-authored-by: Bryce Eadie <[email protected]> * update costs dashboard * changelog formatting * update dashboard * date format * reverse changelog order --------- Co-authored-by: Bryce Eadie <[email protected]>
1 parent 3a0cd7a commit 3458c29

File tree

7 files changed

+1487
-2056
lines changed

7 files changed

+1487
-2056
lines changed

openai/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# CHANGELOG - OpenAI
22

3+
## 3.0.0 / 2025-10-18
4+
5+
***Removed***:
6+
7+
* Remove support for project-scoped API keys tracking usage metrics.
8+
* Remove OOTB assets like dashboards and monitors related to project-scoped API keys.
9+
10+
## 2.0.0 / 2025-08-26
11+
12+
***Added***:
13+
14+
* Add admin-scoped API key support for usage and cost data ingestion. This ingests data for all projects in the organization if an admin-scoped API is provided.
15+
* Add an OOTB dashboard that leverages new usage metrics provided by admin-scoped API keys.
316

417
## 1.0.0
518

619
***Added***:
720

8-
* Initial release.
21+
* Initial release.

openai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Get cost estimation, prompt and completion sampling, error tracking, performance
1313
<!-- xxx tabs xxx -->
1414
<!-- xxx tab "API Key" xxx -->
1515

16-
**Note**: Providing an admin key only collects `audio_speeches`, `audio_transcriptions`, `code_interpreter_sessions`, `completions`, `embeddings`, `images`, `moderations`, and `vector_stores` metrics. Providing a project key is deprecated, and only collects `openai.api.usage.*` metrics. To collect all metrics provided by this integration, also follow the APM setup instructions.
16+
**Note**: Providing an admin key collects `audio_speeches`, `audio_transcriptions`, `code_interpreter_sessions`, `completions`, `embeddings`, `images`, `moderations`, and `vector_stores` metrics. To collect all metrics provided by this integration, also follow the APM setup instructions.
1717

1818
### Installation
1919

@@ -67,7 +67,7 @@ Datadog's OpenAI integration allows you to collect usage metrics, cost data, and
6767
<!-- xxz tab xxx -->
6868
<!-- xxx tab "Python" xxx -->
6969

70-
**Note**: This setup method does not collect `openai.api.usage.*` metrics. To collect these metrics, also follow the API key setup instructions.
70+
**Note**: This setup method does not collect `audio_speeches`, `audio_transcriptions`, `code_interpreter_sessions`, `completions`, `embeddings`, `images`, `moderations`, and `vector_stores` metrics. To collect these metrics, also follow the API key setup instructions.
7171

7272
### Installation
7373

0 commit comments

Comments
 (0)