1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
| { "status": "UP", "components": { "db": { "status": "UP", "details": { "database": "MySQL", "validationQuery": "isValid()" } }, "discoveryComposite": { "status": "UP", "components": { "discoveryClient": { "status": "UP", "details": { "services": [ "xxxx" ] } } } }, "diskSpace": { "status": "UP", "details": { "total": 488554622976, "free": 480372101120, "threshold": 10485760, "exists": true } }, "mongo": { "status": "UP", "details": { "version": "7.0.4" } }, "nacosConfig": { "status": "UP" }, "nacosDiscovery": { "status": "UP" }, "packageInfo": { "status": "UP", "details": { "git.branch": "dev", "git.build.host": "xxxx", "git.build.time": "2024-01-04T10:11:03+0800", "git.build.user.email": "xxxx", "git.build.user.name": "xxxx", "git.build.version": "1.0-SNAPSHOT", "git.closest.tag.commit.count": "", "git.closest.tag.name": "", "git.commit.id": "b637312b1e686c250f8995abec81b335e22d18c8", "git.commit.id.abbrev": "b637312", "git.commit.id.describe": "b637312-dirty", "git.commit.id.describe-short": "b637312-dirty", "git.commit.message.full": "xxxxmaster", "git.commit.message.short": "xxxxmaster", "git.commit.time": "2024-01-04T09:17:46+0800", "git.commit.user.email": "xxxx", "git.commit.user.name": "xxxx", "git.dirty": "true", "git.tags": "", "git.total.commit.count": "1478" } }, "ping": { "status": "UP" }, "redis": { "status": "UP", "details": { "version": "7.0.11" } }, "refreshScope": { "status": "UP" } } }
|