You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/metrics-advisor/faq.yml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ sections:
75
75
76
76
2. Limitation on maximum time series count within one metric.
77
77
78
-
They may have multiple dimensions within one metric, and each dimension may have multiple values. The maximum dimension combination for one metric should not exceed **100k**.
78
+
They may have multiple dimensions within one metric, and each dimension may have multiple values. The maximum dimension combination for one metric shouldn't exceed **100k**.
79
79
- Metrics Advisor resource admins and data feed owners will be notified when the **80%** limitation is reached on the data feed detail page.
80
80
- If the metric has exceeded the limitation the data feed **will be paused** and wait for customers to take follow-up actions. It's suggested to split the data feed to multiple data feeds by using filtering.
81
81
@@ -84,7 +84,15 @@ sections:
84
84
Metrics Advisor counts on total data points from all data feeds that onboarded to the instance starting from the first ingestion timestamp. The maximum number of data points to be stored in one Metrics Advisor instance is **2 billion**.
85
85
- Metrics Advisor resource admins and all users will be notified when the **80%** limitation is reached on the data feed list page and the add new data feed page.
86
86
- If total data points has exceeded the limitation all data feeds **will be paused** and new feed onboarding **will be blocked** as well. It's suggested to delete unused data feeds or create a new Metrics Advisor resource within your subscription.
87
-
87
+
- question: |
88
+
Why can't I log in to Metrics Advisor? The error message says 'The resource is decommissioned due to inactive in 90 days'
89
+
answer: |
90
+
There are two cases where a resource is decommissioned:
91
+
- A Metrics Advisor resource is created, but no data feed has been onboarded within 90 days. The resource will be decommissioned after 90 days due to inactivity.
92
+
- If one or multiple data feeds have been created but there isn't any new data being ingested into Metrics Advisor, the service will enter idle mode with no data to be processed. The system will still try to grab data regularly from the source according to the metrics granularity. However, if it continues to have no data available or no single time series to be processed for a period of 90 consecutive days, the resource will be decommissioned. **All historical data associated with the resource will be lost when it is decommissioned**.
93
+
94
+
It's recommended to create a new resource and delete the old one, if you would like to restart the usage.
95
+
88
96
- question: |
89
97
How do I detect spikes & dips as anomalies?
90
98
answer: |
@@ -109,7 +117,7 @@ sections:
109
117
1. A user with subscription administrator or resource group administrator privileges needs to navigate to the Metrics Advisor resource that created in the Azure portal, and select the **Access control(IAM)** tab.
110
118
2. Select **Add role assignments**
111
119
3. Pick a role of **Cognitive Services Metrics Advisor Administrator**, select your account as in the image below.
112
-
4. Click **Save** button, then you are successfully been added as administrator of Metrics Advisor resource. Note that all above actions need to be performed by subscription administrator or resource group administrator.
120
+
4. Click the **Save** button, and you are added as an administrator of the Metrics Advisor resource. Note that all above actions need to be performed by subscription administrator or resource group administrator.
113
121
114
122
:::image type="content" source="media/access-control.png" alt-text="Access control(IAM) menu page with add a role assignment selected, followed by a box with assign access to selected user displayed with an access role of Cognitive Services Metrics Advisor Administrator, followed by the save button of the UI being selected to illustrate the steps of searching for a user and adding a particular level of access permissions." lightbox="media/access-control.png":::
115
123
@@ -138,7 +146,7 @@ sections:
138
146
139
147
Starting from the total `Response latency`, we can drill down into the metric by `Service`, `Data center` and `Machine`. However, maybe it makes more sense for service owners to use the path `Service` -> `Data center` -> `Machine`, or maybe it makes more sense for infrastructure engineers to use the path `Data Center` -> `Machine` -> `Service`. It all depends on the individual business requirements of your users.
140
148
141
-
In Metric Advisor, users can specify any path they want to drill down or rollup from one node of the hierarchical topology. More precisely, the hierarchical topology is a directed acyclic graph rather than a tree structure. There's a full hierarchical topology that consists of all potential dimension combinations, like this:
149
+
In Metric Advisor, users can specify any path they want to drill down or roll up from one node of the hierarchical topology. More precisely, the hierarchical topology is a directed acyclic graph rather than a tree structure. There's a full hierarchical topology that consists of all potential dimension combinations, like this:
142
150
143
151
:::image type="content" source="media/dimension-combinations-view.png" alt-text="hierarchical topology diagram consisting of multiple interconnecting vertices and edges with multiple dimensions labeled S,DC, and M with corresponding numbers ranging from 1 to 6" lightbox="media/dimension-combinations-view.png":::
0 commit comments