Skip to content

Instantly share code, notes, and snippets.

@jonatan-ivanov
Last active May 16, 2021 00:15
Show Gist options
  • Save jonatan-ivanov/1ec0d15c706ab439b38523f82340d41e to your computer and use it in GitHub Desktop.
Save jonatan-ivanov/1ec0d15c706ab439b38523f82340d41e to your computer and use it in GitHub Desktop.
{
"status": "UP",
"components": {
"discoveryComposite": {
"status": "UP",
"components": {
"discoveryClient": {
"status": "UP",
"details": {
"services": [
"spring-boot-admin",
"eureka",
"tea-service",
"water-service",
"tealeaf-service"
]
}
},
"eureka": {
"description": "Remote status from Eureka server",
"status": "UP",
"details": {
"applications": {
"SPRING-BOOT-ADMIN": 1,
"TEA-SERVICE": 1,
"WATER-SERVICE": 1,
"TEALEAF-SERVICE": 1,
"EUREKA": 1
}
}
}
}
},
"diskSpace": {
"status": "UP",
"details": {
"total": 1000240963584,
"free": 758416826368,
"threshold": 10485760,
"exists": true
}
},
"ping": {
"status": "UP"
},
"refreshScope": {
"status": "UP"
},
"tealeafService": {
"status": "UP",
"details": {
"components": {
"db": {
"status": "UP",
"details": {
"database": "H2",
"validationQuery": "isValid()"
}
},
"discoveryComposite": {
"status": "UP",
"components": {
"discoveryClient": {
"status": "UP",
"details": {
"services": [
"spring-boot-admin",
"eureka",
"tea-service",
"water-service",
"tealeaf-service"
]
}
},
"eureka": {
"description": "Remote status from Eureka server",
"status": "UP",
"details": {
"applications": {
"SPRING-BOOT-ADMIN": 1,
"TEA-SERVICE": 1,
"WATER-SERVICE": 1,
"TEALEAF-SERVICE": 1,
"EUREKA": 1
}
}
}
}
},
"diskSpace": {
"status": "UP",
"details": {
"total": 1000240963584,
"free": 758416826368,
"threshold": 10485760,
"exists": true
}
},
"ping": {
"status": "UP"
},
"refreshScope": {
"status": "UP"
}
}
}
},
"waterService": {
"status": "UP",
"details": {
"components": {
"db": {
"status": "UP",
"details": {
"database": "H2",
"validationQuery": "isValid()"
}
},
"discoveryComposite": {
"status": "UP",
"components": {
"discoveryClient": {
"status": "UP",
"details": {
"services": [
"spring-boot-admin",
"eureka",
"tea-service",
"water-service",
"tealeaf-service"
]
}
},
"eureka": {
"description": "Remote status from Eureka server",
"status": "UP",
"details": {
"applications": {
"SPRING-BOOT-ADMIN": 1,
"TEA-SERVICE": 1,
"WATER-SERVICE": 1,
"TEALEAF-SERVICE": 1,
"EUREKA": 1
}
}
}
}
},
"diskSpace": {
"status": "UP",
"details": {
"total": 1000240963584,
"free": 758416826368,
"threshold": 10485760,
"exists": true
}
},
"ping": {
"status": "UP"
},
"refreshScope": {
"status": "UP"
}
}
}
}
}
}
{
"tags": {
"environment": "local"
},
"buildTool": {
"gradleVersion": "7.0",
"sourceCompatibility": "16",
"targetCompatibility": "16"
},
"git": {
"branch": "main",
"commit": {
"id": "2d61c26",
"time": "2021-05-15T03:35:39Z"
}
},
"build": {
"artifact": "tea-service",
"name": "tea-service",
"time": "2021-05-15T23:55:12.611Z",
"version": "2d61c26.1621122912340",
"group": "org.example.teahouse"
},
"environment": {
"activeProfiles": [
"local"
]
},
"runtime": {
"memory": {
"total": 268435456,
"max": 268435456,
"free": 191161296
},
"cpu": {
"availableProcessors": 16
},
"java": {
"class.version": "60.0",
"version": "16",
"version.date": "2021-03-16",
"runtime": {
"name": "OpenJDK Runtime Environment",
"version": "16+36"
},
"vendor": {
"name": "AdoptOpenJDK",
"version": "AdoptOpenJDK"
},
"vm": {
"name": "OpenJDK 64-Bit Server VM",
"vendor": "AdoptOpenJDK",
"version": "16+36",
"specification": {
"name": "Java Virtual Machine Specification",
"vendor": "Oracle Corporation",
"version": "16"
}
},
"specification": {
"name": "Java Platform API Specification",
"vendor": "Oracle Corporation",
"version": "16"
},
"compilation.name": "HotSpot 64-Bit Tiered Compilers",
"file.encoding": "UTF-8"
},
"gcs": [
{
"name": "G1 Young Generation",
"objectName": "java.lang:type=GarbageCollector,name=G1 Young Generation",
"collectionCount": 10,
"collectionTime": 81,
"memoryPoolNames": [
"G1 Eden Space",
"G1 Survivor Space",
"G1 Old Gen"
]
},
{
"name": "G1 Old Generation",
"objectName": "java.lang:type=GarbageCollector,name=G1 Old Generation",
"collectionCount": 0,
"collectionTime": 0,
"memoryPoolNames": [
"G1 Eden Space",
"G1 Survivor Space",
"G1 Old Gen"
]
}
],
"user": {
"timezone": "UTC",
"country": "US",
"language": "en",
"dir": "/Users/jivanov/GitHub/teahouse/tea-service"
},
"os": {
"arch": "x86_64",
"name": "Mac OS X",
"version": "10.16"
},
"network": {
"host": "jivanov-a01.vmware.com",
"ip": "192.168.0.109"
},
"startTime": "2021-05-15T23:55:16.217Z",
"uptime": "PT17M28.587716S",
"heartbeat": "2021-05-16T00:12:44.804721Z"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment