Skip to content

Commit fb2cce4

Browse files
eschabellpatrick-stephens
authored andcommitted
in_prometheus_scrape: add missing config param description
- Add description for buffer_max_size configuration parameter Fixes ##11385 Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent c22185e commit fb2cce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_prometheus_scrape/prom_scrape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ static struct flb_config_map config_map[] = {
220220
{
221221
FLB_CONFIG_MAP_SIZE, "buffer_max_size", HTTP_BUFFER_MAX_SIZE,
222222
0, FLB_TRUE, offsetof(struct prom_scrape, buffer_max_size),
223-
""
223+
"Set the maximum buffer size for the HTTP response."
224224
},
225225

226226
{

0 commit comments

Comments
 (0)