Probe configuration

Deploy probes in your OutSystems code to get the data points

Get IPA probes into your application flows

You want to get the timestamps of when the code passes through some process steps in you code, right?

Nothing simpler to do, just select the IPAProbe inside the IPA module in Service Studio and put them in your code:

1920

Probe fields

In each probe you use, there are 2 parameters to configure:

  • Action, takes a String and will represent the name of this data point (make it unique);
  • SetTransaction, allowing you to explicitly tell IPA that when your process session passes through this probe it should start or end an IPA Transaction.
1918