decode_duration
处理器将 Go 风格的持续时间字符串解码为指定的 format
。
有关 Go time.Duration
字符串风格的更多信息,请参阅 Go 文档。
表 1. 解码持续时间选项
名称 |
必需 |
默认值 |
描述 |
|
field
|
是 |
|
需要被解码为 time.Duration 的事件字段 |
|
format
|
是 |
毫秒
|
支持的格式:milliseconds /seconds /minutes /hours |
|
processors:
- decode_duration:
field: "app.rpc.cost"
format: "milliseconds"