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 back the otlpmetricgrpc exporter #3094

Merged
merged 31 commits into from
Sep 2, 2022

Commits on Aug 12, 2022

  1. Add otlpmetric package doc

    MrAlias committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8c828e6 View commit details
    Browse the repository at this point in the history
  2. Add Client interface

    MrAlias committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    65e1c94 View commit details
    Browse the repository at this point in the history
  3. Add the Exporter

    Have the Exporter ensure synchronous access to all client methods.
    MrAlias committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    5bfc408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92aa3b5 View commit details
    Browse the repository at this point in the history
  5. Expand New godocs

    MrAlias committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    023ed33 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    MrAlias committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    cefa7ab View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    1c37b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    678dec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feb64ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a317300 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    c155d36 View commit details
    Browse the repository at this point in the history
  2. Update client

    Add ForceFlush method to satisfy otlpmetric.Client, unexport Start, and
    restructure NewClient to return a started client.
    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d571105 View commit details
    Browse the repository at this point in the history
  3. Update otlpmetricgrpc New functions

    Remove NewUnstarted and only export New.
    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7f9ad79 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded client sync

    The exporter handle the synchronization of client method calls.
    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d4867c2 View commit details
    Browse the repository at this point in the history
  5. Update example_test.go

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    4ed8042 View commit details
    Browse the repository at this point in the history
  6. Update client_unit_test.go

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0a0f666 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d74b2a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b156a20 View commit details
    Browse the repository at this point in the history
  9. Add package doc

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    02bb515 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    547567b View commit details
    Browse the repository at this point in the history
  11. Unexport NewClient

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6c5413c View commit details
    Browse the repository at this point in the history
  12. Correct option documentation

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    19385bd View commit details
    Browse the repository at this point in the history
  13. Add env config documentation

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a32ac76 View commit details
    Browse the repository at this point in the history
  14. go mod tidy

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cdeabd4 View commit details
    Browse the repository at this point in the history
  15. Restrict build to Go 1.18

    MrAlias committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f139838 View commit details
    Browse the repository at this point in the history
  16. Update client.go

    Fix copied UploadMetrics documentation.
    MrAlias authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    617b2f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    59f8043 View commit details
    Browse the repository at this point in the history
  2. Run make

    MrAlias committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    213d734 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 1, 2022

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

Commits on Sep 2, 2022

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