Components

Updates to the Telemetry Data Extractor (September 2024)

Over the last couple of weeks, we have added new columns, events, and a table to our telemetry data. These are now available to you.

You might already have noticed some of these changes, but below is a summary of what is new. Most of the changes are minor, and were made primarily to provide more detailed information. No action is required on your part. You can also find all the updates listed below in our documentation.

kbc_file_event (table)

  • A new table showing data about storage file events that was added to Activity Center Mode.

kbc_bucket (table)

  • Added columns: bucket_display_name (showing the actual name of the bucket); is_external_schema (indicating if the data is from an externally shared bucket); and kbc_branch_id as a foreign key to the kbc_branch table.

kbc_bucket_snapshot (table)

  • Added columns: bucket_display_name (showing the actual name of the bucket); is_external_schema (indicating if the data is from an externally shared bucket); and kbc_branch_id as a foreign key to the kbc_branch table.

kbc_jobs (table)

  • Added columns: kbc_component_configuration_row_id (providing a connection to the kbc_component_configuration_row table); branch_type (indicating whether the job was run in default [production] or development); and flow (the name of the flow, including the ID of this flow).

kbc_table (table)

  • Added the field last_snapshot_date, which shows when the last snapshot was taken.

kbc_usage_metrics_values (table)

  • Added the column jobs, which shows how many jobs are associated with the given usage_breakdown.