All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.eureka.status.ftlh Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
<#import "/spring.ftl" as spring />


  
    
    
    Eureka
    
    

    

  

  
    

    <#include "header.ftlh">
    
<#include "navbar.ftlh">

Instances currently registered with Eureka

<#if apps?has_content> <#list apps as app> <#else>
ApplicationAMIsAvailability ZonesStatus
${app.name} <#list app.amiCounts as amiCount> ${amiCount.key} (${amiCount.value})<#if amiCount_has_next>, <#list app.zoneCounts as zoneCount> ${zoneCount.key} (${zoneCount.value})<#if zoneCount_has_next>, <#list app.instanceInfos as instanceInfo> <#if instanceInfo.isNotUp> ${instanceInfo.status} (${instanceInfo.instances?size}) - <#if instanceInfo.isNotUp> <#list instanceInfo.instances as instance> <#if instance.isHref> ${instance.id} <#else> ${instance.id} <#if instance_has_next>,
No instances available

General Info

<#list statusInfo.generalStats?keys as stat> <#list statusInfo.applicationStats?keys as stat>
NameValue
${stat}${statusInfo.generalStats[stat]!""}
${stat}${statusInfo.applicationStats[stat]!""}

Instance Info

<#list instanceInfo?keys as key>
NameValue
${key}${instanceInfo[key]!""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy