Skip to content

Commit

Permalink
in_prometheus_remote_write: Remove a needless FIXME
Browse files Browse the repository at this point in the history
Because prometheus remote write just needs to decode the protobuf
payloads.

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed May 1, 2024
1 parent 4781bdd commit 04da871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/in_prometheus_remote_write/prom_rw_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ static int prom_rw_conn_event(void *data)
prom_rw_conn_request_init(&conn->session, &conn->request);
}

/* FIXME: add Protocol handler here */
return bytes;
}

Expand Down

0 comments on commit 04da871

Please sign in to comment.