Skip to content

Commit e347d3b

Browse files
leonardo-albertovichedsiper
authored andcommitted
in_opentelemetry: renamed option I missed in the previous commit
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent e70578b commit e347d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_opentelemetry/opentelemetry.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static struct flb_config_map config_map[] = {
210210
},
211211
{
212212
FLB_CONFIG_MAP_BOOL, "encode_profiles_as_log", "true",
213-
0, FLB_TRUE, offsetof(struct flb_opentelemetry, encode_profiles_as_text),
213+
0, FLB_TRUE, offsetof(struct flb_opentelemetry, encode_profiles_as_log),
214214
"Encode profiles received as text and ingest them in the logging pipeline"
215215
},
216216

0 commit comments

Comments
 (0)