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

push timestamps #18

Open
drdam02 opened this issue Mar 4, 2019 · 3 comments
Open

push timestamps #18

drdam02 opened this issue Mar 4, 2019 · 3 comments
Assignees

Comments

@drdam02
Copy link

drdam02 commented Mar 4, 2019

It would be nice to have the individual pushes to the repo and the timestamp of the push. This allows for annotations in Grafana based on this push information.
Now we only have a count of all the pushes per person, per repo

@AndreyVMarkelov
Copy link
Owner

@drdam02 Could you clarify please?

@AndreyVMarkelov AndreyVMarkelov self-assigned this Sep 11, 2019
@drdam02
Copy link
Author

drdam02 commented Sep 11, 2019

for the moment you only have the accumulated counter of the number of pushes towards a specific repo. There is no metric collected for each individual push (who did the push, when, commit hash, ...) If you want to use this exporter for monitoring, it might come in handy to scan through all individual pushes of a specfic repo. you could also use it to enhance your monitoring and add correlations between events, a specific push might break something

@mattrussi
Copy link

@drdam02 , you would likely want to use a tool such as Elasticsearch for logging those particular events. Prometheus, and thus this exporter for Prometheus, is geared around higher level metrics.

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

No branches or pull requests

3 participants