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 coprocessor metrics #3483

Merged
merged 5 commits into from
Jul 24, 2023
Merged

Add coprocessor metrics #3483

merged 5 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. Add coprocessor metrics

    Introduces a new metric for the router:
    
    ```
    apollo.router.operations.coprocessor
    ```
    
    It has two attributes:
    
    ```
    coprocessor.stage: string (RouterRequest, RouterResponse, SubgraphRequest, SubgraphResponse)
    coprocessor.succeeded: bool
    ```
    
    fixes: apollographql/router-private#177
    garypen committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    059143f View commit details
    Browse the repository at this point in the history
  2. add changeset

    garypen committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6500fb7 View commit details
    Browse the repository at this point in the history
  3. document new metric

    garypen committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c95cc0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8ca22 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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