File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
charts/api-gateway/env/routes Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ active = true
33name = " Get current memory"
44method = " GET"
55roles = [" *" ]
6- upstream = " http://nodemetrics:7777 "
6+ upstream = " http://nodemetrics:8090 "
77listen = " /memory/current"
88strip = false
99group = " nodemetrics"
@@ -13,7 +13,7 @@ active = true
1313name = " Get history memory"
1414method = " GET"
1515roles = [" *" ]
16- upstream = " http://nodemetrics:7777 "
16+ upstream = " http://nodemetrics:8090 "
1717listen = " /memory/history"
1818strip = false
1919group = " nodemetrics"
@@ -23,7 +23,7 @@ active = true
2323name = " Get current cpu"
2424method = " GET"
2525roles = [" *" ]
26- upstream = " http://nodemetrics:7777 "
26+ upstream = " http://nodemetrics:8090 "
2727listen = " /cpu/current"
2828strip = false
2929group = " nodemetrics"
@@ -33,7 +33,7 @@ active = true
3333name = " Get history cpu"
3434method = " GET"
3535roles = [" *" ]
36- upstream = " http://nodemetrics:7777 "
36+ upstream = " http://nodemetrics:8090 "
3737listen = " /cpu/history"
3838strip = false
3939group = " nodemetrics"
@@ -43,7 +43,7 @@ active = true
4343name = " Get current storage"
4444method = " GET"
4545roles = [" *" ]
46- upstream = " http://nodemetrics:7777 "
46+ upstream = " http://nodemetrics:8090 "
4747listen = " /storage/current"
4848strip = false
4949group = " nodemetrics"
You can’t perform that action at this time.
0 commit comments