Skip to content

Commit c118ca1

Browse files
committed
datadog: do not append api-key to uri
Signed-off-by: truthbk <[email protected]>
1 parent 803a806 commit c118ca1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/out_datadog/datadog_conf.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ struct flb_out_datadog *flb_datadog_conf_create(struct flb_output_instance *ins,
122122
return NULL;
123123
}
124124

125-
/* Add the api_key to the URI */
126-
ctx->uri = flb_sds_cat(ctx->uri, ctx->api_key, flb_sds_len(ctx->api_key));
127125
flb_plg_debug(ctx->ins, "uri: %s", ctx->uri);
128126

129127
/* Get network configuration */

0 commit comments

Comments
 (0)