-
Notifications
You must be signed in to change notification settings - Fork 763
Rename -stats to -count for internal routes for clarity #5353
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
Merged
Conversation
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
Member
Author
|
This one conflicts so will do later |
GabrielBianconi
previously approved these changes
Dec 21, 2025
3a0b4d3 to
cf849e8
Compare
Member
Author
|
fixed merge conflicts |
Member
Author
|
/merge-queue |
Contributor
|
🚀 Merge queue workflow triggered! View the run: https://github.com/tensorzero/tensorzero/actions/runs/20441633256 |
cf849e8 to
faa63f2
Compare
Merge activity
|
faa63f2 to
c3ae88f
Compare
50cd499 to
1e68be1
Compare
1e68be1 to
dbc7866
Compare
GabrielBianconi
approved these changes
Dec 23, 2025
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.
Renames some routes that only return count information from
-statsto-count, so it's more clear when the routs actually return statistics about e.g. metrics.Cleanup only.
Important
Renamed internal routes and related code from
-statsto-countfor clarity and consistency across the codebase.-statsto-countininternal.rs.get_inference_count_handlerandget_inference_with_feedback_count_handler.inference_count.rsto reflect-countinstead of-stats.get_inference_count()andget_inference_with_feedback_count().InferenceStats*toInferenceCount*ininference_count.rs.tensorzero.tsandinference.server.ts.inference_count_queries.rsandinference_count.rs.This description was created by
for dbc7866. You can customize this summary. It will automatically update as commits are pushed.