Performance and Scalability
- Last Updated: September 9, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
OpenEdge provides performance-tracing support for OpenEdge applications in OpenTelemetry (OTel) standard. Now, developers can choose their Application Performance Monitoring (APM) tools such as Dynatrace, Instana, Elastic, NewRelic, and so on that support OTel standards. They can effectively monitor and tune the performance of their business applications and avoid outages, without making any changes to the ABL code.
This section details the performance and scalability features introduced in the
OpenEdge 12.8 LTS release.
- Open Telemetry (OTel)OTel provides businesses with visibility into ABL-specific code bottlenecks and ability to analyze trace data without changing the code. These features result in better insights into OpenEdge applications, optimal performance for both the OpenEdge database and PAS for OpenEdge servers, and prevention of business application outages. OTel allows debugging multiple concurrent or related requests using the ABL HTTP Client, enhancing troubleshooting capabilities.
- Miscellaneous