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: en/on-call/advanced/reference-variables.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,14 +48,18 @@ Use `[TPL]` as prefix and `${}` to reference variables. Variable content is extr
48
48
49
49
### Reference via Golang Template Syntax
50
50
51
-
Use `[TPL]` as prefix and `{{}}` to reference variables (can reference both labels and attributes); if extraction fails, `<no value>` is used as a placeholder.
51
+
Use `[TPL]` as prefix and `{{}}` to reference variables (can reference both labels and attributes); if extraction fails, returns an empty string for missing labels.
Copy file name to clipboardExpand all lines: en/on-call/analytics/insights.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ When customizing filter conditions, the system remembers your selections. Even a
33
33
| Team | Select team names to query, supports multiple selection. Dashboard data updates based on selected teams |
34
34
| Channel | Select channel names to query, supports multiple selection. Dashboard data updates based on selected channels |
35
35
| Severity | Select severity levels to query, supports multiple selection. Dashboard data updates based on selected severity levels |
36
-
| Time Range | Select time range to query. Supports this week, last two weeks, this month, last month, and custom time ranges, but only up to the last **180 days** of data |
36
+
| Time Range | Select time range to query. Supports this week, last two weeks, this month, last month, and custom time ranges, but only up to the last **1 year** of data |
37
37
| Data Interval | Supports day, week, and month dimensions. Defaults to hourly queries, but when time range exceeds 31 days, daily preview is not available |
38
38
| Sorting | Team, channel, and individual dimension dashboards support ascending and descending order. Defaults to showing TOP 10 data; expand to show more |
39
39
@@ -124,7 +124,7 @@ Export incident list data in CSV format. Supports exporting incident list, team,
124
124
125
125
<AccordionGroup>
126
126
<Accordiontitle="How can I query older data?">
127
-
Currently, insights only supports querying the last 180 days of data. For older data, use the [API Query](https://developer.flashcat.cloud/api-213441443).
127
+
Currently, insights only supports querying the last 1 year (depending on your plan's data retention period) of data. For older data, use the [API Query](https://developer.flashcat.cloud/api-213441443).
128
128
</Accordion>
129
129
130
130
<Accordiontitle="Why can't I view data at daily granularity when the time range exceeds 31 days?">
Copy file name to clipboardExpand all lines: en/on-call/incident/handle-update-incident.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ You can view each person's assignment time and acknowledgment time in the consol
95
95
96
96
## Snooze
97
97
98
-
After acknowledging an incident, responders may need time to investigate and handle it. **Snooze** can temporarily stop the incident from escalating per the expected escalation rule. After acknowledging, you can set a snooze duration like 2 hours, 4 hours, or a custom expiration time within 24 hours.
98
+
After acknowledging an incident, responders may need time to investigate and handle it. **Snooze** can temporarily stop the incident from escalating per the expected escalation rule. After acknowledging, you can set a snooze duration such as 2 hours, 4 hours, 12 hours, or a custom expiration time within 24 hours.
99
99
100
100
<Warning>
101
101
If you've snoozed and the snooze time has passed but you still haven't resolved the incident, the system automatically reverts the incident to **Triggered** status and re-initiates assignment notifications.
Copy file name to clipboardExpand all lines: en/on-call/integration/alert-integration/routing-rules.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Confirm reported alerts can hit configured routing rules. We recommend configuri
118
118
</Accordion>
119
119
120
120
<Accordiontitle="When flow control is set to 'Stop', will default route still match?">
121
-
Yes. Default route is a fallback rule not subject to flow control restrictions.
121
+
No. The default route only takes effect when no routing rules match the alert. If any rule has already matched (regardless of whether flow control is set to 'continue' or 'stop'), the default route will not be triggered.
0 commit comments