Skip to content

Update OpenAI::Client cost tracking to include feature category

George Koltsov requested to merge georgekoltsov/update-openai-cost-tracking into master

What does this MR do and why?

This MR addresses additional feedback raise in !118925 (comment 1372532439) by adding feature_category information. It also updates item value which previously included model information, but it's now removed, in order to reduce metric cardinality and only have 2 values: prompt & completion.

Mentions https://gitlab.com/gitlab-org/gitlab/-/issues/407334

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by George Koltsov

Merge request reports