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

Instrument with swift-distributed-tracing, and otel-tracer to report into aws-otel #185

Open
ktoso opened this issue Feb 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ktoso
Copy link
Contributor

ktoso commented Feb 15, 2021

AWS launched https://aws-otel.github.io

so they have a collector available now that accepts otel.

We have the following pieces ready:

Otel just hit 1.0 recently as well.

by using these to revive the instrumentation effort of lambda here things work well.

We should:

  • bump dist-tracing otel support to 1.0 and tag it
  • instrument lambda
  • perhaps import or use the otel tracer in here
    • consider going through sswg first

cc @slashmo

@ktoso
Copy link
Contributor Author

ktoso commented Feb 15, 2021

We can ofc allow plugging in a different tracer, if say someone wanted to plug in the previously developed XRay one.

It seems though shipping with an "enabled by default" very minimal otel one could be an idea worth trying out. It should be pretty light on the dependencies and bin size.

@sebsto sebsto added the enhancement New feature or request label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants