You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're in the process of setting this up and I'm struggling to get back the UserDesktop stats, specifically the ones around PCoIP.
Ideally I'm after the pcoip|round_trip_latency metric, however if I can grab all of the metrics that are under the UserDesktop namespace that would be great.
I seem to already have access to most, it's just the PCoIP ones that seem to be missing at the moment - what do I need to do in order to retrieve them?
The text was updated successfully, but these errors were encountered:
@viennaa - The metrics come from a V4V plugin and are not documented in the current VMWare documentation.
We ended up writing additional get_adapter functions to talk directly to the V4V API running one request for every VM discovered.
We've got a ticket on our backlog to upstream it at some point in the future, however there's a lot of client-specific code in there so it may take a good while to achieve.
Ok, problem is you will not be benefiting from the latest updates we are making. If have an idea how to bring this upstream, feel free to open a PR for discussion.
I just opened #188 to make it a little bit more generic too, but ofc it is hard to tell what other ppl need without knowing.
Hello,
Thanks for a great project.
We're in the process of setting this up and I'm struggling to get back the UserDesktop stats, specifically the ones around PCoIP.
Ideally I'm after the
pcoip|round_trip_latency
metric, however if I can grab all of the metrics that are under theUserDesktop
namespace that would be great.I seem to already have access to most, it's just the PCoIP ones that seem to be missing at the moment - what do I need to do in order to retrieve them?
The text was updated successfully, but these errors were encountered: