Hello,
Can I load CounterSetMapping at runtime?
Thanks!
For example, add the configuration at runtime.
<CounterSetMapping
ComputerName="MTTest">
<CounterSetReferences>
<CounterSetReference
CounterSetName="Application"
/>
<CounterSetReference
CounterSetName="Counters"
/>
</CounterSetReferences>
</CounterSetMapping>
or is there a entry point that i can add my code before running load test?