Returns a list of usage metrics for a specific entitlement.
A usage is instance in which a principal utilizes an entitlement (e.g. application, data, or model) that has been licensed by the tenant.
Intelligent Risk Platform tracks usage metrics for three different types of usages: ModeledLocations
, jobs
, storage
.
Modeled Location metrics
Modeled location metrics show information about location exposures modeled by the tenant.
Metric | Description |
---|---|
ModeledLocationsCount | Number of location exposures modeled. |
Job metrics and statistics
Job usage metrics show information about jobs run by the tenant.
Whenever a client submits a request that initiates a job, it must specify a resource group ID in the x-rms-resource-group-id
header parameter. This parameter identifies the resource group that is using that entitlement.
Metric or Statistic | Description |
---|---|
TotalJobsCount | Total number of jobs. |
CancelledJobsCount | Total number of cancelled jobs. |
FailedJobsCount | Total number of failed jobs. |
CompletedJobsCount | Total number of completed jobs. |
ModelJobsCount | Total number of model jobs. |
NonModelJobsCount | Total number of non-model jobs. |
ModelJobsMaxConcurrency | Total number of model jobs. |
NonModelJobsMaxConcurrency | Total number of non-model jobs. |
TotalJobsMaxConcurrency | Total maximum concurrency of jobs. |
TotalJobsAverage | Average number of jobs. |
TotalDelayedJobsAverage | Average number of delayed jobs. |
Storage usage metrics
Storage usage metrics show information about the tenant's storage.
Metric | Description |
---|---|
TotalEdmsCount | Number of EDM data modules. |
ExposureStorageInGB | Size of exposure data in GB. |
OtherStorageInGB | Size of other storage in GB. |
This operation supports filtering by date and usage type.