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

Chart aggregate and discrete session usage #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrewhamon
Copy link

Currently, CurrentSessions is completely ignored. This makes it hard to measure overall utilization.

This PR adds two new metrics:

passenger.process.sessions - the number of sessions for a discrete process

passenger.sessions.total - the sum of sessions for the entire host

I'm not sure both are strictly necessary, but I am trying to match the existing metrics as closely as possible.

@andrewhamon andrewhamon force-pushed the add-session-metrics branch from 04c2842 to 6f00f0b Compare June 13, 2023 23:59
Currently, CurrentSessions is completely ignored. This makes it hard to
measure overall utilization.

This PR adds two new metrics:

passenger.process.sessions - the number of sessions for a discrete
process

passenger.sessions.total - the sum of sessions for the entire host

I'm not sure both are strictly necessary, but I am trying to match the
existing metrics as closely as possible.
@andrewhamon andrewhamon force-pushed the add-session-metrics branch from 6f00f0b to 9dbc8af Compare June 14, 2023 00:14
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