detsys-ts
    Preparing search index...

    Type Alias CorrelationProperties

    The hashed, non-identifying description of this run.

    Two consumers fix these names. The check-in evaluates feature flags against them, and the programs an Action runs read them from $DETSYS_CORRELATION. The OpenTelemetry data carries the same values under detsys. attribute names.

    type CorrelationProperties = {
        $anon_distinct_id: string;
        $groups: Record<string, string | undefined>;
        $session_id?: string;
        correlation_source: string;
        github_repository_hash?: string;
        github_workflow_hash?: string;
        github_workflow_job_hash?: string;
        github_workflow_run_differentiator_hash?: string;
        github_workflow_run_hash?: string;
        is_ci: boolean;
    }
    Index
    $anon_distinct_id: string
    $groups: Record<string, string | undefined>
    $session_id?: string
    correlation_source: string
    github_repository_hash?: string
    github_workflow_hash?: string
    github_workflow_job_hash?: string
    github_workflow_run_differentiator_hash?: string
    github_workflow_run_hash?: string
    is_ci: boolean