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

Add statistics to query_range and instant_query API. #1615

Merged
merged 16 commits into from
Feb 4, 2020

Commits on Jan 28, 2020

  1. Refactor stats package to use proto.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    cfa8503 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Merge statistics in the frontend.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fec8b36 View commit details
    Browse the repository at this point in the history
  2. Improve engine logging.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    2170929 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Fixes GRPC by rolling back

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3ab590b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    6a2b377 View commit details
    Browse the repository at this point in the history
  2. Add a test to verify stats in the LogQL engine.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    b14fe60 View commit details
    Browse the repository at this point in the history
  3. Set circle ci build image to 0.9.1 which contains protobuf regression

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    326eb2e View commit details
    Browse the repository at this point in the history
  4. Fix drone CI.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    cf28e00 View commit details
    Browse the repository at this point in the history
  5. Change timing data from nanoseconds to seconds like Prometheus.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    9a5ee56 View commit details
    Browse the repository at this point in the history
  6. Improve naming of stats

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    ecfe3c8 View commit details
    Browse the repository at this point in the history
  7. Move stats property under data property like Prometheus.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    26286f9 View commit details
    Browse the repository at this point in the history
  8. Adjust queryrange frontend to use the new stats property

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f6d2b84 View commit details
    Browse the repository at this point in the history
  9. Cleanup unused structs.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    6931600 View commit details
    Browse the repository at this point in the history
  10. Add documentation for stats API.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    5514497 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Format proto file.

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    5451fc0 View commit details
    Browse the repository at this point in the history
  2. Adds missing godoc on logql.Result

    Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
    cyriltovena committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    a884e03 View commit details
    Browse the repository at this point in the history