Work Item Epic Service Ping metrics

What does this MR do and why?

This adds a few more metrics to the service ping for work item epics. We want them to check if the syncing works on self managed instances.

We're looking at two associations for now:

  1. Hierarchy
    1. On WorkItem: All work_item_parent_link where the work_item_parent is type Epic
    2. On Epic: All epic_issues (already part of service ping) + all epics where parent_id: nil
  2. Related links:
    1. On WorkItem: All issue_links where target is type of Epic
    2. On Epic: All related_epic_links

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Nicolas Dular

Merge request reports

Loading