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

vm-image: Expose new LFC working set size metrics #8298

Merged
merged 8 commits into from
Jul 22, 2024
Merged

Commits on Jul 5, 2024

  1. vm-image: Expose new LFC working set size metrics

    In general, rename:
    
    - lfc_approximate_working_set_size to
    - lfc_approximate_working_set_size_seconds
    
    For the "main" metrics that are actually scraped and used internally,
    the old one is just marked as deprecated.
    For the "autoscaling" metrics, we're not currently using the old one, so
    we can get away with just replacing it.
    
    Also, for the user-visible metrics we'll only store & expose a few
    different time windows, to avoid making the UI overly busy or bloating
    our internal metrics storage.
    
    But for the autoscaling-related scraper, we aren't storing the metrics,
    and it's useful to be able to programmatically operate on the trendline
    of how WSS increases (or doesn't!) window size. So there, we can just
    output datapoints for each minute.
    
    Part of neondatabase/autoscaling#872.
    See also #7466.
    sharnoff committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8452edf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. tmp: set neon extension default version to 1.4

    This shouldn't actually be merged as part of this PR. It's just to make
    the images easier to test on staging.
    sharnoff committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    2a72a98 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    99d3362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1127d73 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    2399203 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f0d52 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    19856f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    7ccfda4 View commit details
    Browse the repository at this point in the history