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
@@ -36,7 +36,7 @@ The plugin supports the following configuration parameters:
36
36
|`log_level`| Specifies the log level for filter plugin. If not set here, plugin uses global log level in `service` section. |`info`||
37
37
|`log_supress_interval`| Suppresses log messages from filter plugin that appear similar within a specified time interval. Setting to `0` indicates no suppression. |`0`||
38
38
|`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_||
40
40
|`metric_description`| Sets a description for the metric. |_none_||
41
41
|`metric_mode`| Defines the mode for the metric. Valid values are `counter`, `gauge` or `histogram`. |`counter`||
42
42
|`metric_name`| Sets the name of the metric. |`a`||
0 commit comments