Pull Request Event
Description
The events that relate to a Pull Request, such as when a PR is Open, Closed or a review occurs.
Measures
PullRequestEvent.totalEventDuration
Total Event Duration
Total time across events.
PullRequestEvent.avgEventDuration
Avg Event Duration
Average time across events.
PullRequestEvent.minEventDuration
Min Event Duration
Shortest time recorded across events.
PullRequestEvent.maxEventDuration
Max Event Duration
Longest time recorded across events.
PullRequestEvent.eventCount
Event Count
Total number of pull request events.
PullRequestEvent.accEventCount
Acc Event Count
Running total of pull request events over time.
PullRequestEvent.accOpening
Acc Opening
Cumulative count of PRs that were opened (state = 'Open').
PullRequestEvent.accClosing
Acc Closing
Cumulative count of PRs that were closed (state = 'Closed').
PullRequestEvent.active
Active
Number of active PRs, based on difference in sum of open vs closed
Dimensions
PullRequestEvent.timeInterval
Time of Event
Timestamp indicating when the pull request event occurred.
PullRequestEvent.id
Id
PullRequestEvent.event
Event
A label representing the pull request event type.
PullRequestEvent.eventDuration
Event Duration
Duration between the last event and this event.
Connected Cubes
All fields belonging to the following cubes are also reachable from PullRequestEvent:
Last updated