Type Alias EndpointStats

EndpointStats: ServiceIdentity & {
    endpoints?: NamedEndpointStats[];
    started: string;
}

Statistics for an endpoint

Type declaration

  • Optionalendpoints?: NamedEndpointStats[]
  • started: string

    ISO Date string when the service started