is there a limit on VMs we can pass for perfManager.SampleByName to get VM metrics #3285
Unanswered
palemmahesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get VM metrics of multiple VMs at a time using below api.
result, err := perfManager.SampleByName(ctx, spec, finalNames, vmrefs)
Is there a limit on how many refs I can pass in vmrefs for the above api to get multiple vm metrics at a time?
Beta Was this translation helpful? Give feedback.
All reactions