提交 e5dfda8f 编辑于 作者: Wang JiaJu's avatar Wang JiaJu
浏览文件

Fix case1 date error.

上级 c4662967
加载中
加载中
加载中
加载中
+12 −12
原始行号 差异行号 差异行
@@ -46,8 +46,8 @@ Case1 展示的是 `adservice` 服务出现内存压力故障时,故障前后
- **故障类型**`fault_type`):`memory stress`
- **实例类型**`instance_type`):`service`
- **实例名称**`instance`):`adservice`
- **故障开始时间**`start_time`):`2025-04-27T19:10:15Z`
- **故障结束时间**`end_time`):`2025-04-27T19:40:15Z`
- **故障开始时间**`start_time`):`2025-04-26T19:10:15Z`
- **故障结束时间**`end_time`):`2025-04-26T19:40:15Z`
  
```json
{
@@ -55,8 +55,8 @@ Case1 展示的是 `adservice` 服务出现内存压力故障时,故障前后
  "fault_type": "memory stress",
  "instance_type": "service",
  "instance": "adservice",
  "start_time": "2025-04-27T19:10:15Z",
  "end_time": "2025-04-27T19:40:15Z",
  "start_time": "2025-04-26T19:10:15Z",
  "end_time": "2025-04-26T19:40:15Z",
  "key_observations": [
    {
      "type": "metric",
@@ -119,11 +119,11 @@ Case2 展示的是 `recommendationservice` 服务下所有实例无法正常运
[
    {
        "uuid": "33c11d00-2",
    "Anomaly Description": "The system experienced an anomaly from 2025-04-30T19:10:15Z to 2025-04-30T19:40:15Z. Please infer the possible cause."
        "Anomaly Description": "The system experienced an anomaly from 2025-04-26T19:10:15Z to 2025-04-26T19:40:15Z. Please infer the possible cause."
    },
    {
        "uuid": "2f9d1c3d-28",
    "Anomaly Description": "The system experienced an anomaly from 2025-05-02T06:10:42Z to 2025-05-02T06:38:42Z. Please infer the possible cause."
        "Anomaly Description": "The system experienced an anomaly from 2025-04-29T06:10:42Z to 2025-04-29T06:38:42Z. Please infer the possible cause."
    }
]
```
(132 字节)

文件已更改。

此文件类型的文件没有差异预览。

(132 字节)

文件已更改。

此文件类型的文件没有差异预览。

(132 字节)

文件已更改。

此文件类型的文件没有差异预览。

+2 −2
原始行号 差异行号 差异行
[
    {
        "uuid": "33c11d00-2",
        "Anomaly Description": "The system experienced an anomaly from 2025-04-30T19:10:15Z to 2025-04-30T19:40:15Z. Please infer the possible cause."
        "Anomaly Description": "The system experienced an anomaly from 2025-04-26T19:10:15Z to 2025-04-26T19:40:15Z. Please infer the possible cause."
    },
    {
        "uuid": "2f9d1c3d-28",
        "Anomaly Description": "The system experienced an anomaly from 2025-05-02T06:10:42Z to 2025-05-02T06:38:42Z. Please infer the possible cause."
        "Anomaly Description": "The system experienced an anomaly from 2025-04-29T06:10:42Z to 2025-04-29T06:38:42Z. Please infer the possible cause."
    }
]
 No newline at end of file