Skip to content

Commit d66c0dc

Browse files
authored
[chore] add container parser in the list of stanza operators (#33091)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR adds the `container` parser operator in the list of the supported stanza operators. **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: ChrsMark <[email protected]>
1 parent cd0e402 commit d66c0dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/stanza/docs/operators/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Parsers:
2727
- [trace_parser](./trace_parser.md)
2828
- [uri_parser](./uri_parser.md)
2929
- [key_value_parser](./key_value_parser.md)
30+
- [container](./container.md)
3031

3132
Outputs:
3233
- [file_output](./file_output.md)

0 commit comments

Comments
 (0)