fix: 키 상세의 모델 행도 금액 기준으로 가른다 - #117
Merged
Merged
Conversation
The key screen drew a model as one row with an amount beside the whole request count, and that amount covered only the requests a provider had priced. Eighteen of eighty-seven, said as "87회 · $0.079494". The platform breakdown already splits the same model into the part with an amount and the part without, so the same fact read two ways depending on which screen was open, and the screen that said less was the one that invited the wrong reading. The five fields the platform row carries now travel on the key row as well. This side reads raw events rather than the rollup, so they are filters rather than columns and there is no migration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 작업내용
LlmKeyModelUsage에 가격이 붙은 입력 토큰과 출력 토큰, 두 평균 응답, 실패 수 추가⭐️ 검증
mvn clean test1343건 통과, 실패와 오류 0💬 리뷰 포인트