mozilla / lookml-generator

LookML Generator for Glean and Mozilla Data
https://mozilla.github.io/lookml-generator/generator.html
Mozilla Public License 2.0
17 stars 17 forks source link

Bump tomli from 2.1.0 to 2.2.1 #1113

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 4 days ago

Bumps tomli from 2.1.0 to 2.2.1.

Changelog

Sourced from tomli's changelog.

2.2.1

  • Fixed
    • Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version

2.2.0

  • Added
    • mypyc generated binary wheels for common platforms
Commits
  • 73c3d10 Bump version: 2.2.0 → 2.2.1
  • 7c2368d Don't build wheels for Python versions requiring tomli
  • c48e4e1 Bump version: 2.1.0 → 2.2.0
  • 7604741 Update README
  • 0724e2a Annotate global constants as Final to speed up compiled code
  • 149547d Create binary wheels with mypyc (#242)
  • 443a0c1 pre-commit autoupdate and autofix
  • 48461cf Merge pull request #240 from hukkin/version-2.1.0
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dataops-ci-bot commented 4 days ago

Integration report for "Bump tomli from 2.1.0 to 2.2.1"

lookml.diff

Click to expand! ```diff Only in /tmp/workspace/looker-hub/firefox_ios: dashboards Only in /tmp/workspace/looker-hub/: user_journey diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/fenix/views/metrics_table.view.lkml /tmp/workspace/generated-lookml/fenix/views/metrics_table.view.lkml --- /tmp/workspace/looker-hub/fenix/views/metrics_table.view.lkml 2024-11-28 07:05:17.527460032 +0000 +++ /tmp/workspace/generated-lookml/fenix/views/metrics_table.view.lkml 2024-11-28 07:01:34.000000000 +0000 @@ -4411,11 +4411,51 @@ hidden: yes } + dimension: metrics__labeled_timing_distribution__networking_trr_complete_load { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_complete_load ;; + hidden: yes + } + + dimension: metrics__labeled_timing_distribution__networking_trr_dns_end { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_dns_end ;; + hidden: yes + } + + dimension: metrics__labeled_timing_distribution__networking_trr_dns_start { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_dns_start ;; + hidden: yes + } + dimension: metrics__labeled_timing_distribution__networking_trr_fetch_duration { sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_fetch_duration ;; hidden: yes } + dimension: metrics__labeled_timing_distribution__networking_trr_first_sent_to_last_received { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_first_sent_to_last_received ;; + hidden: yes + } + + dimension: metrics__labeled_timing_distribution__networking_trr_open_to_first_received { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_open_to_first_received ;; + hidden: yes + } + + dimension: metrics__labeled_timing_distribution__networking_trr_open_to_first_sent { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_open_to_first_sent ;; + hidden: yes + } + + dimension: metrics__labeled_timing_distribution__networking_trr_tcp_connection { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_tcp_connection ;; + hidden: yes + } + + dimension: metrics__labeled_timing_distribution__networking_trr_tls_handshake { + sql: ${TABLE}.metrics.labeled_timing_distribution.networking_trr_tls_handshake ;; + hidden: yes + } + dimension: metrics__memory_distribution__cert_storage_memory__count { sql: ${TABLE}.metrics.memory_distribution.cert_storage_memory.count ;; type: number @@ -8963,6 +9003,183 @@ hidden: yes } + dimension: metrics__timing_distribution__javascript_gc_animation__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_animation__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Animation" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_animation__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_animation.values ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_budget__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_budget__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_budget__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget.values ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Budget Overrun" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_budget_overrun__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_budget_overrun.values ;; + hidden: yes + } + dimension: metrics__timing_distribution__javascript_gc_compact_time__bucket_count { sql: ${TABLE}.metrics.timing_distribution.javascript_gc_compact_time.bucket_count ;; type: number @@ -9022,6 +9239,65 @@ hidden: yes } + dimension: metrics__timing_distribution__javascript_gc_mark_gray__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Gray" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_gray__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_gray.values ;; + hidden: yes + } + dimension: metrics__timing_distribution__javascript_gc_mark_roots_time__bucket_count { sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_roots_time.bucket_count ;; type: number @@ -9140,6 +9416,124 @@ hidden: yes } + dimension: metrics__timing_distribution__javascript_gc_mark_weak__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Mark Weak" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_mark_weak__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_mark_weak.values ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Max Pause" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_max_pause__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_max_pause.values ;; + hidden: yes + } + dimension: metrics__timing_distribution__javascript_gc_minor_time__bucket_count { sql: ${TABLE}.metrics.timing_distribution.javascript_gc_minor_time.bucket_count ;; type: number @@ -9376,6 +9770,183 @@ hidden: yes } + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Task Start Delay" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_task_start_delay__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_task_start_delay.values ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between.values ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__bucket_count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.bucket_count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Bucket Count" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__count { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.count ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Count" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__histogram_type { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.histogram_type ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Histogram Type" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__overflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.overflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Overflow" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__range { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.range ;; + hidden: yes + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__sum { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.sum ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Sum" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__time_unit { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.time_unit ;; + type: string + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Time Unit" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__underflow { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.underflow ;; + type: number + group_label: "Metrics Timing Distribution Javascript Gc Time Between Slices" + group_item_label: "Underflow" + } + + dimension: metrics__timing_distribution__javascript_gc_time_between_slices__values { + sql: ${TABLE}.metrics.timing_distribution.javascript_gc_time_between_slices.values ;; + hidden: yes + } + dimension: metrics__timing_distribution__javascript_gc_total_time__bucket_count { sql: ${TABLE}.metrics.timing_distribution.javascript_gc_total_time.bucket_count ;; type: number @@ -20764,6 +21335,240 @@ } } +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_complete_load { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_complete_load__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_dns_end { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_dns_end__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_dns_start { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_dns_start__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics_table__metrics__labeled_timing_distribution__networking_trr_fetch_duration { dimension: key { sql: ${TABLE}.key ;; @@ -20842,6 +21647,396 @@ } } +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_first_sent_to_last_received { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_first_sent_to_last_received__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_open_to_first_received { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_open_to_first_received__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_open_to_first_sent { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_open_to_first_sent__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_tcp_connection { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_tcp_connection__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_tls_handshake { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics_table__metrics__labeled_timing_distribution__networking_trr_tls_handshake__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics_table__metrics__memory_distribution__cert_storage_memory__values { dimension: key { sql: ${TABLE}.key ;; @@ -21622,6 +22817,42 @@ } } +view: metrics_table__metrics__timing_distribution__javascript_gc_animation__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__timing_distribution__javascript_gc_budget__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__timing_distribution__javascript_gc_budget_overrun__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics_table__metrics__timing_distribution__javascript_gc_compact_time__values { dimension: key { sql: ${TABLE}.key ;; @@ -21634,6 +22865,18 @@ } } +view: metrics_table__metrics__timing_distribution__javascript_gc_mark_gray__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics_table__metrics__timing_distribution__javascript_gc_mark_roots_time__values { dimension: key { sql: ${TABLE}.key ;; @@ -21658,6 +22901,30 @@ } } +view: metrics_table__metrics__timing_distribution__javascript_gc_mark_weak__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__timing_distribution__javascript_gc_max_pause__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics_table__metrics__timing_distribution__javascript_gc_minor_time__values { dimension: key { sql: ${TABLE}.key ;; @@ -21698,6 +22965,42 @@ dimension: key { sql: ${TABLE}.key ;; type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__timing_distribution__javascript_gc_task_start_delay__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__timing_distribution__javascript_gc_time_between__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics_table__metrics__timing_distribution__javascript_gc_time_between_slices__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string } dimension: value { diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/fenix/views/metrics.view.lkml /tmp/workspace/generated-lookml/fenix/views/metrics.view.lkml --- /tmp/workspace/looker-hub/fenix/views/metrics.view.lkml 2024-11-28 07:05:17.523459996 +0000 +++ /tmp/workspace/generated-lookml/fenix/views/metrics.view.lkml 2024-11-28 07:01:31.000000000 +0000 @@ -31697,6 +31697,240 @@ } } +view: metrics__metrics__labeled_timing_distribution__networking_trr_complete_load { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_complete_load__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_dns_end { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_dns_end__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_dns_start { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_dns_start__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics__metrics__labeled_timing_distribution__networking_trr_fetch_duration { dimension: key { sql: ${TABLE}.key ;; @@ -31775,6 +32009,396 @@ } } +view: metrics__metrics__labeled_timing_distribution__networking_trr_first_sent_to_last_received { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_first_sent_to_last_received__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_open_to_first_received { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_open_to_first_received__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_open_to_first_sent { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_open_to_first_sent__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_tcp_connection { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_tcp_connection__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_tls_handshake { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value__bucket_count { + sql: ${TABLE}.value.bucket_count ;; + type: number + group_label: "Value" + group_item_label: "Bucket Count" + } + + dimension: value__count { + sql: ${TABLE}.value.count ;; + type: number + group_label: "Value" + group_item_label: "Count" + } + + dimension: value__histogram_type { + sql: ${TABLE}.value.histogram_type ;; + type: string + group_label: "Value" + group_item_label: "Histogram Type" + } + + dimension: value__overflow { + sql: ${TABLE}.value.overflow ;; + type: number + group_label: "Value" + group_item_label: "Overflow" + } + + dimension: value__range { + sql: ${TABLE}.value.range ;; + hidden: yes + } + + dimension: value__sum { + sql: ${TABLE}.value.sum ;; + type: number + group_label: "Value" + group_item_label: "Sum" + } + + dimension: value__time_unit { + sql: ${TABLE}.value.time_unit ;; + type: string + group_label: "Value" + group_item_label: "Time Unit" + } + + dimension: value__underflow { + sql: ${TABLE}.value.underflow ;; + type: number + group_label: "Value" + group_item_label: "Underflow" + } + + dimension: value__values { + sql: ${TABLE}.value.values ;; + hidden: yes + } +} + +view: metrics__metrics__labeled_timing_distribution__networking_trr_tls_handshake__value__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics__metrics__memory_distribution__cert_storage_memory__values { dimension: key { sql: ${TABLE}.key ;; @@ -32555,6 +33179,42 @@ } } +view: metrics__metrics__timing_distribution__javascript_gc_animation__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__timing_distribution__javascript_gc_budget__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__timing_distribution__javascript_gc_budget_overrun__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics__metrics__timing_distribution__javascript_gc_compact_time__values { dimension: key { sql: ${TABLE}.key ;; @@ -32567,6 +33227,18 @@ } } +view: metrics__metrics__timing_distribution__javascript_gc_mark_gray__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics__metrics__timing_distribution__javascript_gc_mark_roots_time__values { dimension: key { sql: ${TABLE}.key ;; @@ -32591,6 +33263,30 @@ } } +view: metrics__metrics__timing_distribution__javascript_gc_mark_weak__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__timing_distribution__javascript_gc_max_pause__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + view: metrics__metrics__timing_distribution__javascript_gc_minor_time__values { dimension: key { sql: ${TABLE}.key ;; @@ -32631,6 +33327,42 @@ dimension: key { sql: ${TABLE}.key ;; type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__timing_distribution__javascript_gc_task_start_delay__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__timing_distribution__javascript_gc_time_between__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string + } + + dimension: value { + sql: ${TABLE}.value ;; + type: number + } +} + +view: metrics__metrics__timing_distribution__javascript_gc_time_between_slices__values { + dimension: key { + sql: ${TABLE}.key ;; + type: string } dimension: value { diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/fenix/views/usage_reporting_table.view.lkml /tmp/workspace/generated-lookml/fenix/views/usage_reporting_table.view.lkml --- /tmp/workspace/looker-hub/fenix/views/usage_reporting_table.view.lkml 2024-11-28 07:05:17.527460032 +0000 +++ /tmp/workspace/generated-lookml/fenix/views/usage_reporting_table.view.lkml 2024-11-28 07:00:26.000000000 +0000 @@ -207,6 +207,13 @@ group_item_label: "Metrics Distribution Id" } + dimension: metrics__uuid__usage_profile_id { + sql: ${TABLE}.metrics.uuid.usage_profile_id ;; + type: string + group_label: "Metrics Uuid" + group_item_label: "Usage Profile Id" + } + dimension: normalized_app_id { sql: ${TABLE}.normalized_app_id ;; type: string diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/fenix/views/use_counters.view.lkml /tmp/workspace/generated-lookml/fenix/views/use_counters.view.lkml --- /tmp/workspace/looker-hub/fenix/views/use_counters.view.lkml 2024-11-28 07:05:17.535460104 +0000 +++ /tmp/workspace/generated-lookml/fenix/views/use_counters.view.lkml 2024-11-28 07:00:31.000000000 +0000 @@ -6379,7 +6379,7 @@ dimension: metrics__counter__use_counter_css_doc_css_moz_window_transform_origin { label: "Use Counter Css Doc Css Moz Window Transform Origin" - hidden: yes + hidden: no sql: ${TABLE}.metrics.counter.use_counter_css_doc_css_moz_window_transform_origin ;; type: number group_label: "Use Counter Css Doc" @@ -19195,7 +19195,7 @@ dimension: metrics__counter__use_counter_css_page_css_moz_window_transform_origin { label: "Use Counter Css Page Css Moz Window Transform Origin" - hidden: yes + hidden: no sql: ${TABLE}.metrics.counter.use_counter_css_page_css_moz_window_transform_origin ;; type: number group_label: "Use Counter Css Page" diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/firefox_desktop/views/use_counters.view.lkml /tmp/workspace/generated-lookml/firefox_desktop/views/use_counters.view.lkml --- /tmp/workspace/looker-hub/firefox_desktop/views/use_counters.view.lkml 2024-11-28 07:05:17.591460608 +0000 +++ /tmp/workspace/generated-lookml/firefox_desktop/views/use_counters.view.lkml 2024-11-28 07:00:23.000000000 +0000 @@ -6379,7 +6379,7 @@ dimension: metrics__counter__use_counter_css_doc_css_moz_window_transform_origin { label: "Use Counter Css Doc Css Moz Window Transform Origin" - hidden: yes + hidden: no sql: ${TABLE}.metrics.counter.use_counter_css_doc_css_moz_window_transform_origin ;; type: number group_label: "Use Counter Css Doc" @@ -19195,7 +19195,7 @@ dimension: metrics__counter__use_counter_css_page_css_moz_window_transform_origin { label: "Use Counter Css Page Css Moz Window Transform Origin" - hidden: yes + hidden: no sql: ${TABLE}.metrics.counter.use_counter_css_page_css_moz_window_transform_origin ;; type: number group_label: "Use Counter Css Page" diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/firefox_desktop_background_update/views/use_counters.view.lkml /tmp/workspace/generated-lookml/firefox_desktop_background_update/views/use_counters.view.lkml --- /tmp/workspace/looker-hub/firefox_desktop_background_update/views/use_counters.view.lkml 2024-11-28 07:05:17.607460752 +0000 +++ /tmp/workspace/generated-lookml/firefox_desktop_background_update/views/use_counters.view.lkml 2024-11-28 07:00:12.000000000 +0000 @@ -6379,7 +6379,7 @@ dimension: metrics__counter__use_counter_css_doc_css_moz_window_transform_origin { label: "Use Counter Css Doc Css Moz Window Transform Origin" - hidden: yes + hidden: no sql: ${TABLE}.metrics.counter.use_counter_css_doc_css_moz_window_transform_origin ;; type: number group_label: "Use Counter Css Doc" @@ -19195,7 +19195,7 @@ dimension: metrics__counter__use_counter_css_page_css_moz_window_transform_origin { label: "Use Counter Css Page Css Moz Window Transform Origin" - hidden: yes + hidden: no sql: ${TABLE}.metrics.counter.use_counter_css_page_css_moz_window_transform_origin ;; type: number group_label: "Use Counter Css Page" diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/firefox_ios/views/usage_reporting_table.view.lkml /tmp/workspace/generated-lookml/firefox_ios/views/usage_reporting_table.view.lkml --- /tmp/workspace/looker-hub/firefox_ios/views/usage_reporting_table.view.lkml 2024-11-28 07:05:17.631460967 +0000 +++ /tmp/workspace/generated-lookml/firefox_ios/views/usage_reporting_table.view.lkml 2024-11-28 07:02:16.000000000 +0000 @@ -200,6 +200,13 @@ group_item_label: "Glean Client Annotation Experimentation Id" } + dimension: metrics__uuid__usage_profile_id { + sql: ${TABLE}.metrics.uuid.usage_profile_id ;; + type: string + group_label: "Metrics Uuid" + group_item_label: "Usage Profile Id" + } + dimension: normalized_app_id { sql: ${TABLE}.normalized_app_id ;; type: string diff -x '.*' -bur --no-dereference --new-file /tmp/workspace/looker-hub/firefox_ios/views/usage_reporting.view.lkml /tmp/workspace/generated-lookml/firefox_ios/views/usage_reporting.view.lkml --- /tmp/workspace/looker-hub/firefox_ios/views/usage_reporting.view.lkml 2024-11-28 07:05:17.627460932 +0000 +++ /tmp/workspace/generated-lookml/firefox_ios/views/usage_reporting.view.lkml 2024-11-28 07:02:15.000000000 +0000 @@ -5,6 +5,25 @@ # You can extend this view in the looker-spoke-default project (https://github.com/mozilla/looker-spoke-default) view: usage_ ```

⚠️ Only part of the diff is displayed.

Link to full diff