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

[MM-61122] Add diagnostics data to the Support Packet #904

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

hanzei
Copy link
Contributor

@hanzei hanzei commented Nov 11, 2024

Summary

When a Support Packet gets generated, the plugin now includes diagnostics data via a diagnostics.yaml file into the Packet.

Example content of com.mattermost.calls/diagnostics.yaml:

version: 1.2.0+b5a4211
total_calls: 1
total_active_calls: 1
total_active_sessions: 2
avg_duration: 51
avg_participants: 2

Requires mattermost/mattermost#28833 on the server side.

See https://mattermost.atlassian.net/wiki/spaces/CLOUD/pages/3083108354/Diagnostics+data+from+Core+Plugins+to+the+Support+Packet for more context.

Ticket Link

https://mattermost.atlassian.net/browse/MM-61122

@hanzei hanzei added the 2: Dev Review Requires review by a core committer label Nov 11, 2024
Copy link
Collaborator

@streamer45 streamer45 left a comment

Choose a reason for hiding this comment

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

Thanks @hanzei . A couple of comments below.

server/support_packet.go Outdated Show resolved Hide resolved
server/support_packet.go Outdated Show resolved Hide resolved
@streamer45 streamer45 added this to the v1.4.0 / MM v10.4 milestone Nov 20, 2024
Copy link
Collaborator

@streamer45 streamer45 left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

@hanzei hanzei added the 2: QA Review Requires review by a QA tester label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a core committer 2: QA Review Requires review by a QA tester
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants