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 and export to honeycomb.io #11

Open
eltonlaw opened this issue May 10, 2023 · 0 comments
Open

Add tracing and export to honeycomb.io #11

eltonlaw opened this issue May 10, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@eltonlaw
Copy link
Owner

eltonlaw commented May 10, 2023

Replace all println's with calls to tracing. Should be mostly drag and drop.

Using println will be tough to work with soon as we start increasing the number of instances that are up at any given time,. Need a place to aggregate all emitted telemetry.

Datadog, newrelic, cloudwatch all work but Honeycomb is nice cause it's free and you can run SQL queries on the emitted data right out of the box

Tasks:

  1. Replace printlns with tracing calls
  2. API token secret needs to be saved somewhere accessible when deploying resources and testing local dev.
  3. Add honeycomb tracing layer as part of tracing init
  4. (optionally) instrument some of the existing functions
@eltonlaw eltonlaw added the good first issue Good for newcomers label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant