fix: correct syntax for 'from' field in OpenTelemetry configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-16 05:50:50 +08:00
parent eedb1cefc7
commit b2dd79744b

View File

@ -21,7 +21,7 @@ spec:
parse_from: record.time.timestamp parse_from: record.time.timestamp
layout: unix_float layout: unix_float
- type: move - type: move
from record.level.name from: record.level.name
to: severity to: severity
- type: move - type: move
from: record.message from: record.message