Possible metric types that can be tracked on a given resource.
Metric Type | Data Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AggregatedMetric |
Object
|
Allows for aggregating existing metrics over a period of time. Useful for running sums or averages; also for extracting single data item from collection-based metrics | ||||||||||||
DerivedMetric |
Double
|
Allows for deriving new metrics from existing ones. Useful for combining existing metrics together or for multiplying metrics by a factor | ||||||||||||
LinkedMetric |
Object
|
Allows for tracking of metrics from other resources. Useful when it is important to evaluate metrics from different resources side-by-side | ||||||||||||
PowerBiEnvironmentCapacities |
|
Tracks capacities information for current PowerBI Environment | ||||||||||||
PowerBiEnvironmentDatasetRefreshHistory |
|
Tracks refresh history for specified PowerBI Environment Dataset | ||||||||||||
PowerBiEnvironmentGateways |
|
Tracks gateway information for current PowerBI Environment | ||||||||||||
PowerBiEnvironmentImports |
|
Tracks import information for current PowerBI Environment | ||||||||||||
PowerBiEnvironmentReportCount |
Int32
|
Tracks report count for current PowerBI Environment | ||||||||||||
ResourceStatus |
String
|
Tracks overall status of the resource. This is an important metric as it is used to drive Uptime reports. Possible values: Ready, Down, Unknown and in some cases Stopped |
Possible commands that can be executed on a given resource. Ultimate subscription is required.
Command Type | Description | |
---|---|---|
WebRequest | Runs custom WebRequest to specified URL |
CloudMonix provided default monitoring templates.
Metric Name | Metric Type | Description |
---|---|---|
Capacities | PowerBiEnvironmentCapacities | Tracks information about available Power BI capacities |
Gateways | PowerBiEnvironmentGateways | Tracks information about available Power BI gateways |
Imports | PowerBiEnvironmentImports | Tracks information about Power BI imports |
ReportsCount | PowerBiEnvironmentReportCount | Tracks count of reports for specified Power BI resource |
Status | ResourceStatus | Tracks the overall readiness status of the monitored resource. Possible values are: Ready, Down, Stopped and Unknown |
Alert Name | Expression | Severity | Description |
---|---|---|---|
Non Active Capacities |
Any(Capacities, "State != \"Active\"")
|
Error | Alert triggered when any one of the capacities is marked as non 'Active' |
Resource Outage |
Status == "Down"
|
Error | Fires an alert if overall resource status is "Down" for sustained period of time |