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

Cpu & memory usage fixes #946

Merged
merged 14 commits into from
Jul 25, 2024
Merged

Cpu & memory usage fixes #946

merged 14 commits into from
Jul 25, 2024

Conversation

abhaysood
Copy link
Contributor

@abhaysood abhaysood commented Jul 25, 2024

  • Replace interval_config with interval to avoid confusion that it's a config value.
  • Add logic to calculate percentage CPU usage on SDK.
  • Use percentage_usage from CPUUsage in session replay.
  • Update session data with dummy CPU usage to not break sessionator.
  • Update docs with schema changes.
  • Ingest few new sessions with real CPU usage data.

fixes: #945

Copy link

vercel bot commented Jul 25, 2024

@abhaysood is attempting to deploy a commit to the measure Team on Vercel.

To accomplish this, @abhaysood needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

@abhaysood abhaysood changed the title Cpu memory usage fixes Cpu & memory usage fixes Jul 25, 2024
@abhaysood abhaysood force-pushed the cpu-memory-usage-fixes branch from 8dc9df4 to b7e0396 Compare July 25, 2024 07:30
@abhaysood abhaysood requested a review from detj July 25, 2024 08:24
@abhaysood abhaysood self-assigned this Jul 25, 2024
@abhaysood abhaysood requested a review from detj July 25, 2024 09:01
@abhaysood abhaysood merged commit 92af105 into main Jul 25, 2024
5 of 11 checks passed
@abhaysood abhaysood deleted the cpu-memory-usage-fixes branch August 6, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix CPU & Memory usage usage interval calculation, calculate CPU usage percentage on SDK
2 participants