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 committed Dec 19, 2024
1 parent 42f5d58 commit c9d269d
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 c9d269d

Please sign in to comment.