Disabling "Sample" type traces with .NET agent.
.NET agent is deployed by UMA via autoattach feature in open shift cluster.
Would like to know how to configure UMA deployment where the .NET agent "Sample" type traces are disabled after the .NET agent install.
annotate .NET Application POD/deployment.
For openshift:
oc annotate pod <.NET POD name> ca.broadcom.com/autoattach.net.agent.overrides=introscope.agent.transactiontracer.sampling.enabled=false -n <.NET POD namespace>