Skip to content
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

[serve] Add telemetry for lightweight config updates #34039

Merged
merged 3 commits into from
Apr 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improve comments
Signed-off-by: Cindy Zhang <[email protected]>
  • Loading branch information
zcin committed Apr 4, 2023
commit ee490a0a8ad642258b69800dede920025ebe19ec
6 changes: 3 additions & 3 deletions src/ray/protobuf/usage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ enum TagKey {
SERVE_REST_API_VERSION = 13;
// The number of serve apps running in the cluster as a string.
SERVE_NUM_APPS = 14;
// Whether num replicas changed
// Whether num_replicas changed as a lightweight config update
SERVE_NUM_REPLICAS_UPDATED = 15;
// Whether user config changed
// Whether user_config changed as a lightweight config update
SERVE_USER_CONFIG_UPDATED = 16;
// Whether autoscaling config changed
// Whether autoscaling_config changed as a lightweight config update
SERVE_AUTOSCALING_CONFIG_UPDATED = 17;

// Ray Core State API
Expand Down