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 tracing API #5

Draft
wants to merge 21 commits into
base: add-logger
Choose a base branch
from
Draft

Add tracing API #5

wants to merge 21 commits into from

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
1 participant