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

Emit metrics for Actor reminder and timer #6032

Closed
artursouza opened this issue Mar 7, 2023 · 3 comments · Fixed by #6255 or #6287
Closed

Emit metrics for Actor reminder and timer #6032

artursouza opened this issue Mar 7, 2023 · 3 comments · Fixed by #6255 or #6287
Assignees
Milestone

Comments

@artursouza
Copy link
Member

In what area(s)?

/area runtime

/area operator

/area placement

/area docs

/area test-and-release

Describe the feature

Emit metrics for Actor reminder and timer being registered, deleted and fired

Release Note

RELEASE NOTE:

@filintod
Copy link
Contributor

filintod commented Apr 18, 2023

@artursouza do we need one metric for number of creates and one for number of deletes? or just a metric with total number is fine (going up and down)? Meaning do we need to add 3 metrics (total, delete/create and fire) for reminders and timers or just 2 (total and fired) is enough?

@filintod
Copy link
Contributor

/assign

@artursouza
Copy link
Member Author

@artursouza do we need one metric for number of creates and one for number of deletes? or just a metric with total number is fine (going up and down)? Meaning do we need to add 3 metrics (total, delete/create and fire) for reminders and timers or just 2 (total and fired) is enough?

I am inclined to just have total and fired.

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