|
299 | 299 | M(IcebergTrivialCountOptimizationApplied, "Trivial count optimization applied while reading from Iceberg", ValueType::Number) \ |
300 | 300 | M(IcebergVersionHintUsed, "Number of times version-hint.text has been used.", ValueType::Number) \ |
301 | 301 | M(IcebergMinMaxIndexPrunedFiles, "Number of skipped files by using MinMax index in Iceberg", ValueType::Number) \ |
| 302 | + M(IcebergAvroFileParsing, "Number of times avro metadata files have been parsed.", ValueType::Number) \ |
| 303 | + M(IcebergAvroFileParsingMicroseconds, "Time spent for parsing avro metadata files for Iceberg tables.", ValueType::Microseconds) \ |
| 304 | + M(IcebergJsonFileParsing, "Number of times json metadata files have been parsed.", ValueType::Number) \ |
| 305 | + M(IcebergJsonFileParsingMicroseconds, "Time spent for parsing json metadata files for Iceberg tables.", ValueType::Microseconds) \ |
| 306 | + \ |
302 | 307 | M(JoinBuildTableRowCount, "Total number of rows in the build table for a JOIN operation.", ValueType::Number) \ |
303 | 308 | M(JoinProbeTableRowCount, "Total number of rows in the probe table for a JOIN operation.", ValueType::Number) \ |
304 | 309 | M(JoinResultRowCount, "Total number of rows in the result of a JOIN operation.", ValueType::Number) \ |
@@ -580,7 +585,9 @@ The server successfully detected this situation and will download merged part fr |
580 | 585 | M(S3DeleteObjects, "Number of S3 API DeleteObject(s) calls.", ValueType::Number) \ |
581 | 586 | M(S3CopyObject, "Number of S3 API CopyObject calls.", ValueType::Number) \ |
582 | 587 | M(S3ListObjects, "Number of S3 API ListObjects calls.", ValueType::Number) \ |
| 588 | + M(S3ListObjectsMicroseconds, "Time of S3 API ListObjects execution.", ValueType::Microseconds) \ |
583 | 589 | M(S3HeadObject, "Number of S3 API HeadObject calls.", ValueType::Number) \ |
| 590 | + M(S3HeadObjectMicroseconds, "Time of S3 API HeadObject execution.", ValueType::Microseconds) \ |
584 | 591 | M(S3GetObjectAttributes, "Number of S3 API GetObjectAttributes calls.", ValueType::Number) \ |
585 | 592 | M(S3CreateMultipartUpload, "Number of S3 API CreateMultipartUpload calls.", ValueType::Number) \ |
586 | 593 | M(S3UploadPartCopy, "Number of S3 API UploadPartCopy calls.", ValueType::Number) \ |
@@ -634,6 +641,7 @@ The server successfully detected this situation and will download merged part fr |
634 | 641 | M(AzureCopyObject, "Number of Azure blob storage API CopyObject calls", ValueType::Number) \ |
635 | 642 | M(AzureDeleteObjects, "Number of Azure blob storage API DeleteObject(s) calls.", ValueType::Number) \ |
636 | 643 | M(AzureListObjects, "Number of Azure blob storage API ListObjects calls.", ValueType::Number) \ |
| 644 | + M(AzureListObjectsMicroseconds, "Time of Azure blob storage API ListObjects execution.", ValueType::Microseconds) \ |
637 | 645 | M(AzureGetProperties, "Number of Azure blob storage API GetProperties calls.", ValueType::Number) \ |
638 | 646 | M(AzureCreateContainer, "Number of Azure blob storage API CreateContainer calls.", ValueType::Number) \ |
639 | 647 | \ |
|
0 commit comments