Skip to content

Commit 46c7f34

Browse files
Update pipeline/filters/log_to_metrics.md
Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 247200e commit 46c7f34

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
@@ -24,7 +24,7 @@ The plugin supports the following configuration parameters:
2424
| `metric_mode` | Required. Defines the mode for the metric. Valid values are `counter`, `gauge` or `histogram`. | |
2525
| `metric_name` | Required. Sets the name of the metric. | |
2626
| `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` |
2828
| `add_label` | Adds a custom label `NAME` and set the value to the value of `KEY`. | |
2929
| `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. |
3030
| `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

Comments
 (0)