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

Logs SDK prototype #4955

Closed
wants to merge 60 commits into from
Closed

Commits on Feb 21, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    8afcfee View commit details
    Browse the repository at this point in the history
  2. Add some boilerplate

    pellared committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5b446fc View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    pellared committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    91b39de View commit details
    Browse the repository at this point in the history
  4. Update to go 1.21

    pellared committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    9ea3658 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

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

Commits on Mar 6, 2024

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

    pellared committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c6ae341 View commit details
    Browse the repository at this point in the history
  3. Design sketch

    pellared committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dc30575 View commit details
    Browse the repository at this point in the history
  4. Add attr limit

    pellared committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fc65ef8 View commit details
    Browse the repository at this point in the history
  5. Add BatchingOptions

    pellared committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    65429b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Refactor

    pellared committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9b922c8 View commit details
    Browse the repository at this point in the history
  2. Document Batcher

    pellared committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    77d0f32 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    pellared committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3a85f3c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c47bbda View commit details
    Browse the repository at this point in the history
  3. Refine exporter docs

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d3c396a View commit details
    Browse the repository at this point in the history
  4. Add Record.Clone

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4d34145 View commit details
    Browse the repository at this point in the history
  5. Record.AddAttributes

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    dbc78c0 View commit details
    Browse the repository at this point in the history
  6. SetAttributes clones

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c6ad6a2 View commit details
    Browse the repository at this point in the history
  7. Variadic

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f69c386 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3be268 View commit details
    Browse the repository at this point in the history
  9. Implement batcher

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    611797c View commit details
    Browse the repository at this point in the history
  10. Fix batcher

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    be3d092 View commit details
    Browse the repository at this point in the history
  11. Implement Record.Clone

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cc9b3cb View commit details
    Browse the repository at this point in the history
  12. Refactor batcher

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f955348 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bc671fd View commit details
    Browse the repository at this point in the history
  14. Implement logger

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    66feb90 View commit details
    Browse the repository at this point in the history
  15. Logger to handle error

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5bc8f32 View commit details
    Browse the repository at this point in the history
  16. typo

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fb09dd8 View commit details
    Browse the repository at this point in the history
  17. Fix provider

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eb95ec4 View commit details
    Browse the repository at this point in the history
  18. Add benchmarks

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a66cf0b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f89d751 View commit details
    Browse the repository at this point in the history
  20. Fix benchmarks

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e31804f View commit details
    Browse the repository at this point in the history
  21. Add comments

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f4f3f8a View commit details
    Browse the repository at this point in the history
  22. Update tests and comment

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c492a16 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a406e94 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d73beb5 View commit details
    Browse the repository at this point in the history
  25. Update exporter docs

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    410f8fe View commit details
    Browse the repository at this point in the history
  26. Add exporter as processor

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bbd5ab8 View commit details
    Browse the repository at this point in the history
  27. Add TestZeroAllocsNoSpan

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9b96da8 View commit details
    Browse the repository at this point in the history
  28. Fix timestampDecorator

    pellared committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fd7e57b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    29c90a0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2f3b8a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

    pellared committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8b70d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    876ddd6 View commit details
    Browse the repository at this point in the history
  4. Update provider.go

    pellared authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dcf13a2 View commit details
    Browse the repository at this point in the history
  5. Update provider.go

    pellared authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8b9a458 View commit details
    Browse the repository at this point in the history
  6. Update simple.go

    pellared authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    849a2a0 View commit details
    Browse the repository at this point in the history
  7. Update simple.go

    pellared authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1589b56 View commit details
    Browse the repository at this point in the history
  8. Update exporter.go

    pellared authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ed357ac View commit details
    Browse the repository at this point in the history
  9. Update batch.go

    pellared authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1e0a06a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    c5d7dbb View commit details
    Browse the repository at this point in the history
  2. Update Go doc comments

    pellared committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    91e9bd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    462d361 View commit details
    Browse the repository at this point in the history
  4. Update context.go

    pellared authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4ae4301 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c6dc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91e97cb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Fix env var precedence

    pellared committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    79ffb2d View commit details
    Browse the repository at this point in the history