Skip to content

Commit 936ad04

Browse files
add: add alert manager conf
1 parent 80e53ed commit 936ad04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cloudforet/console_api_v2/conf/global_conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
| [Statistics](/statistics/docs) | Statistics Service |
3333
| [Search](/search/docs) | Search Service |
3434
| [Opsflow](/opsflow/docs) | Opsflow Service |
35+
| [Alert Manager](/alert-manager/docs) | Alert Manager Service |
3536
"""
3637

3738
OPENAPI_JSON_DIRS = [
@@ -51,6 +52,7 @@
5152
"/opt/openapi/cloudforet/api/statistics/v1/*.json",
5253
"/opt/openapi/cloudforet/api/search/v1/*.json",
5354
"/opt/openapi/cloudforet/api/opsflow/v1/*.json",
55+
"/opt/openapi/cloudforet/api/alert_manager/v1/*.json",
5456
]
5557

5658
UVICORN_OPTIONS = {"factory": True}
@@ -87,6 +89,7 @@
8789
"dashboard": "grpc://dashboard:50051",
8890
"search": "grpc://search:50051",
8991
"opsflow": "grpc://opsflow:50051",
92+
"alert_manager": "grpc://alert-manager:50051",
9093
},
9194
},
9295
}

0 commit comments

Comments
 (0)