Skip to content

Commit 6f2f3dd

Browse files
eschabellesmerel
andauthored
Update pipeline/filters/log_to_metrics.md
Forgot the ending period in option description! Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent e36bebf commit 6f2f3dd

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
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
2525
| `add_label` | Adds a custom label `NAME` and set the value to the value of `KEY`. | _none_ | `NAME KEY` |
2626
| `alias` | Sets an alias, useful for multiple instances of the same filter plugin. | _none_ | |
27-
| `bucket` | Optional for `metric_mode` `histogram`. If not set, default Prometheus-style buckets are used. | _none_ | For example, `0.75` |
27+
| `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, whether they have emitted metrics or not. | `false` | |
2929
| `emitter_name` | Name of the emitter (advanced users). | _none_ | |
3030
| `emitter_mem_buf_limit` | Set a buffer limit to restrict memory usage of metrics emitter. | `10M` | |

0 commit comments

Comments
 (0)