Skip to content

Conversation

@plantfansam
Copy link
Owner

@plantfansam plantfansam commented Feb 9, 2023

This PR adds the full tracing API (ish, might have missed some stuff). It is meant to be purely additive — the new files should not impact existing users in any way, yet. This is mostly to keep this from being a huge PR that breaks everything. When there was a file that already existed in the SDK that I thought should belong in the API (e.g. span kind), I have duplicated that file and made any necessary changes to match the specification:

  • baggage.lua
  • context.lua
  • event.lua
  • id_generator.lua
  • span_context.lua
  • span_kind.lua
  • span_status.lua
  • tracestate.lua
  • utils.lua

Once the PR is merged, we can iteratively delete the files from the existing SDK to prefer the packages in the API, adjusting them as necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants