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

Handle duplicate Aggregators and log instrument conflicts #3251

Merged
merged 29 commits into from Oct 11, 2022

Commits on Sep 29, 2022

  1. Add the cache type

    MrAlias committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bc44d82 View commit details
    Browse the repository at this point in the history
  2. Add cache unit tests

    MrAlias committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    29ea02d View commit details
    Browse the repository at this point in the history
  3. Test cache concurrency

    MrAlias committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    87324d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Add the instrumentCache

    MrAlias committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    010b999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8889f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ae7fa View commit details
    Browse the repository at this point in the history
  4. Fix aggregatorCache* docs

    MrAlias committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c7d8d2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45ac559 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0acf9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cec45a View commit details
    Browse the repository at this point in the history
  8. Rename to not shadow imports

    MrAlias committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    cae41cc View commit details
    Browse the repository at this point in the history
  9. Add changes to changelog

    MrAlias committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1514d9d View commit details
    Browse the repository at this point in the history
  10. Fix changelog English

    MrAlias committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    52e6508 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

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

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    ab1ee04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41328c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f83658 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    MrAlias committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    71c19e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    2bb7517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edaf70a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a453ab7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update sdk/metric/internal/aggregator.go

    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    MrAlias and Aneurysm9 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    cc91e8a View commit details
    Browse the repository at this point in the history
  2. Update sdk/metric/instrument.go

    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    MrAlias and Aneurysm9 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5832c56 View commit details
    Browse the repository at this point in the history
  3. Update sdk/metric/instrument.go

    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    MrAlias and Aneurysm9 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7096a68 View commit details
    Browse the repository at this point in the history
  4. Update sdk/metric/internal/aggregator_test.go

    Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
    MrAlias and Aneurysm9 committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    32f47bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d90819f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    8b0ac23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b876373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b913d7a View commit details
    Browse the repository at this point in the history