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

[HCP Observability] OTELExporter #17128

Merged
merged 20 commits into from
May 12, 2023
Merged

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    e4f0761 View commit details
    Browse the repository at this point in the history
  2. run go mod tidy

    Achooo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8bbc289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6182b4 View commit details
    Browse the repository at this point in the history
  4. Address PR feedback

    Achooo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    009f08e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41ba7ee View commit details
    Browse the repository at this point in the history
  6. run go mod tidy

    Achooo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8fd34e4 View commit details
    Browse the repository at this point in the history
  7. Create new OTELExporter which uses the MetricsClient

    Add transform because the conversion is in an /internal package
    Achooo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    894cef4 View commit details
    Browse the repository at this point in the history
  8. Fix lint error

    Achooo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b50057c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c01542 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da20fe3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    749b1c8 View commit details
    Browse the repository at this point in the history
  12. Fix imports

    Achooo committed May 8, 2023
    Configuration menu
    Copy the full SHA
    383b366 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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

Commits on May 10, 2023

  1. Fix tests by asserting actual error for context cancellation, fix par…

    …allel, and make mock more versatile
    Achooo committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5564bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424a065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    470a11d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be0b01b View commit details
    Browse the repository at this point in the history
  5. Add a general isEmpty method

    Achooo committed May 10, 2023
    Configuration menu
    Copy the full SHA
    325bb4d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Add clear error types

    Achooo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a0352ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d356f6 View commit details
    Browse the repository at this point in the history