You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/filters/log_to_metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The plugin supports the following configuration parameters:
27
27
|`bucket`| Optional for `metric_mode``histogram`. If not set, default Prometheus-style buckets are used. |_none_| For example, `0.75`|
28
28
|`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`||
29
29
|`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`||
31
31
|`exclude`| Excludes records in which the content of `KEY` matches the regular expression `REGEX`. |_none_|`KEY REGEX`|
32
32
|`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`||
33
33
|`flush_interval_nsec`| The interval for metrics emission, in nanoseconds. This parameter works in conjunction with `flush_interval_sec`. |`0`||
0 commit comments