File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/cloudforet/console_api_v2/conf Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
3738OPENAPI_JSON_DIRS = [
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
5658UVICORN_OPTIONS = {"factory" : True }
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}
You can’t perform that action at this time.
0 commit comments