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

Split metrics on last client write #116

Merged
merged 5 commits into from
Jun 4, 2020
Merged

Split metrics on last client write #116

merged 5 commits into from
Jun 4, 2020

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    537e5e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b287eab View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    57f2bbe View commit details
    Browse the repository at this point in the history
  2. Better recording of virtual network relevance time

    Record virtual network relevance time in a more precise way:
    
    1. When doing a sync with pre-existing network interfaces at start
    up, correctly pick the earliest relevance time rather than the one
    associated to the first local attachment to be processed.
    
    2. Add a prometheus gauge to track the delay of the recorded
    relevance time wrt the real relevance time.
    
    3. Log a warning when a relevance delay is detected.
    matte21 committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    dbd4bdb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Various improvements suggested in code review

    Follows a list of changes.
    
    Rename: "creat" -> "create".
    
    Access to Prometheus histograms and counters: from "With(...)" ->
    "WithLabelValues(...)".
    
    Refactorings to streamline code and reduce duplication.
    
    Better wording of comments on Prometheus metrics.
    
    Enforce consistent pass order of related function parameters.
    
    Print VNI consistently in hex in logs and error messages.
    
    Get rid of uninteresting Prometheus metrics.
    matte21 committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    52413b4 View commit details
    Browse the repository at this point in the history