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

chore: bump k8s deps to v1.26.4 #1254

Merged
merged 7 commits into from
May 19, 2023

Commits on May 18, 2023

  1. chore: update otel to v0.38.1 and update metrics

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    04ee479 View commit details
    Browse the repository at this point in the history
  2. drop the total_ prefix from the metric name

    For prometheus counters, by default they're appending _total if it's
    monotonic counter. Removing the total_ prefix as it's redundant in the
    name (xref: open-telemetry/opentelemetry-go#3360).
    This is a breaking change.
    
    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7a5520f View commit details
    Browse the repository at this point in the history
  3. chore: bump k8s deps to v1.26.4

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1c5f353 View commit details
    Browse the repository at this point in the history
  4. skip lint for atomic writer files

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    b9cc278 View commit details
    Browse the repository at this point in the history
  5. update histogram boundaries

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    43c2d38 View commit details
    Browse the repository at this point in the history
  6. collect metrics as part of CI

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    52fcfae View commit details
    Browse the repository at this point in the history
  7. validate metrics as part of e2e

    Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
    aramase committed May 18, 2023
    Configuration menu
    Copy the full SHA
    836b1c4 View commit details
    Browse the repository at this point in the history