Rocket.Chat icon indicating copy to clipboard operation
Rocket.Chat copied to clipboard

chore: Log apps runtime data on SIGUSR2

Open d-gubert opened this issue 1 year ago • 3 comments

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

d-gubert avatar Jun 25 '24 23:06 d-gubert

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

dionisio-bot[bot] avatar Jun 25 '24 23:06 dionisio-bot[bot]

⚠️ No Changeset found

Latest commit: 91a2d1891102d8680acecf0204640d519639cb3a

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

changeset-bot[bot] avatar Jun 25 '24 23:06 changeset-bot[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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.

codecov[bot] avatar Jun 25 '24 23:06 codecov[bot]

This needs to be better planned and structured

d-gubert avatar Jul 18 '24 14:07 d-gubert