sandugood opened a new pull request, #1547:
URL: https://github.com/apache/datafusion-ballista/pull/1547

   # Which issue does this PR close?
   
   <!--
   Targets #1426  in terms of introducing system-wide metrics observing 
mechanism for executor process.
   -->
   
   Closes #.
   
    # Rationale for this change
   <!--
   Current implementation of executor's metrics includes the as_task_status() 
module-wise function, which reports the current status of the task being 
executed on the executor. It would be nice to also include the system-wide 
metrics for each executor, which will be sent to the scheduler on each 
heartbeat.
   -->
   
   # What changes are included in this PR?
   <!--
   1. Added additional enum fields for Metric enum (with .proto implementation)
   2. Implemented get_executor_metrics() function, that is getting called on 
each hearbeat to produce metrics
   3. Refactored minor parts of executor implementation and added docstrings.
   -->
   
   # Are there any user-facing changes?
   <!--
   No
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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