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

metrics: measure context transfers for local source operations #2235

Merged
merged 1 commit into from
Feb 23, 2024

Commits on Feb 21, 2024

  1. metrics: measure context transfers for local source operations

    Measure the transfer size and duration of context transfers for various
    categories of local source transfers from the progress stream that's
    returned during the build.
    
    Local source transfers are split into one of four categories:
    * context
    * dockerfile
    * dockerignore
    * namedcontext
    
    Named contexts that are different names will be categorized under the
    same metric.
    
    Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
    jsternberg committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    97052cf View commit details
    Browse the repository at this point in the history