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
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The plugin supports the following configuration parameters:
24
24
|`metric_mode`| Required. Defines the mode for the metric. Valid values are `counter`, `gauge` or `histogram`. ||
25
25
|`metric_name`| Required. Sets the name of the metric. ||
26
26
|`metric_description`| Required. Sets a description for the metric. ||
27
-
|`bucket`| Required for mode `histogram`. Defines a bucket for histograms. |for example, `0.75`|
27
+
|`bucket`| Required for mode `histogram`. Defines a bucket for histograms. |For example, `0.75`|
28
28
|`add_label`| Adds a custom label `NAME` and set the value to the value of `KEY`. ||
29
29
|`label_field`| Includes a record field as label dimension in the metric. | Name of record key. Supports [record accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor.md) notation for nested fields. |
30
30
|`value_field`| Required for modes `gauge` and `histogram`. Specifies the record field that holds a numerical value. | Name of record key. Supports [record accessor](../administration/configuring-fluent-bit/classic-mode/record-accessor.md) notation for nested fields. |
0 commit comments