Skip to content

Commit

Permalink
update prometheus metrics path
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed May 10, 2024
1 parent 038e2ff commit e8bb52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric_cf/orchestrator/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server {
proxy_pass http://orchestrator:8700;
proxy_set_header Host $http_host;
}
location /metrics {
location /prom/metrics {
proxy_pass http://orchestrator:11000;
proxy_set_header Host $http_host;
}
Expand Down

0 comments on commit e8bb52e

Please sign in to comment.