Estimate key performance indicators
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Although native metrics export is not yet available, you can still approximate critical key
performance indicators (KPIs) by analyzing server logs. These manual methods provide
insight into tool usage, error trends, and performance characteristics until built-in
observability features are introduced. Some of the manual methods include:
-
Tool invocation rate—Count log lines containing the
Invoking toolpattern. -
Error ratio—Compare the number of
4xxand5xxstatus lines against total tool invocations. -
Latency—If timing middleware is enabled, parse timing records from logs to estimate response times.