Type alias DiagnosticEvent

DiagnosticEvent: {
    context: Record<string, unknown>;
    correlation: AnonymizedCorrelationHashes;
    event_name: string;
    facts: Record<string, string | boolean>;
    features: {
        [k: string]: string | boolean;
    };
    timestamp: Date;
    uuid: UUID;
}

An event to send to the diagnostic endpoint of i.d.s.

Type declaration

  • context: Record<string, unknown>
  • correlation: AnonymizedCorrelationHashes
  • event_name: string
  • facts: Record<string, string | boolean>
  • features: {
        [k: string]: string | boolean;
    }
    • [k: string]: string | boolean
  • timestamp: Date
  • uuid: UUID