-
Notifications
You must be signed in to change notification settings - Fork 24
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
monitoring activity with specific p4 repo path or IP? #69
Comments
The biggest challenge here is the definition of a project or path or set of paths of interest, and how to keep it up-to-date. |
Note that IP means the source IP for user commands as found in server log. |
In the simplest case, could we gather metrics grouped by local depot (port) and some pattern of paths (maybe first few folders deep)? What would that look like for the quickest and dirtiest implementation? Example, depot port 1909 has the following hierarchy:
There could be hundreds of subpaths below those three, but is there a way to sum them under each of those 3? And any paths with activity that don't fall under those folders just get ignored or counted under "other"? Then our metrics for sum of all submit activity would be the following groups:
|
So is there no way to track metrics for a fixed or regex local depot path? |
@rcowham just curious if you give a basic example for how to count metrics for p4 commands run a specific, hard-coded (or aybe regex) local depot path? |
The readme lists "ip" monitors. What IP are those in reference to?
Is there any suggestions for how this tool can be used to track submit, etc activity for a specific p4 path? I would like to know how frequently engineers are making changes to specific projects, similar to Github's "pulse": https://github.com/perforce/p4prometheus/pulse
This helps track when work is winding down and a release may be ready.
Any suggestions?
The text was updated successfully, but these errors were encountered: