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

ingest: processor stats #34202

Merged
merged 7 commits into from
Oct 20, 2018
Merged

ingest: processor stats #34202

merged 7 commits into from
Oct 20, 2018

Commits on Oct 1, 2018

  1. ingest: per processor stats

    This change introduces stats per processors. Total, time, failed,
    current are currently supported. All pipelines will now show all
    top level processors that belong to it. Failure processors are not
    displayed, however, the time taken to execute the failure chain is part
    of the stats for the top level processor.
    
    The processor name is the type of the processor, ordered as defined in
    the pipeline. If a tag for the processor is found, then the tag is
    appended to the type.
    
    Pipeline processors will have the pipeline name appended to the name of
    the name of the processors (before the tag if one exists). If more
    then one pipeline is used to process the document, then each pipeline
    will carry its own stats. The outer most pipeline will also include the
    inner most pipeline stats.
    
    Conditional processors will only included in the stats if the condition evaluates
    to true.
    jakelandis committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    32291e2 View commit details
    Browse the repository at this point in the history
  2. add missing test

    jakelandis committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3337458 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. cosmetic changes

    jakelandis committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    4588782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2714338 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    8067758 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    34af7e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff98a82 View commit details
    Browse the repository at this point in the history