Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YounesOMK authored Dec 27, 2023
1 parent 1c0d8a4 commit 55b180a
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@

This project currently offers 4 connectors:

| Connector | Deducer | Description |
|------------|-------------------------------------------------|---------------------------------------------------|
| Sonar | SonarMeasureDeducer | Deduces metrics for coverage, bugs, vulnerabilities, code smells |
| GitHub | GitHubFileExistenceDeducer | Determines if a file exists in the repo |
| | GitHubLastWorkFlowDurationDeducer | Calculates duration of the last workflow |
| | GitHubLastCommitAgeDeducer | Measures time since the last commit |
| PagerDuty | PagerDutyIncidentFrequencyDeducer | Deducer for frequency of incidents |
| | PagerDutyAverageIncidentResolutionTimeDeducer | Calculates average resolution time of incidents |
| Prometheus | PrometheusServiceAvailabilityDeducer | determines the service uptime ratio over a specified period of time|


✅ Completed \
🚧 In progress

| Connector | Deducer | Description | Status |
|------------|-------------------------------------------------|---------------------------------------------------|:------:|
| Sonar | SonarMeasureDeducer | Deduces metrics for coverage, bugs, vulnerabilities, code smells ||
| GitHub | GitHubFileExistenceDeducer | Determines if a file exists in the repo ||
| | GitHubLastWorkFlowDurationDeducer | Calculates duration of the last workflow ||
| | GitHubLastCommitAgeDeducer | Measures time since the last commit ||
| | GitHubPRTimeToMergeDeducer | Measures avg pr time to merge | 🚧 |
| | GitHubIssueTimeToCloseDeducer | Measures time taken to close issues | 🚧 |
| GitLab | | | 🚧 |
| BitBucket | | | 🚧 |
| PagerDuty | PagerDutyIncidentFrequencyDeducer | Deducer for frequency of incidents ||
| | PagerDutyAverageIncidentResolutionTimeDeducer | Calculates average resolution time of incidents ||
| | PagerDutyIncidentTimeToAcknowledgeDeducer | Calculates average time to acknowldge incidents | 🚧 |
| Prometheus | PrometheusServiceAvailabilityDeducer | Determines the service uptime ratio over a specified period of time ||
| Jenkins | | | 🚧 |

0 comments on commit 55b180a

Please sign in to comment.