Start PAS for OpenEdge agent to enable OpenTelemetry tracing
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To enable OpenTelemetry (OTel) tracing in the PAS for OpenEdge agent, you must specify the
configuration file using the otelConfigFile property in the
openedge.properties file.
An example of how you specify the configuration file using the otelConfigFile
property in the openedge.properties file for a PAS for OpenEdge
agent is as follows:
|
where, myotelConfig.json is the name of the configuration file.
You can add the otelConfigFile property under the
AppServer.SessMgr or
AppServer.SessMgr.APPLICATION section in the
openedge.properties file.
Note: OTel tracing is not enabled in the PAS for OpenEdge agent for
following cases:
- The specified configuration file for the PAS for OpenEdge agent is either missing or inaccessible for READ operations.
- The specified configuration file exists but does not contain valid configuration details.