Skip to content

Commit

Permalink
[chore] [processor/transform] Add the missing parenthesis in the READ…
Browse files Browse the repository at this point in the history
…ME example (open-telemetry#26066)

One parenthesis is missing in "Comnbine two attributes" example code.
  • Loading branch information
monoxono authored Aug 23, 2023
1 parent 331e1a8 commit 717a842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/transformprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ transform:
- context: resource
statements:
# Use Concat function to combine any number of string, separated by a delimiter.
- set(attributes["test"], Concat([attributes["foo"], attributes["bar"]], " ")
- set(attributes["test"], Concat([attributes["foo"], attributes["bar"]], " "))
```

### Parsing JSON logs
Expand Down

0 comments on commit 717a842

Please sign in to comment.