pyroscope - Performance Profiling
Overview
The pyroscope module provides integration with Pyroscope for production monitoring and performance profiling.
Functions
load()
Load Pyroscope server address and start profiling.
Parameters:
address- Pyroscope server address
Behavior:
- Starts Pyroscope client
- Configures profiling for the application
Example:
Usage Patterns
Application Integration
Production Monitoring
Best Practices
Configuration
Related Documentation
- runtime - Runtime information
- app - Application framework
- API Documentation
- Module Overview