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 exporter library #11

Merged
merged 4 commits into from
Feb 16, 2024
Merged

Add exporter library #11

merged 4 commits into from
Feb 16, 2024

Commits on Feb 13, 2024

  1. Add exporter library

    Problem:
    We need a library to send product telemetry data as OTel
    to a remote endpoint.
    
    Solution:
    - Add library to pkg/telemetry folder
    - Add .gitignore
    - Add Makefile with go-related targets.
    
    Testing:
    - Unit test
    - Manual testing with OTel collector
      https://opentelemetry.io/docs/collector/
    pleshakov committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1e435e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Update go version

    pleshakov committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b5ef928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab62b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3418fd View commit details
    Browse the repository at this point in the history