Skip to content

Commit

Permalink
out_influxdb: Use add_integer_suffix name for adding integer suffix o…
Browse files Browse the repository at this point in the history
…n the line protocol

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 authored and edsiper committed Sep 6, 2024
1 parent 8609dbd commit 41cdf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_influxdb/influxdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ static struct flb_config_map config_map[] = {
},

{
FLB_CONFIG_MAP_BOOL, "use_integer", "false",
FLB_CONFIG_MAP_BOOL, "add_integer_suffix", "false",
0, FLB_TRUE, offsetof(struct flb_influxdb, use_influxdb_integer),
"Use influxdb line protocol's integer type suffix."
},
Expand Down

0 comments on commit 41cdf32

Please sign in to comment.