3.13.9 — 2025-10-15¶
← 3.13.10 | 3.13.8 → | ↑ 3.x series
Improved¶
Elastic APM Client Initialization¶
- Enhanced Client Reuse - Improved Elastic APM client initialization to prevent duplicate client creation
- Updated tracing decorators to use
elasticapm.get_client()before creating new clients - Applied same pattern to gRPC server interceptors (both sync and async)
- Prevents potential memory leaks and improves performance by reusing existing clients
- Maintains backward compatibility while optimizing resource usage
- Updated tracing decorators to use