Skip to content

Commit

Permalink
Merge pull request #231 from mamh-mixed/pr_20221104_01
Browse files Browse the repository at this point in the history
mtail: update Readme.md
  • Loading branch information
kongfei605 authored Nov 4, 2022
2 parents ada8308 + 50912ce commit 959985c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inputs/mtail/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ histogram http_latency buckets 1, 2, 4, 8
}
```

日志提取的时间,一定要主要时区问题,有一个参数 `override_timezone` 可以控制时区选择,否则默认使用UTC转换。
日志提取的时间,一定要注意时区问题,有一个参数 `override_timezone` 可以控制时区选择,否则默认使用UTC转换。
比如我启动时指定 `override_timezone=Asia/Shanghai`, 这个时候日志提取的时间会当做东八区时间 转换为timestamp, 然后再从timestamp转换为各时区时间时 就没有问题了,如图。
![timestamp](./timestamp.png)
![timestamp](https://cdn.jsdelivr.net/gh/flashcatcloud/categraf@main/inputs/mtail/timestamp.png)
如果不带 `override_timezone=Asia/Shanghai`, 则默认将`Aug 22 15:34:32` 当做UTC时间,转换为timestamp。 这样再转换为本地时间时,会多了8个小时, 如图。
![timestamp](./timezone.png)
![timestamp](https://cdn.jsdelivr.net/gh/flashcatcloud/categraf@main/inputs/mtail/timezone.png)

0 comments on commit 959985c

Please sign in to comment.