Skip to content

Commit

Permalink
in_nginx_exporter_metrics: fixed a wrong data type used for an option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <leonardo.alminana@chronosphere.io>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Aug 15, 2024
1 parent 55acb13 commit 95760e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_nginx_exporter_metrics/nginx.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct nginx_ctx
struct cmt_gauge *connections_waiting;
struct cmt_gauge *connection_up;
bool is_up;
bool is_nginx_plus;
int is_nginx_plus;
int nginx_plus_version;

struct nginx_plus_connections *plus_connections;
Expand Down

0 comments on commit 95760e8

Please sign in to comment.