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

Email reaction #4

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Email reaction #4

wants to merge 4 commits into from

Conversation

nordfjord
Copy link
Owner

@nordfjord nordfjord commented Jul 16, 2023

From the umpteenth draft of that blog post I've promised to write eventually.

listener.ShouldListenTo <- fun source -> source.Name = "Equinox"
listener.ActivityStopped <- fun span ->
match span.DisplayName with
| "TrySync" ->
Copy link
Owner Author

@nordfjord nordfjord Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution: Do not use in production. Just ship the spans via open telemetry where you would otherwise ship your logs. This is here because I have different preferences for what I want to see on my console. E.g. I want to see which stream is being written to which doesn't exist in the default log format. Good news is you can derive logs from traces so that's not a problem 🎉

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