Version 3.7.0
The developments of PerfOps One suite, of which this plugin is a part, is now sponsored by Hosterra.
Hosterra is a web hosting company I founded in late 2022 whose purpose is to propose web services operating in a European data center that is water and energy efficient and ensures a first step towards GDPR compliance.
This sponsoring is a way to keep PerfOps One plugins suite free, open source and independent.
Added
- Compatibility with WordPress 6.2.
- It's now possible to define failsafe loggers right in the
wp-config.php
file (thanks to Jan Thiel). - Jaeger and Zipkin traces loggers now support SpanKind feature (thanks to YR Chen).
- It's now possible to add a custom service name for tracers using Jaeger thrift over HTTP format.
- New option to not report non-existent metrics.
Changed
- Upgraded Monolog library from version 2.8.0 to version 2.9.1.
- Improved browser logger for events.
- Fixed tags are now passed as global tags when tracing with Jaeger logger (thanks to YR Chen).
- Great resources improvement for WordPress installs where there's no monitoring needed (thanks to Jan Thiel).
- Improved loading by removing unneeded jQuery references in public rendering (thanks to Kishorchand).
Fixed
- Some weird processes can try to delete null attachments, and it produces PHP warning (thanks to Axel Ducoron).
- In some edge-cases, detecting IP may produce PHP deprecation warnings (thanks to YR Chen).
- Some strings should not be translatable (thanks to Laurent Millet).