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 20, 2023
1 parent 86932ab commit 4bf7174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/out_stackdriver/stackdriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,8 @@ static void add_record_metrics(struct flb_stackdriver* ctx,
uint64_t ts,
int val,
int response_code,
int grpc_code) {
int grpc_code)
{
char grpc_code_label[32];
char response_code_label[32];
char* name;
Expand Down

0 comments on commit 4bf7174

Please sign in to comment.