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 Telemetry #296

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

Conversation

TylerPachal
Copy link

@TylerPachal TylerPachal commented Jan 26, 2025

This is a first pass on adding Telemetry, to address this issue: #163

I have only added a few measurements, one example of a "regular" metric and only "polling" metric. Once we are happy with these, we can add measurements in more places.

This PR is partially for getting a conversation going around metrics. But partially also to get something merged in that other people can build on.

end)
end

defp event_name_prefix, do: :event_store
Copy link
Author

Choose a reason for hiding this comment

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

❓ The name of app in the mix.exs file is :eventstore (no underscore). Should the telemetry prefix be the same as that? Or should it be :event_store(with underscore) to match theEventStore` Pascal case naming of the modules?

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