You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Since #415 landed, the agent logs show trace-related messages like created span... even when tracing is not enabled.
This is technically correct, but confusing to users: when tracing is disabled, trace spans are still created - but the tracer used is a NOP. Therefore, the agent should only display the message when tracing is explicitly enabled.