Container CPU requests and limits explained with GOMAXPROCS tuning

(victoriametrics.com)

5 points | by valyala 7 days ago ago

2 comments

  • andrewfromx 7 days ago

    This was fantastic find. I've added:

    container_cpu_usage_seconds_total: total CPU time used

    container_cpu_cfs_throttled_periods_total: how often a container gets throttled

    To our Datadog Charts. And I'm adding

    import _ "go.uber.org/automaxprocs"

    right now.

  • 7 days ago
    [deleted]