Skip to content

Commit

Permalink
[chore][pkg/stanza] Update dated example in expression.md (open-telem…
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski committed Aug 30, 2023
1 parent b958da4 commit 5d2cd63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/stanza/docs/types/expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Available to the expressions are a few special variables:
### Add a label from an environment variable

```yaml
- type: metadata
attributes:
stack: 'EXPR(env("STACK"))'
- type: add
field: attributes.stack
value: 'EXPR(env("STACK"))'
```

0 comments on commit 5d2cd63

Please sign in to comment.