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

chore: Log apps runtime data on SIGUSR2 #32677

Closed
wants to merge 1 commit into from

Conversation

d-gubert
Copy link
Member

@d-gubert d-gubert commented Jun 25, 2024

Proposed changes (including videos or screenshots)

Install a handler for the SIGUSR2 os signal that prints debug data to the stdout

After the server is fully up and running, you can use kill -s SIGUSR2 [pid] or kill -12 [pid] for the server to print the information

Issue(s)

Steps to test or reproduce

Further comments

Copy link
Contributor

dionisio-bot bot commented Jun 25, 2024

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label
  • This PR is missing the required milestone or project

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented Jun 25, 2024

⚠️ No Changeset found

Latest commit: 91a2d18

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (release-6.10.0@a9f8c8e). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##             release-6.10.0   #32677   +/-   ##
=================================================
  Coverage                  ?   56.68%           
=================================================
  Files                     ?     2499           
  Lines                     ?    55407           
  Branches                  ?    11461           
=================================================
  Hits                      ?    31410           
  Misses                    ?    21290           
  Partials                  ?     2707           
Flag Coverage Δ
e2e 56.42% <ø> (?)
e2e-api 41.35% <ø> (?)
unit 71.85% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@d-gubert d-gubert changed the title chore: Endpoint to visualize deno memory chore: Endpoint to visualize deno memory stats Jun 26, 2024
@d-gubert d-gubert changed the title chore: Endpoint to visualize deno memory stats chore: Log apps runtime data on SIGUSR2 Jun 27, 2024
@d-gubert d-gubert force-pushed the chore/visualize-deno-memory branch from 34daf97 to 8bf2f21 Compare June 28, 2024 21:22
@d-gubert d-gubert changed the base branch from develop to release-6.10.0 June 28, 2024 21:22
@d-gubert d-gubert force-pushed the chore/visualize-deno-memory branch from 8bf2f21 to 91a2d18 Compare June 28, 2024 22:12
Base automatically changed from release-6.10.0 to master July 10, 2024 02:05
@d-gubert
Copy link
Member Author

This needs to be better planned and structured

@d-gubert d-gubert closed this Jul 18, 2024
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.

1 participant