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 marker metadata feature #215

Open
tenderlove opened this issue Jul 12, 2023 · 1 comment
Open

Add marker metadata feature #215

tenderlove opened this issue Jul 12, 2023 · 1 comment
Assignees

Comments

@tenderlove
Copy link
Collaborator

We'd like to be able to log metadata along with profiles, for example "a request to X controller and Y action is starting now". I think this can be accomplished via "markers" that are available in Gecko profiles.

This is related to #203 and #194

@tenderlove tenderlove self-assigned this Jul 12, 2023
@dalehamel
Copy link

along with the gecko marker support, it would be nice to take advantage of gecko's concept of "threads" to model ruby thread or fiber IDs / names. I had implemented such support in #203, which this issue now supersedes. I was reading this value each time a sample was captured though, and I don't think it quite makes sense to model this as a "marker" per se, but that might depend on the implementation you have in mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants