Type alias EndpointStats

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

Statistics for an endpoint

Generated using TypeDoc