Timestamp | Lease |
---|---|
${entry.date?datetime} | ${entry.id} |
No results available |
Timestamp | Lease |
---|---|
${entry.date?datetime} | ${entry.id} |
No results available |
7 | 在Spring Cloud应用的配置文件中,设置Eureka Server的地址为: 8 | eureka.client.serviceUrl.defaultZone=http://eureka.springcloud.cn/eureka/ 9 |
10 |在学习与使用过程中遇到困难,就来Spring Cloud中国社区与我们一起探讨交流吧。
22 |EUREKA SERVER | 40 |AMI: ${amiId!} | 41 |
Zone | 44 |${availabilityZone!} | 45 |
instance-id | 48 |${instanceId!} | 49 |
Environment | 53 |${environment!} | 54 |
Data center | 57 |${datacenter!} | 58 |
Current time | 65 |${currentTime} | 66 |
Uptime | 69 |${upTime} | 70 |
Lease expiration enabled | 73 |${registry.leaseExpirationEnabled?c} | 74 |
Renews threshold | 77 |${registry.numOfRenewsPerMinThreshold} | 78 |
Renews (last min) | 81 |${registry.numOfRenewsInLastMin} | 82 |
Application | AMIs | Availability Zones | Status |
---|---|---|---|
${app.name} | 33 |34 | <#list app.amiCounts as amiCount> 35 | ${amiCount.key} (${amiCount.value})<#if amiCount_has_next>,#if> 36 | #list> 37 | | 38 |39 | <#list app.zoneCounts as zoneCount> 40 | ${zoneCount.key} (${zoneCount.value})<#if zoneCount_has_next>,#if> 41 | #list> 42 | | 43 |44 | <#list app.instanceInfos as instanceInfo> 45 | <#if instanceInfo.isNotUp> 46 | 47 | #if> 48 | ${instanceInfo.status} (${instanceInfo.instances?size}) - 49 | <#if instanceInfo.isNotUp> 50 | 51 | #if> 52 | <#list instanceInfo.instances as instance> 53 | <#if instance.isHref> 54 | ${instance.id} 55 | <#else> 56 | ${instance.id} 57 | #if><#if instance_has_next>,#if> 58 | #list> 59 | #list> 60 | | 61 |
No instances available |
Name | Value |
---|---|
${stat} | ${statusInfo.generalStats[stat]!""} | 80 |
${stat} | ${statusInfo.applicationStats[stat]!""} | 85 |
Name | Value |
---|---|
${key} | ${instanceInfo[key]!""} | 100 |