-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve Tags #29
Comments
Tags should be returned to influx dd. |
So, i have a problem because no tags even with influxdb
how can i verify in the code ?
|
I updated tags management yesterday. |
Hi,
Good News
Is it a special configuration to retrieve tags ?
De : Blomart Cédric [mailto:notifications@github.com]
Envoyé : lundi 9 juillet 2018 16:46
À : cblomart/vsphere-graphite <vsphere-graphite@noreply.github.com>
Cc : DELBOT Alain <alain.delbot@laposte.fr>; Author <author@noreply.github.com>
Objet : Re: [cblomart/vsphere-graphite] Retrieve Tags (#29)
I updated tags management yesterday.
It is not yet released but should be testable in a manual build or via docker (tag = short commit number)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#29 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AF5FTEf373x476vGxiqhkXwW52aZpicwks5uE2zDgaJpZM4TyQw4>.
Post-scriptum La Poste
Ce message est confidentiel. Sous reserve de tout accord conclu par ecrit entre vous et La Poste, son contenu ne represente en aucun cas un engagement de la part de La Poste. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee prealablement. Si vous n'etes pas destinataire de ce message, merci d'en avertir immediatement l'expediteur.
|
There is no special configuration to retrieve tags. Tags were simply not properly added to the collected metrics. |
i test with the v0.6 tag.
Is it ok ?
…________________________________
From: Blomart Cédric <notifications@github.com>
Sent: Monday, July 9, 2018 8:17:46 PM
To: cblomart/vsphere-graphite
Cc: DELBOT Alain; Author
Subject: Re: [cblomart/vsphere-graphite] Retrieve Tags (#29)
There is no special configuration to retrieve tags. Tags were simply not properly added to the collected metrics.
As indicated it should be resolved in the last commits.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#29 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AF5FTNsHkFsYi_97T6FDu5l85PGYqH50ks5uE55KgaJpZM4TyQw4>.
Post-scriptum La Poste
Ce message est confidentiel. Sous reserve de tout accord conclu par ecrit entre vous et La Poste, son contenu ne represente en aucun cas un engagement de la part de La Poste. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee prealablement. Si vous n'etes pas destinataire de ce message, merci d'en avertir immediatement l'expediteur.
|
i made a release v0.6a that corrects tags retrieval. |
Great
I’ll test tomorrow and feed back
Ps : Vive la France Cédric
…________________________________
From: Blomart Cédric <notifications@github.com>
Sent: Tuesday, July 10, 2018 7:11:34 PM
To: cblomart/vsphere-graphite
Cc: DELBOT Alain; Author
Subject: Re: [cblomart/vsphere-graphite] Retrieve Tags (#29)
i made a release v0.6a that corrects tags retrieval.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#29 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AF5FTPSaM5azKLZK_F84G8RkxJmC8zW9ks5uFOBGgaJpZM4TyQw4>.
Post-scriptum La Poste
Ce message est confidentiel. Sous reserve de tout accord conclu par ecrit entre vous et La Poste, son contenu ne represente en aucun cas un engagement de la part de La Poste. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee prealablement. Si vous n'etes pas destinataire de ce message, merci d'en avertir immediatement l'expediteur.
|
It does not seem to work. All virtualmachine have tags and category. govc_linux_amd64 tags.association.ls -json /XP/vm/MGMT/WAA/WEYA0130 => Can I do something to help you? |
I collect tags found in the webservice sdk. These looks different than the tags shown in the vsphere interface. After looking up, it seems that these are not available by webservice but with rest services. |
govmomi 0.19.0 has been updated with better rest tags support. @cblomart Perhaps this will make things easier? vmware/govmomi#1206 |
@cblomart what are your thoughts about incorporating this other rest client to return the tags? It would be great to be able to graph a running cost for certain VM’s based on their tags. You’re already collecting the numcpu, memory and disk capacity. One then need only determine ones cost per core, 1GB RAM & 1GB disk to be able to graph some cost show back calculations. |
Different things to look at... there is already the tags. I were looking at custom attributes and there are also the tags of the inventory...
Envoyé de mon iPhone
… Le 28 janv. 2019 à 07:59, Gregory May ***@***.***> a écrit :
@cblomart what are your thoughts about incorporating this other rest client to return the tags? It would be great to be able to graph a running cost for certain VM’s based on their tags.
You’re already collecting the numcpu, memory and disk capacity. One then need only determine ones cost per core, 1GB RAM & 1GB disk to be able to graph some cost show back calculations.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think the Tags of the inventory are different from the vSphere Tag Categories and associated Tag values available through the REST client. From what I’ve understood the custom attributes is being depreciated in place of vSphere Tags. Having these tags would add another dimension to the reports and bring a lot of value. |
I will merge #60 in this issue as so we have an argument in the issue: tags vs. custom attributes. As pointed out metric beat (elastic) support custom attributes and not tag... I would like to close some of the other issues before sorting this out (clean branches and base the code on latest changes) |
Hi, yes, metricbeat is limited to Custom Attributes. vSphere Tags is what is really needed. |
vsphere tags and custom attributes (both) are very useful. Example : My vm myvm shows these attached tags and the following custom attributes
In the vsphere-graphite.json
With UseTags: false With UseTags: true So, vsphere-tags and/or vsphere-attrs properties should be implemented in other backends ... |
Hi,
Is it possible to retrieve tags on virtualmachine ?
The text was updated successfully, but these errors were encountered: