Disable "Sample" trace type with .NET agent which is installed by UMA
search cancel

Disable "Sample" trace type with .NET agent which is installed by UMA

book

Article ID: 379238

calendar_today

Updated On:

Products

DX Application Performance Management

Issue/Introduction

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.    

Resolution

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>