Skip to content

Commit

Permalink
Enable node exporter metrics push (Cloud-CV#3607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 authored Oct 10, 2021
1 parent 40cc402 commit 20c8837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/prod/nodejs_v2/nginx_staging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ upstream django_app {
server django:8000 fail_timeout=0;
}

# upstream node_exporter {
# server node_exporter:9100 fail_timeout=0;
# }
upstream node_exporter {
server node_exporter:9100 fail_timeout=0;
}

server {
server_name staging.eval.ai;
Expand Down

0 comments on commit 20c8837

Please sign in to comment.