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

Add Mattermost debug data gathering #1071

Merged
merged 3 commits into from
Sep 9, 2024
Merged

Add Mattermost debug data gathering #1071

merged 3 commits into from
Sep 9, 2024

Conversation

gabrieljackson
Copy link
Contributor

This is initial work to allow for obtaining pprof information from a given Mattermost deployment. The heap and goroutine performance profiles can now be obtained in a zip file for all pods in a cluster installation. The zip is processed on the server and then sent to the cloud client to be reviewed.

Fixes https://mattermost.atlassian.net/browse/CLD-7704

Add Mattermost debug data gathering

This is initial work to allow for obtaining pprof information from
a given Mattermost deployment. The heap and goroutine performance
profiles can now be obtained in a zip file for all pods in a
cluster installation. The zip is processed on the server and then
sent to the cloud client to be reviewed.
@mm-cloud-bot mm-cloud-bot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Sep 4, 2024
@gabrieljackson gabrieljackson added 2: Dev Review Requires review by a developer 2: Infra Review Requires review by a SRE kind/feature Categorizes issue or PR as related to a new feature. labels Sep 4, 2024
@gabrieljackson gabrieljackson marked this pull request as ready for review September 4, 2024 13:08
Copy link
Contributor

@nickmisasi nickmisasi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

internal/api/cluster_installation.go Show resolved Hide resolved
@gabrieljackson gabrieljackson merged commit 4cd8481 into master Sep 9, 2024
5 checks passed
@gabrieljackson gabrieljackson deleted the pprofs branch September 9, 2024 14:36
@gabrieljackson gabrieljackson added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a developer 2: Infra Review Requires review by a SRE labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request kind/feature Categorizes issue or PR as related to a new feature. release-note Denotes a PR that will be considered when it comes time to generate release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants