Merge pull request #869 from moarychan/moary/update-health-indicator

Update health indicator name
This commit is contained in:
Xiaolu Dai 2022-03-16 16:42:34 +08:00 коммит произвёл GitHub
Родитель e6cdbec568 49722ca77c
Коммит e9c05af114
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -21,8 +21,11 @@ Add the Spring Cloud Azure Actuator Starter dependency. This dependency will als
|App Configuration |management.health.*azure-appconfiguration*.enabled
|Cosmos DB |management.health.*azure-cosmos*.enabled
|Event Hubs |management.health.*azure-eventhubs*.enabled
|Key Vault |management.health.*azure-keyvault*.enabled
|Storage|management.health.*azure-storage*.enabled
|Key Vault Certificate |management.health.*azure-keyvault-certificate*.enabled
|Key Vault Secret |management.health.*azure-keyvault-secret*.enabled
|Storage Blob |management.health.*azure-storage-blob*.enabled
|Storage File Share|management.health.*azure-storage-fileshare*.enabled
|Storage Queue |management.health.*azure-storage-queue*.enabled
|===
IMPORTANT: Calling the health endpoint of Azure services may cause extra charge. For example, calling `http://HOST_NAME:{port}/actuator/health/cosmos` to get the Cosmos DB health info, it will calculate https://docs.microsoft.com/azure/cosmos-db/request-units[RUs].