Skip to content

Commit

Permalink
Fix data type in yaml
Browse files Browse the repository at this point in the history
fix: action should be array item, not map
  • Loading branch information
tapiau authored Jan 8, 2025
1 parent 8d5dafb commit 9fb117f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/collector/transforming-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ but also supports renaming and other metric-specific functionality.
processors:
metricstransform/rename:
transforms:
include: system.cpu.usage
action: update
new_name: system.cpu.usage_time
- include: system.cpu.usage
action: update
new_name: system.cpu.usage_time
```
The
Expand Down

0 comments on commit 9fb117f

Please sign in to comment.