You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Peter Bacsko (Jira)" <ji...@apache.org> on 2022/02/22 11:03:00 UTC

[jira] [Resolved] (YUNIKORN-1051) Collect Go runtime metrics

     [ 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: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org