Sample configuration file
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
An example of the configuration file using OpenTelemetry Protocol (OTLP) over gRPC is as
follows:
|
In this configuration file, the following procedures and classes are defined for tracing:
- Procedures:
CustomerValidation.pCustomerNewEntry.p- Any procedure either with a name starting with
Orderor within a directory name starting withOrder
- Classes:
CustomerBE
An example of the configuration file using OTLP over HTTP is as follows:
|
In this configuration file, the following procedures and classes are defined for tracing:
- Procedures:
CustomerValidation.p- Any procedure either with a name starting with
getOrderor within a directory name starting withgetOrder list1.pprocedure within theOrderdirectory
- Classes:
- All methods within all classes under
CustomerBE - All methods with a name starting with
Saleswithin all classes underBusinessEntity
- All methods within all classes under
An example of the configuration file using Ostream, which is useful for testing or debugging, is as follows:
|
In this configuration file, the following procedures and classes are defined for tracing:
- Procedures:
CustomerNewEntry.p- All the procedures specified within the
Salesdirectory - All procedures either within the directory name starting with
Customer/list, or starting withlistunder theCustomerdirectory
- Classes:
- All methods within all classes under
CustomerBE - All methods defined in the
EmployeeDetailsclass withinBusinessEntity - All methods of class names that begin with
InvoiceunderOrder, including any sub-packages starting withOrder.Invoice
- All methods within all classes under