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

[Logs UI] Logs overview queries for the observability dashboard #70413

Merged
merged 16 commits into from
Jul 3, 2020

Commits on Jul 1, 2020

  1. Tweak the typing of the fetcher functions

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0685b41 View commit details
    Browse the repository at this point in the history
  2. Extract mocked stats and series

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    6209620 View commit details
    Browse the repository at this point in the history
  3. Pass arguments to fetchLogsOverview

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    bd39e10 View commit details
    Browse the repository at this point in the history
  4. Query data plugin and get the required aggregations

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    69abef1 View commit details
    Browse the repository at this point in the history
  5. Process aggregations into a consumable format

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    8261fa4 View commit details
    Browse the repository at this point in the history
  6. Extract query parts onto builder functions

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    62884e0 View commit details
    Browse the repository at this point in the history
  7. Perform hasData check

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    92607df View commit details
    Browse the repository at this point in the history
  8. Fetch metadata from the source configuration

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f6215c0 View commit details
    Browse the repository at this point in the history
  9. Use source status API to check for data presence

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    966a7e7 View commit details
    Browse the repository at this point in the history
  10. Extract default sourceId to a constant

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    2b10df8 View commit details
    Browse the repository at this point in the history
  11. Extract DEFAULT_SOURCE_ID constant to a shared location

    Alejandro Fernández Gómez committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0dfddfd View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Add test for hasData

    Alejandro Fernández Gómez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    865942e View commit details
    Browse the repository at this point in the history
  2. Normalize values

    The graphs need to show the log rate per minute instead of the log
    count. This commit adds two helper functions to normalize those values.
    Alejandro Fernández Gómez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    929afde View commit details
    Browse the repository at this point in the history
  3. Pass application path

    Alejandro Fernández Gómez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    2ec953f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into 68531-logs-overview-queries

    Alejandro Fernández Gómez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    f07a384 View commit details
    Browse the repository at this point in the history
  5. Fix types after merge from master

    Alejandro Fernández Gómez committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    c2d130c View commit details
    Browse the repository at this point in the history