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
According to #38625 (comment), management.tracing.enabled is used to disable tracing only in tests currently, If we want to dynamic disable tracing entirely we have to exclude AutoConfiguration by spring.autoconfigure.exclude, That's not handy especially for profile combination.