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

Enable OpenTelemetry tracing for all Lambdas except for web app #2675

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lpsinger
Copy link
Member

@lpsinger lpsinger commented Nov 6, 2024

OpenTelemetry aggregates logs across multiple AWS services to form distributed traces.

Enable it for all Lambdas except for the one that powers our web app, because the OpenTelemetry layer increases cold-start time.

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 6.21%. Comparing base (7cdf161) to head (070aec4).

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2675   +/-   ##
=====================================
  Coverage   6.21%   6.21%           
=====================================
  Files        167     167           
  Lines       4231    4231           
  Branches     467     467           
=====================================
  Hits         263     263           
  Misses      3966    3966           
  Partials       2       2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

OpenTelemetry aggregates logs across multiple AWS services to form
distributed traces.

Enable it for all Lambdas except for the one that powers our web
app, because the OpenTelemetry layer increases cold-start time.
@lpsinger lpsinger marked this pull request as draft November 6, 2024 04:13
@lpsinger
Copy link
Member Author

lpsinger commented Nov 7, 2024

The UX of AWS X-Ray is so terrible that I'm not sure that this is all that useful without a third-party OTEL collector and trace visualizer.

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.

1 participant