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 repositories metering API 7.x #62088

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Commits on Sep 8, 2020

  1. Add repositories metering API

    This pull request adds a new set of APIs that allows tracking the number of requests performed
    by the different registered repositories.
    
    In order to avoid losing data, the repository statistics are archived after the repository is closed for
    a configurable retention period `repositories.stats.archive.retention_period`. The API exposes the
    statistics for the active repositories as well as the modified/closed repositories.
    
    Backport of elastic#60371
    fcofdez committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0b8ebeb View commit details
    Browse the repository at this point in the history