Package version:

Trino user telemetry definition.

interface TrinoTelemetryConfig {
    hivecatalogName?: string;
    hivecatalogSchema?: string;
    partitionRetentionInDays?: number;
    path?: string;
}

Properties

hivecatalogName?: string

Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.

hivecatalogSchema?: string

Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.

partitionRetentionInDays?: number

Retention period for query log table partitions, this doesn't have any affect on actual data.

path?: string

Azure storage location of the blobs.