You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
@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.
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
The text was updated successfully, but these errors were encountered: