To set up tracing in an ABL client and a PAS for OpenEdge agent simultaneously, perform the following steps:

  1. Download an OpenTelemetry (OTel) Collector.
  2. Set up the OTel Collector with the required configuration.

    For more information, see OpenTelemetry documentation.

  3. Start the OTel Collector with the required configuration.

    For more information, see OpenTelemetry documentation.

  4. Configure the OpenEdge configuration file.

    For more information, see OpenEdge configuration file. For the sample configuration file, see Sample configuration file.

  5. Start the ABL client using the -otelconfig <configuration file name> startup parameter, along with other startup parameters to enable tracing.
  6. Specify the otelConfigFile=<configuration file name> property in the openedge.properties file and start the PAS for OpenEdge agent to enable tracing.