Skip to content

Commit 4cee2b9

Browse files
baonq-meedsiper
authored andcommitted
out_opentelemetry: fix a typo
Signed-off-by: quocbao <[email protected]>
1 parent f236865 commit 4cee2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/out_opentelemetry/opentelemetry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ static struct flb_config_map config_map[] = {
796796
{
797797
FLB_CONFIG_MAP_BOOL, "log_response_payload", "true",
798798
0, FLB_TRUE, offsetof(struct opentelemetry_context, log_response_payload),
799-
"Specify if the response paylod should be logged or not"
799+
"Specify if the response payload should be logged or not"
800800
},
801801
{
802802
FLB_CONFIG_MAP_STR, "logs_metadata_key", "otlp",

plugins/out_opentelemetry/opentelemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct opentelemetry_context {
120120
/* Number of logs to flush at a time */
121121
int batch_size;
122122

123-
/* Log the response paylod */
123+
/* Log the response payload */
124124
int log_response_payload;
125125

126126
/* config reader for 'add_label' */

0 commit comments

Comments
 (0)