[ 
https://issues.apache.org/jira/browse/YUNIKORN-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Bacsko resolved YUNIKORN-1051.
------------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

> Collect Go runtime metrics
> --------------------------
>
>                 Key: YUNIKORN-1051
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1051
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>          Components: metrics
>            Reporter: Peter Bacsko
>            Assignee: Peter Bacsko
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>
> Exposing Go runtime metrics is extremely useful to enhance supportability and 
> it makes it easier to reason about the performance of YK (memory usage, GC 
> usage, etc).
> Possible approaches:
> * Use direct Go API calls to {{ReadMemStats()}} [1] and {{ReadGCStats()}} [2]
> * Use the more generics metrics under {{runtime/metrics}} [3]
> * Combination of these
> [1] https://pkg.go.dev/runtime#ReadMemStats
> [2] https://pkg.go.dev/runtime/debug#ReadGCStats
> [3] https://pkg.go.dev/runtime/metrics



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to