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

feat: add example implementation of OpenTelemetry SDK #10

Open
getlarge opened this issue Dec 17, 2023 · 1 comment
Open

feat: add example implementation of OpenTelemetry SDK #10

getlarge opened this issue Dec 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@getlarge
Copy link
Owner

On the backend apps, create a tracing module imported before everything else in main.
Init OTel SDK with instrumentations library for the following modules:

  • Net
  • HTTP
  • Fastify (if exists?)
  • MongoDB
  • BullMQ
  • AMQP lib

Create a service in docker.compose with Jaeger to export traces to.

@getlarge getlarge added the enhancement New feature or request label Dec 17, 2023
@getlarge
Copy link
Owner Author

getlarge commented Feb 6, 2024

depends on #19 to use opentelemetry-instrumentation-bullmq

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

1 participant