Azure / Azure/reliability-workbook

MySQL Single server SLA should be 0

Open
#174 0 comments 0 reactions 0 assignees View on GitHub
bug S
Dominant language
HCL
Stars
61
Forks
37
PR merge metrics
No merged PRs in 30d

Description

![image](https://github.com/Azure/reliability-workbook/assets/3822284/e79fe26e-f70d-4a17-9ef0-67f1bf401900)

Remove the following line to set the SLA to 0:
```kql
// MySQL - 5 checks // score = ("status" + "sku" + "grsbackup" + "storageautogrow" + "replication") * 100 / (5 * ResourceTotal) //********* Future - "Sku family Gen5", read replica
Type == 'microsoft.dbformysql/servers', (DBOnlineStateCount + OtherSku + HealthyBackupCount + EnabledStorageAutogrow + ReplicationEnabled) * 100 / (5 * ResourceTotal),

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.