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

Expose ExchangeSource metrics in query json #22722

Merged
merged 3 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. Introduce pipeline level metrics in OperatorStats

    Allow setting pipeline level metrics in PipelineContext.
    Metrics are keyed on operartor id and will be part of OperatorStats in
    query JSON.
    The usecase is to track metrics for entities which are operator specific
    but shared between operators in given pipeline.
    losipiuk committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    39794f4 View commit details
    Browse the repository at this point in the history
  2. Expose metrics from ExchangeDataSource

    Expose metrics from ExchangeDataSource and pass those externally as
    metrics of ExchangeOperator
    losipiuk committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    912a1ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f03537 View commit details
    Browse the repository at this point in the history