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