TrinoTelemetryConfig interface

Trino user telemetry definition.

Properties

hivecatalogName

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

hivecatalogSchema

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

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

path

Azure storage location of the blobs.

Property Details

hivecatalogName

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

hivecatalogName?: string

Property Value

string

hivecatalogSchema

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

hivecatalogSchema?: string

Property Value

string

partitionRetentionInDays

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

partitionRetentionInDays?: number

Property Value

number

path

Azure storage location of the blobs.

path?: string

Property Value

string