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