{#each data.instances as instance, i (i)} {/each}
Name URL Events Health Status Response Time
{instance.name || 'N/A'} {instance.url} {instance.events !== null ? instance.events : 'N/A'}
{instance.healthStatus} {#if instance.error} ({instance.error}) {/if}
{formatResponseTime(instance.responseTime)}

These are the instances that are part of the github original federation list, if you want to add your instance to the list, please open a pull request to the federation.config.js file.

{#if data.instances.length === 0}
No federation instances configured.
{/if}