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 support of instruments in configuration for telemetry #4771

Merged
merged 30 commits into from Apr 2, 2024
Merged

Commits on Feb 9, 2024

  1. wip

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a049747 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. standard subgraph instruments

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6913b16 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. wip

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    224352b View commit details
    Browse the repository at this point in the history
  2. add support of histogram

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    40e60b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. add support of supergraph and subgraph

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4b0df6a View commit details
    Browse the repository at this point in the history
  2. add support of condition

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d896e29 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. add exist condition

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d7ae2f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. add test for instruments

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    215cd19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e0bb1 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    360f1e8 View commit details
    Browse the repository at this point in the history
  4. refactor

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c727277 View commit details
    Browse the repository at this point in the history
  5. switch from LinkedList to Vec as the performance gain was not that bi…

    …g and with custom instruments it will be more compliant to use Vec for attributes
    
    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0f50dd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. wrap selectors into an Arc

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a15279b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d90a79 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 15, 2024

  1. fix a bug with views

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7258849 View commit details
    Browse the repository at this point in the history
  2. update docs

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    1e366f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. add metrics

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    83bb542 View commit details
    Browse the repository at this point in the history
  2. add unit test for router instrument

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    28e9063 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. add unit test for supergraph instruments

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    52dde11 View commit details
    Browse the repository at this point in the history
  2. add support of default_attribute_requirement_level

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b536a07 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. update metrics snapshot

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3a449f5 View commit details
    Browse the repository at this point in the history
  2. fix tests and docs

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d9bc51f View commit details
    Browse the repository at this point in the history
  3. changelog

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c79f6be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a1bf08 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix requirement_level configuration

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1b4f369 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3b0559f View commit details
    Browse the repository at this point in the history
  3. update snapshot

    Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
    bnjjj committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    82b5215 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update .changesets/feat_bnjjj_feat_4319.md

    Co-authored-by: Gary Pennington <gary@apollographql.com>
    bnjjj and garypen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ed41bfb View commit details
    Browse the repository at this point in the history