Skip to content

Commit

Permalink
Addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: avilevy <[email protected]>
  • Loading branch information
avilevy18 committed Nov 21, 2023
1 parent deb51c8 commit 5cf4486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/out_stackdriver/stackdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2759,8 +2759,6 @@ static void cb_stackdriver_flush(struct flb_event_chunk *event_chunk,

/* OLD api */
flb_metrics_sum(FLB_STACKDRIVER_FAILED_REQUESTS, 1, ctx->ins->metrics);

update_retry_metric(ctx, event_chunk, ts, STACKDRIVER_NET_ERROR);
#endif
FLB_OUTPUT_RETURN(FLB_RETRY);
}
Expand Down

0 comments on commit 5cf4486

Please sign in to comment.