Description

User-provided static metadata input.

interface StaticMetadataConfigInput {
    dataSensitivity?: string;
    domain: string;
    hostPlatform: string;
    jurisdiction?: string;
    owner: string;
    service: string;
    system: string;
    tags?: string[];
    team: string;
    version: number;
}

Properties

dataSensitivity?: string

Description

Data sensitivity classification for the contents of this metric.

Example

`public`, `proprietary`, `confidential`, `secret`
domain: string

Description

Domain of the producer system.

hostPlatform: string

Description

The host platform or infrastructure that runs the system.

jurisdiction?: string

Description

What legal jurisdiction does this system fall into?

Example

`EU`, `US`, `CN`
owner: string

Description

The organization that owns this system.

service: string

Description

Service of the producer.

system: string

Description

System of the producer.

tags?: string[]

Description

Tags for the logged system.

team: string

Description

Team responsible for emitting this log.

version: number

Description

The version of the running service.

Generated using TypeDoc