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

ui: take non-negative derivative of full scan chart #118787

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. ui: take non-negative derivative of full scan chart

    The full scan metric was previously being displayed as a count using a
    downsampling max aggregation function. This commit changes the full
    scans graph in the sql dashboard to show the non-negative derivative
    of the metric since this chart is more useful when displayed as a rate.
    
    Epic: none
    Fixes: cockroachdb#118535
    
    Release note (ui change): The `Full Table/Index Scans` chart in the sql
    metrics dashboard now shows the non-negative derivative of the number of
    full scans tracked.
    xinhaoz committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d95fb57 View commit details
    Browse the repository at this point in the history