prom-bitbucket-exporter
prom-bitbucket-exporter copied to clipboard
New Metrics
I would like to expose those metrics:
- pull requests created time per repository and the labels of it can be: pull request name, commit id, author, message, repository, user, state (confirmed or not etc ..), beach from, beach to; The value should be the the time passed since the pull request created.
- Last branch commit time and labels can be: beach, repository, author..
- Number of commits per repository.
- Total Size of repository
- Number of clones per repository (ever)
- Last pushed to master per repository , labels: commit, author, repository,
Thanks !!
- Done
@AndreyVMarkelov Regarding your comment "4. Done", can you help me which metric in the Prometheus endpoint is showing "Total Size of repository" because I am not able to see any metric with that metric. Thanks for the plugin development, turned out to be really useful :+1:
- Now there is counter for clone events
@AndreyVMarkelov Can you add metrics like how long did it take to clone particular repository. Thanks for your precious time.
I could be off here as this is not my area but I've seen a screenshot from someone showing fetch
, shallow clone
, and push
events in addition to the clone
event. Can those be added in the same fashion as the clone
metrics?