-
Notifications
You must be signed in to change notification settings - Fork 17
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
[FR] Add interface "name" to labels? #3
Comments
@emiljoensson , yes. It is done in this fashion. It uses https://github.com/greenpau/ovsdb/blob/c930a97327ebc4d887a94c58822da0baab57b734/transact.go#L58-L88 |
Added interface name label to each metric related to the interface
Added interface name label to each metric related to the interface
Hi, I was using this exporter quite successfully, so thanks for your work! |
Is it possible to have labels, such as ovs_interface_tx_packets, to also include the "name" and not just "uuid"?
Reason is that uuid may change at any time (e.g KVM VM is edited/redefined), but the name can be used as unique and persistent identifier.
Just to be clear, with name I mean this field:
ovs-vsctl -- --columns=name,_uuid list Interface
Thank you!!
The text was updated successfully, but these errors were encountered: