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

[DRAFT] [DO NOT MERGE] [IGNORE] IPA metrics #1278

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. Add ipa-metrics crate

    akoshelev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2ccab97 View commit details
    Browse the repository at this point in the history
  2. Labels and rudimental macro

    akoshelev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6ccf901 View commit details
    Browse the repository at this point in the history
  3. merge

    akoshelev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0ed9f21 View commit details
    Browse the repository at this point in the history
  4. Counter value

    akoshelev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b9e3298 View commit details
    Browse the repository at this point in the history
  5. Collector and context

    akoshelev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d4e9485 View commit details
    Browse the repository at this point in the history
  6. Partitioning

    akoshelev committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4573205 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Using ipa-metrics in IPA revealed API issues.

    This commit fixes some of them
    akoshelev committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3489800 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Clone for metrics store

    akoshelev committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    78910bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff5ed5 View commit details
    Browse the repository at this point in the history
  3. Flush metrics on span exit

    This is wasteful, but is required for tests only
    akoshelev committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a54e0dd View commit details
    Browse the repository at this point in the history
  4. Migrate IPA to ipa_metrics crate

    This is an umbrella commit that will contain the migration logic
    akoshelev committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f48436e View commit details
    Browse the repository at this point in the history