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

Tweak debug message about missing instrumentation #1538

Merged

Conversation

ivoanjo
Copy link
Member

@ivoanjo ivoanjo commented Jun 3, 2021

A customer was a bit misled by seeing this message in their logs (e.g. it led them to believe CPU time profiling was not working).

This debug message is still useful for our own debugging so I've left it, but I've reworded it to clarify that seeing this message is mostly harmless.

A customer was a bit misled by seeing this message in their logs
(e.g. it led them to believe CPU time profiling was not working).

This debug message is still useful for our own debugging so I've left
it, but I've reworded it to clarify that seeing this message is mostly
harmless.
@ivoanjo ivoanjo requested a review from a team June 3, 2021 09:16
@codecov-commenter
Copy link

Codecov Report

Merging #1538 (7d6439f) into master (0be885d) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1538      +/-   ##
==========================================
- Coverage   98.23%   98.23%   -0.01%     
==========================================
  Files         877      877              
  Lines       42269    42267       -2     
==========================================
- Hits        41524    41522       -2     
  Misses        745      745              
Impacted Files Coverage Δ
lib/ddtrace/profiling/collectors/stack.rb 98.96% <100.00%> (ø)
spec/ddtrace/profiling/collectors/stack_spec.rb 99.11% <100.00%> (ø)
spec/ddtrace/profiling/integration_spec.rb 94.63% <0.00%> (-0.08%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0be885d...7d6439f. Read the comment docs.

Copy link
Contributor

@ericmustin ericmustin left a comment

Choose a reason for hiding this comment

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

I think this is much clearer 😄

@ivoanjo ivoanjo merged commit 6f005d8 into master Jun 3, 2021
@ivoanjo ivoanjo deleted the ivoanjo/tweak-debug-message-about-missing-instrumentation branch June 3, 2021 13:59
@github-actions github-actions bot added this to the 0.50.0 milestone Jun 3, 2021
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.

3 participants