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

remove csv file write #484

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

annapendleton
Copy link
Collaborator

@annapendleton annapendleton commented Mar 28, 2024

custom_messages has bug that causes locust worker restarts. locustio/locust#2608

We rely on custom messages for our custom metrics csv file periodic writes.

Since we've added in exporting the custom metrics to prometheus, I don't think we need the csv file write. The locust runner includes these metrics in its final report. And metrics are viewable via custom dashboards in cloud monitoring.

Rather than trying to make the heartbeat work, I think we should remove the csv file support and migrate to improving the total report that includes locust and GPU metrics as well.

This change also enables custom metrics for all workloads.

@annapendleton annapendleton merged commit 3a23680 into GoogleCloudPlatform:main Apr 1, 2024
4 checks passed
@annapendleton annapendleton deleted the remove-csv branch April 2, 2024 21:25
kfswain pushed a commit that referenced this pull request Apr 15, 2024
remove csv file write. custom_messages has bug that causes locust worker restarts
leroyjb pushed a commit to leroyjb/ai-on-gke that referenced this pull request Jan 24, 2025
remove csv file write. custom_messages has bug that causes locust worker restarts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants