eschutho opened a new pull request, #36227:
URL: https://github.com/apache/superset/pull/36227

   ### SUMMARY
   
   Refactored report execution logging to focus exclusively on timing metrics 
and execution tracking. This change removes verbose contextual information 
(chart_id, dashboard_id, window_size, webdriver type) and streamlines logs to 
show only:
   - Elapsed time for each operation
   - Execution ID for tracking
   
   **What you'll see in the logs:**
   - `Screenshot capture took 3.45s - execution_id: abc123`
   - `CSV data generation took 1.23s - execution_id: abc123`
   - `DataFrame generation took 2.67s - execution_id: abc123`
   - `Report execution completed in 8.92s - execution_id: abc123`
   
   This provides clean performance metrics to identify:
   - Page load time (screenshot capture)
   - Data fetch time (CSV/DataFrame generation)
   - Overall execution time
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   N/A - Logging changes only
   
   ### TESTING INSTRUCTIONS
   
   1. Run a report or alert execution
   2. Check the logs for timing information
   3. Verify logs show elapsed time and execution_id without extra context
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to