Skip to content

Commit 647fac0

Browse files
eschabellesmerel
andauthored
Update pipeline/filters/log_to_metrics.md
Grammar fix to option description. Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 503d4ec commit 647fac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/log_to_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The plugin supports the following configuration parameters:
3636
| `log_level` | Specifies the log level for filter plugin. If not set here, plugin uses global log level in `service` section. | `info` | |
3737
| `log_supress_interval` | Suppresses log messages from filter plugin that appear similar within a specified time interval. Setting to `0` indicates no suppression. | `0` | |
3838
| `match` | Set a tag pattern to match records that filter should process. Exact matches or wildcards. | _none_ | |
39-
| `match_regex` | Set a regular expression to match tags for filter routing. This allows more flexible matching compared to simple wildcards. | _none_ | |
39+
| `match_regex` | Set a regular expression to match tags for filter routing. This allows more flexible matching compared to wildcards. | _none_ | |
4040
| `metric_description` | Sets a description for the metric. | _none_ | |
4141
| `metric_mode` | Defines the mode for the metric. Valid values are `counter`, `gauge` or `histogram`. | `counter` | |
4242
| `metric_name` | Sets the name of the metric. | `a` | |

0 commit comments

Comments
 (0)