Skip to content

Commit

Permalink
in_opentelemetry: renamed option I missed in the previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Jan 8, 2025
1 parent e70578b commit e347d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_opentelemetry/opentelemetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static struct flb_config_map config_map[] = {
},
{
FLB_CONFIG_MAP_BOOL, "encode_profiles_as_log", "true",
0, FLB_TRUE, offsetof(struct flb_opentelemetry, encode_profiles_as_text),
0, FLB_TRUE, offsetof(struct flb_opentelemetry, encode_profiles_as_log),
"Encode profiles received as text and ingest them in the logging pipeline"
},

Expand Down

0 comments on commit e347d3b

Please sign in to comment.