Libraries
    Preparing search index...

    Interface ClickHouseColumnMapping

    Column mapping for the ClickHouse logs table.

    interface ClickHouseColumnMapping {
        correlationId?: string;
        exception?: string;
        level?: string;
        messageTemplate?: string;
        properties?: string;
        renderedMessage?: string;
        sourceContext?: string;
        spanId?: string;
        timestamp?: string;
        traceId?: string;
    }
    Index

    Properties

    correlationId?: string
    exception?: string
    level?: string
    messageTemplate?: string
    properties?: string
    renderedMessage?: string
    sourceContext?: string
    spanId?: string
    timestamp?: string
    traceId?: string