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

Commits on Apr 25, 2024

  1. Feature: make metrics selectable

    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>
    artificial-intelligence committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cbe464e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feature: add toggles to disable various metrics

    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>
    artificial-intelligence committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8f39bac View commit details
    Browse the repository at this point in the history
  2. Revert "Feature: make metrics selectable"

    This reverts commit cbe464e.
    artificial-intelligence committed May 9, 2024
    Configuration menu
    Copy the full SHA
    300cb08 View commit details
    Browse the repository at this point in the history