Skip to content
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

Feature/make metrics selectable #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

artificial-intelligence
Copy link

I'll try to patch ovsdb as well to make this truly configurable (don't know if it's possible though, as I don't know much about the internal structure of the different DBs).
Currently this patch doesn't do that much.

ovn-exporter might not be installed on the
same host as openvswitch, or might not have necessary
acccess permissions, e.g. when deployed containerized.

Thus make it possible to disable the collection
of certain metrics via command line flags.

Signed-off-by: Sven Kieske <kieske@osism.tech>
this is only partly working because ovsdb.Client
currently is tightly coupled, making connections
to NB, SB and ovs everytime.

Related: greenpau#9

Signed-off-by: Sven Kieske <kieske@osism.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant