Skip to content

Commit d334e1c

Browse files
eschabellesmerel
andauthored
Update pipeline/filters/log_to_metrics.md
Grammar issue in option description fixed. Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent e08751f commit d334e1c

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
@@ -27,7 +27,7 @@ The plugin supports the following configuration parameters:
2727
| `bucket` | Optional for `metric_mode` `histogram`. If not set, default Prometheus-style buckets are used. | _none_ | For example, `0.75` |
2828
| `discard_logs` | Flag that defines if logs should be discarded after processing. This applies for all logs, no matter if they have emitted metrics or not. | `false` | |
2929
| `emitter_name` | Name of the emitter (advanced users). | _none_ | |
30-
| `emitter_mem_buf_limit` | set a buffer limit to restrict memory usage of metrics emitter. | `10M` | |
30+
| `emitter_mem_buf_limit` | Set a buffer limit to restrict memory usage of metrics emitter. | `10M` | |
3131
| `exclude` | Excludes records in which the content of `KEY` matches the regular expression `REGEX`. | _none_ | `KEY REGEX` |
3232
| `flush_interval_sec` | The interval for metrics emission, in seconds. If `flush_interval_sec` and `flush_interval_nsec` are either both unset or both set to `0`, the filter emits metrics immediately after each filter match. Otherwise, if either parameter is set to a non-zero value, the filter emits metrics at the specified interval. Longer intervals help lower resource consumption in high-load situations. | `0` | |
3333
| `flush_interval_nsec` | The interval for metrics emission, in nanoseconds. This parameter works in conjunction with `flush_interval_sec`. | `0` | |

0 commit comments

Comments
 (0)