We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e53ed commit 936ad04Copy full SHA for 936ad04
src/cloudforet/console_api_v2/conf/global_conf.py
@@ -32,6 +32,7 @@
32
| [Statistics](/statistics/docs) | Statistics Service |
33
| [Search](/search/docs) | Search Service |
34
| [Opsflow](/opsflow/docs) | Opsflow Service |
35
+| [Alert Manager](/alert-manager/docs) | Alert Manager Service |
36
"""
37
38
OPENAPI_JSON_DIRS = [
@@ -51,6 +52,7 @@
51
52
"/opt/openapi/cloudforet/api/statistics/v1/*.json",
53
"/opt/openapi/cloudforet/api/search/v1/*.json",
54
"/opt/openapi/cloudforet/api/opsflow/v1/*.json",
55
+ "/opt/openapi/cloudforet/api/alert_manager/v1/*.json",
56
]
57
58
UVICORN_OPTIONS = {"factory": True}
@@ -87,6 +89,7 @@
87
89
"dashboard": "grpc://dashboard:50051",
88
90
"search": "grpc://search:50051",
91
"opsflow": "grpc://opsflow:50051",
92
+ "alert_manager": "grpc://alert-manager:50051",
93
},
94
95
}
0 commit comments