-
Notifications
You must be signed in to change notification settings - Fork 428
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
Add erlang doctor #4248
Conversation
elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 71f9e9e small_tests_25 / small_tests / 71f9e9e small_tests_26 / small_tests / 71f9e9e small_tests_26_arm64 / small_tests / 71f9e9e ldap_mnesia_26 / ldap_mnesia / 71f9e9e ldap_mnesia_25 / ldap_mnesia / 71f9e9e dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 71f9e9e dynamic_domains_mysql_redis_26 / mysql_redis / 71f9e9e dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 71f9e9e internal_mnesia_26 / internal_mnesia / 71f9e9e dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 71f9e9e pgsql_mnesia_25 / pgsql_mnesia / 71f9e9e pgsql_cets_26 / pgsql_cets / 71f9e9e mysql_redis_26 / mysql_redis / 71f9e9e pgsql_mnesia_26 / pgsql_mnesia / 71f9e9e mssql_mnesia_26 / odbc_mssql_mnesia / 71f9e9e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
There was a problem hiding this 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 ;)
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:
prod
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.