Skip to content

Commit 759a46d

Browse files
add storage current metric
1 parent e158e94 commit 759a46d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

charts/api-gateway/env/routes/nodemetrics.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ listen = "/cpu/history"
3838
strip = false
3939
group = "nodemetrics"
4040

41+
[routes.current_storage]
42+
active = true
43+
name = "Get current storage"
44+
method = "GET"
45+
roles = ["*"]
46+
upstream = "http://nodemetrics:7777"
47+
listen = "/storage/current"
48+
strip = false
49+
group = "nodemetrics"

0 commit comments

Comments
 (0)