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 metrics #419

Merged
merged 2 commits into from
May 27, 2024
Merged

feat: add metrics #419

merged 2 commits into from
May 27, 2024

Conversation

leanmendoza
Copy link
Collaborator

No description provided.

Copy link
Member

@kuruk-mm kuruk-mm left a comment

Choose a reason for hiding this comment

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

Code looks great! Let me know if you want an extra test, or we can test in a release

};

#[derive(GodotClass)]
#[class(base=Node)]
Copy link
Member

Choose a reason for hiding this comment

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

It could be an Object / RefCounted.

We are using this pattern a lot, adding it as a child of the Root Node, but there is no need for Global classes like this.

Copy link
Collaborator Author

@leanmendoza leanmendoza May 26, 2024

Choose a reason for hiding this comment

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

Maybe we can move to a only RefCounted pattern, in this I added because the needs of having an implementation of process function (and ready as well, the timer)

@leanmendoza leanmendoza merged commit adc86ff into main May 27, 2024
3 checks passed
@leanmendoza leanmendoza deleted the feat/metrics branch May 27, 2024 12:09
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.

2 participants