Skip to content

Commit 341d2ed

Browse files
JeffLuooedsiper
authored andcommitted
out_stackdriver: enable upstream configuration
Signed-off-by: Jeff Luo <[email protected]>
1 parent ee0a736 commit 341d2ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/out_stackdriver/stackdriver.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,12 @@ static int cb_stackdriver_init(struct flb_output_instance *ins,
856856
return -1;
857857
}
858858

859+
/* Load config map */
860+
ret = flb_output_config_map_set(ins, (void *) ctx);
861+
if (ret == -1) {
862+
return -1;
863+
}
864+
859865
/* Set context */
860866
flb_output_set_context(ins, ctx);
861867

0 commit comments

Comments
 (0)