Skip to content

Commit

Permalink
Fix data type in yaml (#5901)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
tapiau and cartermp authored Jan 11, 2025
1 parent 0d52dc1 commit 8a33e36
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 8a33e36

Please sign in to comment.