Skip to content

Commit

Permalink
Update metric to check for openai web usage (#15959)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlaverdiere authored Nov 10, 2023
1 parent e002859 commit 9487da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openai/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"metrics": {
"prefix": "openai.",
"check": "openai.request.duration",
"check": ["openai.request.duration", "openai.api.usage.n_requests"],
"metadata_path": "metadata.csv"
},
"service_checks": {
Expand Down

0 comments on commit 9487da0

Please sign in to comment.