Type Alias ServiceIdentity

ServiceIdentity: ServiceResponse & ServiceMetadata & {
    id: string;
    name: string;
    version: string;
}

Type declaration

  • id: string

    The unique ID of the service reporting the stats

  • name: string

    The kind of the service reporting the stats

  • version: string

    A version for the service