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 erlang doctor #4248

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Add erlang doctor #4248

merged 2 commits into from
Mar 21, 2024

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented Mar 20, 2024

Add https://github.com/chrzaszcz/erlang_doctor for convenience, so we don't need to load it every time we use it.

Default trace table limits:

  • 1000 for prod
  • 100 000 for dev nodes.

After the number of collected traces reaches the limit, tracing is stopped, and the table doesn't grow anymore.

The recommended way to start the tool is tr:start(). Useful snippets will be added in a separate PR.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Mar 20, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 71f9e9e
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 71f9e9e
Reports root / small


small_tests_26 / small_tests / 71f9e9e
Reports root / small


small_tests_26_arm64 / small_tests / 71f9e9e
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 71f9e9e
Reports root/ big
OK: 2284 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 71f9e9e
Reports root/ big
OK: 2284 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 71f9e9e
Reports root/ big
OK: 4539 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 71f9e9e
Reports root/ big
OK: 4506 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 71f9e9e
Reports root/ big
OK: 4539 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 71f9e9e
Reports root/ big
OK: 2424 / Failed: 0 / User-skipped: 755 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 71f9e9e
Reports root/ big
OK: 4536 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 71f9e9e
Reports root/ big
OK: 4928 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 71f9e9e
Reports root/ big
OK: 4454 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 71f9e9e
Reports root/ big
OK: 4907 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 71f9e9e
Reports root/ big
OK: 4928 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 71f9e9e
Reports root/ big
OK: 4925 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.40%. Comparing base (45a989a) to head (71f9e9e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4248      +/-   ##
==========================================
- Coverage   84.41%   84.40%   -0.01%     
==========================================
  Files         552      552              
  Lines       33549    33549              
==========================================
- Hits        28321    28318       -3     
- Misses       5228     5231       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrzaszcz chrzaszcz marked this pull request as ready for review March 21, 2024 07:46
Copy link
Contributor

@JanuszJakubiec JanuszJakubiec left a comment

Choose a reason for hiding this comment

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

Looks good. Thank you for the changes ;)

@JanuszJakubiec JanuszJakubiec merged commit 0273b50 into master Mar 21, 2024
4 checks passed
@JanuszJakubiec JanuszJakubiec deleted the add-erlang-doctor branch March 21, 2024 08:47
@jacekwegr jacekwegr added this to the 6.2.1 milestone Apr 3, 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.

None yet

4 participants