Skip to content

Commit

Permalink
feat(mongodb): mongos自愈,mongo实例下架 TencentBlueKing#7010
Browse files Browse the repository at this point in the history
  • Loading branch information
yyhenryyy committed Oct 18, 2024
1 parent 5387996 commit 24635a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def shard_get_data(self) -> Dict:
"instances": [
{
"cluster_id": cluster_id,
"cluster_name": cluster_info.name,
"db_version": cluster_info.major_version,
"domain": self.autofix_info["immute_domain"],
"port": int(cluster_info.get_mongos()[0].port),
Expand Down

0 comments on commit 24635a9

Please sign in to comment.