Skip to content

Instantly share code, notes, and snippets.

@zheng022
Last active November 20, 2024 13:37
Show Gist options
  • Select an option

  • Save zheng022/e0e0720d6c6ae3ac0870f99c5606fd06 to your computer and use it in GitHub Desktop.

Select an option

Save zheng022/e0e0720d6c6ae3ac0870f99c5606fd06 to your computer and use it in GitHub Desktop.
schema json for GHES AR issue
{
"incidentStatusedTime": "2024-10-07T11:30",
// "resolutionTime": "2024-10-31T04:50", // Dotcom specific
// "visibility": "public", //Dotcom specific
// "mostSignificantServiceStatus": "red",// Dotcom specific
//"impactedServices": [],// Dotcom specific
"resolvingIncidentCommander": "hubot",
// "incidentUrl": "https://status-staging.githubapp.com/incidents/27863", // Dotcom specific
// "impactStartTime": "2024-10-31T03:40", // Dotcom specific
// "impactDetectionTime": "2024-10-31T03:40", // Dotcom specific
"engineeringEngagedTime":"2024-10-07T11:50" , //GHES specific
"engineeringDisengagedTime":"2024-10-07T13:30", //GHES specific
"supportContactedTime": "2024-10-07T07:48", // GHES specific
"availabilityReviewDRI": "zheng022",
// "primaryContributingService": "ghes-backup-utilities", //Dotcom specific
// "scopeOfImpact": "external-customer-impact", //Dotcom specific
"causes": [
"cause:capacity",
"cause:hardware-failure",
"cause:network",
"cause:resource-exhaustion",
"cause:configuration",
"cause:application-bug",
"cause:testing-gap",
"cause:rate-limits",
"cause:single-user",
"cause:replication",
//"cause:alerting-insufficient", // Dotcom specific
// "cause:azure", // Dotcom specific
"cause:third-party-service",
// "cause:attack", // Dotcom specific
"cause:observability-confidence", // GHES speficif
"cause:single-node-failure",// GHES speficif
"cause:shared-resource",// GHES speficif
"cause:memory-leak",// GHES speficif
"cause:disk-space",// GHES speficif
"cause:dependency-bug",// GHES speficif
"cause:performance",// GHES speficif
"cause:abuse",// GHES speficif
"cause:authorization",// GHES speficif
"cause:known-issue",// GHES speficif
"cause:third-party-bug",// GHES speficif
"cause:self-inflicted"// GHES speficif
],
"availabilityReviewContributors": [
"zheng022"
],
"reviewReady": true,
"reviewApproved": true,
"presentNo": true,
"presentScheduled": true,
"presentDone": true,
"internalPresentScheduled": true,// GHES speficif
"internalPresentDone": true// GHES speficif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment