Azure Key Vault Metrics - Dimensions and Supported Values

Appmanager Zohocorp 41 Reputation points
2024-04-15T14:21:13.1966667+00:00

Hi,

I'm analyzing Azure Key Vault service metrics under the namespace Microsoft.KeyVault/vaults and came across this documentation. The documentation mentions 5 different dimensions (ActivityType, ActivityName, StatusCode, StatusCodeClass, TransactionType) which varies with each supported azure monitor metrics. However, I couldn't find any details/documentation regarding the supported values for these mentioned dimensions.

Could you please provide a list of the supported values for these dimensions, or direct me to relevant documentation that describes them?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,118 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luis Arias 4,721 Reputation points
    2024-04-15T18:53:05.18+00:00

    Hi Appmanager Zohocorp,

    On the same page you can find the information about metrics available for Keyvault , as example: Overall Service Api Latency measure on MilliSeconds

    User's image

    It's possible to use on a dashboard and metric monitor on Key vault resources:

    User's image

    In the agregation you can use average, min, max and sum:

    User's image

    Whereas the dimensions you mentioned (ActivityType, ActivityName, StatusCode, StatusCodeClass, TransactionType) are related to Azure Activity Logs.

    References:

    If the information helped address your question, please Accept the answer.

    Luis