Skip to content

Commit

Permalink
http_server: export push_metrics function
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Oct 14, 2017
1 parent 1e4fea2 commit e6c273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/http_server/flb_hs.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ struct flb_hs {
};

struct flb_hs *flb_hs_create(char *tcp_port, struct flb_config *config);
int flb_hs_push_metrics(struct flb_hs *hs, void *data, size_t size);
int flb_hs_destroy(struct flb_hs *ctx);

int flb_hs_start(struct flb_hs *hs);

#endif

0 comments on commit e6c273c

Please sign in to comment.