This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Feature/make metrics selectable - #17
Open
artificial-intelligence wants to merge 3 commits into
Open
Conversation
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>
This reverts commit cbe464e.
|
@greenpau any chance for this to be reviewed at some point? as that would solve quite some usecases for us as well :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.