Trino Telemetry Config Args
data class TrinoTelemetryConfigArgs(val hivecatalogName: Output<String>? = null, val hivecatalogSchema: Output<String>? = null, val partitionRetentionInDays: Output<Int>? = null, val path: Output<String>? = null) : ConvertibleToJava<TrinoTelemetryConfigArgs>
Trino user telemetry definition.
Properties
Link copied to clipboard
Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
Link copied to clipboard
Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
Link copied to clipboard
Retention period for query log table partitions, this doesn't have any affect on actual data.